World: r3wp
[RAMBO] The REBOL bug and enhancement database
older newer | first last |
BrianH 13-May-2005 [501] | Pun aside, of course. |
Gabriele 14-May-2005 [502] | a lot of bugs fixed: http://www.rebol.net/cgi-bin/rambo.r?sort=1&limit=2&cmd=Search&id=&pattern=&subject-only=true |
Volker 14-May-2005 [503x5] | 3662 parse/lines second arg: how to split into lines and apply the rule to each line? a grep: parse/lines string-with-list-of-file-names [ set file thru ".r" end ( ?? file ) ] |
btw, can we discuss auto-dequoting again? maybe together with /all? i don't like such surprises: !>> parse { a b } "^/" == "a" "b" | |
correction, result is == ["a" "b"] my "do from editor molded /only.. | |
#3659 to-idate: i would like that fix native. that seconds are always included, even if 0. makes little clocks much nicer. and if one really dont want seconds, copy/part "00:00:00" 5 is easy. | |
(means i would fix form/mold, not to-idate) | |
Gabriele 14-May-2005 [508x3] | Tom: can you please check if 3676 still applies to 1.2.104? |
#3256: it doesn't crash here. does it crash for any of you with 1.2.104? | |
Brett: do you have the example code for #3420? is it still broken? | |
Vincent 14-May-2005 [511] | #3463 : still crash with 1.2.104 - the problem is not construct/with, it's using an object containing a recursive block as prototype : b: copy [] append/only b b an-object: make object! [a: b] make an-object [] ; crash |
Volker 14-May-2005 [512] | like b: copy [] append/only b b copy/deep b make object makes deep copies of all blocks. sure that crashes. crash should should be a softer? |
Brett 15-May-2005 [513] | Gabriele: Yes it stills seems wrong to me. Compare the last two columns of the display given by this: http://www.codeconscious.com/rebol/mlscripts/multiply-effect-test.r (Tested on REBOL/View 1.2.105.3.1 14-May-2005 Core 2.6.1) |
Gabriele 15-May-2005 [514] | thanks brett. added link to ticket. |
Romano 15-May-2005 [515] | Anamonitor fails on the last beta, i do not know why: ** Script Error: Invalid graphics face object ** Where: view ** Near: show scr-face if new [do-events] |
Pekr 15-May-2005 [516] | could it be regarded a bug in interpreter parser? >> ; test >> ; test "aaaa ** Syntax Error: Missing " at ; test "aaaa |
Tomc 15-May-2005 [517] | Gabriele: where might I find 1.2.104 for Solaris (sans X11) |
Graham 15-May-2005 [518x2] | favourite bug - the one where an encapped application is unable to launch another instance after it does a system call |
But for 1.3 .. I have to think about this. | |
[unknown: 10] 16-May-2005 [520x4] | Particles & Bubbles demo are a true CPU eater under linux... refresh of the GUI desktop under linux drops very quickly when 2 times running Particles demo... |
rebview1210242 does not kill child processes when executed like $ ./rebview1210242 & [1] 9203 $ [1]+ Stopped ./rebview1210242 $ ps a PID TTY STAT TIME COMMAND 9203 pts/2 T 0:00 ./rebview1210242 9204 pts/2 T 0:00 ./rebview1210242 9205 pts/2 T 0:00 ./rebview1210242 $ kill -9 9203 9204 9205 | |
9229 0.5 0.8 7780 5316 pts/2 T 10:29 0:00 ./rebview1210242 9230 0.0 0.0 0 0 pts/2 Z 10:29 0:00 [rebview1210242] <defunct> 9231 0.0 0.0 0 0 pts/2 Z 10:29 0:00 [rebview1210242] <defunct> | |
that was after doing a "fg job-id" and kill parent... | |
DideC 16-May-2005 [524] | View Test folder : I guess it's under IOS/Developper, isn't it ? |
[unknown: 10] 16-May-2005 [525] | No its a new folder in View/Desktop |
DideC 16-May-2005 [526] | Oh, OK. Did not run Desktop this last days (months ?) ;-) |
Gabriele 16-May-2005 [527x3] | Romano: that should be fixed, that error came out whenever there was a face with size = 0x0 |
pekr: that happens in 1.2.1 too, and i think it's a console quirk. | |
tom: i meant, if you could repeat the test on windows. if it's solaris only, we'll need to wait for that then. | |
Pekr 16-May-2005 [530x2] | yeah, I know ... just curious .... I tried to paste some script, and those comments did not allow me to, as it contained " char, which was not closed, but it was comment section, so it should be imo ignored ... |
in such case rebol console should look after line-break imo? | |
Anton 16-May-2005 [532] | #3656 "copy/part open/direct/read/binary what-dir 100000 ;=CRASH" Looks nice and stable from View 1.2.104.3.1 |
Gabriele 16-May-2005 [533] | Graham: i found out that you can search any field with the "Search for:" input box. so if you input "Graham" there, it will show all tickets from you. |
DideC 16-May-2005 [534] | With 1.2.107 (and may be others), when I launch a script from the desktop (clicking its icon) the new interpreter open a security request to read %rebol.r in the directory where the interpreter is (ie: %/c/rebol/view/). Something wrong with 'secure setting ? |
[unknown: 10] 16-May-2005 [535] | With rebview 1.2.102.4.2 (linux) im getting sometimes this during startup -> .. .. ... Type "desktop" to start desktop. WARNING: CALL function enabled in this version. To see most recent beta changes, type: changes? >> REBOL console error (1) REBOL console error (1) REBOL console error (1) REBOL console error (1) REBOL console error (1) |
Pekr 16-May-2005 [536] | nothing like that under Windows ... |
Gabriele 16-May-2005 [537] | DideC: i think that's still because the install code is missing (i.e. the betas don't have an installer) |
DideC 16-May-2005 [538] | Yes, maybe. It does the same with 1.2.48 and 1.2.57! |
Gabriele 16-May-2005 [539] | rebolinth: what linux distro/version gives that? |
BrianH 17-May-2005 [540] | Wow. I read the call for bugs, I check my favorites to see if they have been fixed, I submit one to RAMBO that was half-fixed a while ago. Two days later, there's a new build (104) that fixes my bug (3685). This is the quickest bug fix I've ever experienced from REBOL Tech. Bravo! |
Graham 17-May-2005 [541] | Gabriele - thanks. I that most of my reports are still in the "reviewed" class. |
sqlab 17-May-2005 [542] | Draw Test with REBOL/View 1.2.107.3.1 under Win98 causes an error by using an invalid page ----------------- REBVIEW1210731 verursachte einen Fehler durch eine ungültige Seite in Modul REBVIEW1210731.EXE bei 0167:00403465. Register: EAX=27797b8c CS=0167 EIP=00403465 EFLGS=00010206 EBX=ff740b34 SS=016f ESP=008bede8 EBP=008bedf4 ECX=00000000 DS=016f ESI=004983f8 FS=3bf7 EDX=009cf990 ES=016f EDI=27797b8c GS=0000 Bytes bei CS:EIP: 8a 00 84 c0 74 26 0f b6 c0 83 f8 40 75 07 b8 ff Stapelwerte: 00498428 004980b8 00007fe0 008bee64 00402e05 00000000 008bf4cc 00474428 00000001 ffbb55a4 27797b8c 004984ec 00474428 00498428 01d0f5a8 00498984 ------------------- |
Gabriele 17-May-2005 [543] | sqlab: that's the draw.r test script? does that happen on win98 only? |
sqlab 17-May-2005 [544] | This is http://www.rebol.net/tests/view/draw-test.r. This happens only with Win98. I tested it with Win2000 and it worked But there is the difference, that Win2000 was not connected to the Internet. |
MikeL 17-May-2005 [545] | Worked under Win2000 internet connected. |
Vincent 17-May-2005 [546x2] | With 1.2.106.3.1 and 1.2.107.3.1 : bug with pen color setting in draw block: view layout [box white effect [draw [ pen none box 10x10 70x20 ; invisible box pen black ; pen to black pen none box 10x30 70x50 ; invisible box ]]] is ok, but not view layout [box white effect [draw [ pen none box 10x10 70x20 ; invisible box pen black text 12x32 "hello" ; pen to black, some text pen none box 10x30 70x50 ; without AGG (->1.2.48), invisible box, with AGG (alpha & 1.2.106+), visible box ]]] Drawing something with a visible pen breaks invisible pen usage. |
(submitted to RAMBO) | |
Cyphre 17-May-2005 [548x2] | Sqlab: Can you provide more detailed info about the crash you mentioned? Can be reproduced by repeating the draw-test.r? In what exact part of the test Rebol crashed? Thanks. |
Vincent: thanks for the report. We know about this problem and will be fixed in 1.3. | |
DideC 17-May-2005 [550] | Another problem with AGG : draw text does not render foreign chars : |
older newer | first last |