World: r3wp
[RAMBO] The REBOL bug and enhancement database
older newer | first last |
Volker 29-Jul-2005 [965] | done |
Anton 31-Jul-2005 [966] | Yep, looks that way. |
Ladislav 31-Jul-2005 [967] | since when was this make c2 c1 or make c1 c2 possible? (I thought that the second arg had to be a block?) |
Sunanda 31-Jul-2005 [968] | The 2nd arg is an integer when making many other datatypes (usually meaning the amount of space to allocate for it initially) make block! 2222 ;; block with reserved space for 2,222 entries. 3rd arg needed in some cases too: f: make function! [a b] [print a + b] |
Volker 31-Jul-2005 [969] | Don't know when, but old. IIRC older than 'construct. in a way its the predecessor of construct/with . And as such, with only data, there is no problem anyway. but can be used to merge objects too, kind of multiple inheritance. i thought.. ;) |
Gabriele 31-Jul-2005 [970] | Ladislav: it's on view 1.2.1 too. so I guess very old. |
Ladislav 31-Jul-2005 [971] | apparently nobody used it, because this error never showed up |
Volker 31-Jul-2005 [972] | I used it primarily for data, to add default fields. item: make context[ defaults ] load %item.r there are no functions, so no problem. now thats construct/with, even no binding nowhere :) But lately i did something obscure and it drove me made.. |
sqlab 1-Aug-2005 [973] | Rambo #3869 "** CRASH (Should not happen) - Invalid string width 16 : type 41" sounds very similar to the problem I have with cmd. Just that I have to wait a few thousand messages and at least two days for one crash. |
Sunanda 1-Aug-2005 [974] | Izkata has found a way to speed up your bug 1,000% :-) |
Izkata 1-Aug-2005 [975] | -.-' |
Ammon 1-Aug-2005 [976] | The /part refinement of copy requires a number! series! or port! value. But it seems that it should be able to accept a NONE value as well. |
Oldes 4-Aug-2005 [977x2] | is this known bug?: |
>> parse/all {" x} "" == [" x"] >> parse {" x} "" == [" x"] | |
Volker 10-Aug-2005 [979x2] | linux-1.3: nameclash: /link wants ~/.rebol as file. /view now wants a directory there. I guess we have to rename, ~/rebol.d ? |
At least until a /link-1.3 is out. | |
[unknown: 10] 10-Aug-2005 [981x7] | Linux 1.3 Beta -> do read http://www.rebol.net/tests/arc-angle.r does work strange on [arc 100x100 90x90 0 0 closed] |
Linux 1.3 Beta -> startup reports this -> ** Access Error: Cannot open /home/usersx/.rebol/view/desktop/filetypes.r ** Where: init-desktop-files ** Near: write path join {REBOL [Title: "File Types"] } mold/only >> | |
Looks like view is faster in 1.3 ??? :-) | |
Linux 1.3 Beta -> I need to give an extra do-events for view actions to make a face... | |
Linux 1.3 Beta -> do read http://www.rebol.com/view/demos/tiger-boom.r Is dammmm sharp ...nice! | |
Linux 1.3 Beta -> Startup Problems FIXED !! For the OLD rebol there is always a .rebol file in the home directory that is why rebol report the problem above. You can test if the install works by executing ./rebview --reinstall after moving the ~/.rebol file. desktop is now starting! | |
Linux 1.3 Beta -> Segmentation Fault occeured during resize of "DESKTOP" | |
Tomc 10-Aug-2005 [988x3] | I am resizeing desktop w/no segfault |
the REBOL/View Demos/cypher is so faint as to be nigh invisable (prolly running too fast) | |
woops wrong group | |
Jonathan 10-Aug-2005 [991] | Rebolinth : thanks a lot |
[unknown: 10] 10-Aug-2005 [992x21] | Linux 1.3 Beta -> The digital Clock example from Carl Stops working after a resize, it just disapears from the screen..Feature or Flaw? |
Linux 1.3 Beta -> http://www.rebol.com/view/tools/icon-maker.rDoes not what it tells it should..resizeing seems a problem and the image is not displayed correctly.. compared to the MS-Windows version 1.3 | |
Linux 1.3 Beta -> http://www.rebol.com/view/tools/ad-maker.rAlso does strange things to the FOCUS when resizeing... Its indeed correct that text in AGG is not displayed... | |
Linux 1.3 Beta -> http://www.rebol.com/view/tools/logo-maker.rdoes report --> ** Script Error: Not enough memory ** Where: wake-event ** Near: do event empty? screen-face/pane >> | |
Linux 1.3 Beta -> here is probably the explanation of the Memory problem above ;-) ---------------------------------------------------------------------------------------------- Seems the sessions are still here, I execute them from within DESKTOP and pressing [X] to close the window. 3418 userx 10 0 17044 16m 2808 S 0.0 2.6 0:27.85 rebview1300142b 3419 userx 9 0 1456 1452 1376 S 0.0 0.2 0:00.02 rebview1300142b 3420 userx 9 0 1140 1132 1088 S 0.0 0.2 0:00.00 rebview1300142b 3465 userx 9 0 3388 3388 2116 S 0.0 0.5 0:01.00 xterm 3467 userx 9 0 1552 1552 1136 S 0.0 0.2 0:00.05 bash 3818 userx 9 0 6796 6796 2216 S 0.0 1.1 0:00.18 rebview1300142b 3819 userx 9 0 1468 1464 1388 S 0.0 0.2 0:00.00 rebview1300142b 3820 userx 9 0 1152 1144 1100 S 0.0 0.2 0:00.00 rebview1300142b 3898 userx 9 0 8500 8500 2284 S 0.0 1.3 0:00.77 rebview1300142b 3899 userx 9 0 1156 1148 1128 S 0.0 0.2 0:00.00 rebview1300142b 3900 userx 9 0 1152 1144 1124 S 0.0 0.2 0:00.00 rebview1300142b 3910 userx 9 0 12220 11m 2272 S 0.0 1.9 0:01.15 rebview1300142b 3911 userx 9 0 1156 1148 1128 S 0.0 0.2 0:00.00 rebview1300142b 3912 userx 9 0 1152 1144 1124 S 0.0 0.2 0:00.00 rebview1300142b | |
Linux 1.3 Beta -> executing logo-make.r it again reports and i have indeed only 50MB left from the 500MB i had befor starting it.. -> ** Script Error: Not enough memory ** Where: wake-event ** Near: do event empty? screen-face/pane >> | |
Linux 1.3 Beta -> Something is realy from with the terminal adjustement during view/console and after stopping view. The Console gets messed up like it has the wrong TermInfo values? During a call/shell execution from the view/console also the console from Rebol/view is mixing up the call/shell "vi" ???????? | |
from = wrong | |
Linux 1.3 Beta -> using call in view/console does not take care for killing Childs after quiting view | |
As where the 1.2 release did, as it seems... | |
Linux 1.3 Beta -> this very is very heavy on Memory use.. does it have extra debugging on by default or so ? | |
very = version (time for beer.. ) | |
It simply claims all the memory it can get, and to claim the 500MB my system has left is not very nice , swapping is very active and i have 5MB left for resources.. | |
well eventualy you should not do a "probe system" in beta 1.3 ;-) | |
Linux 1.3 -> I like it Aha Aha ... | |
Linux 1.3 Beta -> problem with Offset inside a face where a unview - view changes the offset of the parent-face to a different offset. IM not sure if this is a feature in 1.3 but in 1.2 its not happening, the code below demonstrates the behaviour.. Click the window and the window will always move by face/offset/y direction to a new position.. myface: make face [ offset: 100x100 size: 400x400 feel: make feel [ engage: func [face action event] [ if action = 'down [ unview myface view myface ] ] ] ] view myface | |
linux 1.3 Beta -> This exmaple for the NEW view document always displays 32767x32767 when AWAY form the face view make face [ offset: 100x100 pane: reduce [ make face [ text: "Move the mouse over this" color: yellow edge: none feel: make feel [ over: func [face into pos] [ text: reform [ pick ["over" "away"] into pos ] color: pick reduce [green red] into show face ] ] ] ] ] | |
Linux 1.3 Beta -> Looks like the ENGAGE is aways 1x1 pixel wrong... a 0x0 is out of the X window while a 1x1 is exactly inside the X window, this could be a X window manager problem though...(Im using Blackbox) | |
Linux 1.3 Beta -> When running this script and pressing the window im getting the following error -> view make face [ offset: 100x100 size: 300x100 edge: none pane: reduce [ make face [ offset: 0x0 size: 300x100 color: water edge: none text: "Modified Font Object Settings" font: make font [ name: "times" size: 20 style: 'bold color: white align: 'center valign: 'middle space: 4x4 shadow: 2x2 ] ] ] ] --- ERROR --- although its not a displayed event i think that it still should not dropout.. ** Script Error: Invalid path value: dirty? ** Where: evt-func ** Near: if all [ system/view/focal-face event/type = 'down not within? event/offset win-offset? system/view/focal-face system/view/focal-face/size system/view/focal-face/dirty? ] [ fac: system/view/focal-face unfocus if flag-face? fac on-unfocus [ do-face fac none fac/dirty?: none ] ] event >> | |
The above 0x0 ENGAGE problem is not relevant! 0x0 is correct | |
I did NOT log these in RAMBO!..i posted them here so other could verify.. | |
Gabriele 11-Aug-2005 [1013] | note: most of the demos do not work because there is no AGG text support in this build. |
[unknown: 10] 11-Aug-2005 [1014] | Well they do work but you dont see the text.. |
older newer | first last |