World: r3wp
[RAMBO] The REBOL bug and enhancement database
older newer | first last |
Sunanda 1-Jan-2005 [15] | Thanks for finding it on RAMBO. I've updated the script n REBOL.org....Also enabled it to run under the plugin: http://www.rebol.org/cgi-bin/cgiwrap/rebol/run-plugin.r?script-name=rebocalc.r |
eFishAnt 1-Jan-2005 [16x2] | did it work for you? I don't think that patch works. |
It draws the headings for COLUMNS but not the cells... | |
Sunanda 1-Jan-2005 [18] | It works for me under the plugin -- but that's an older version, so may not make any difference. Not tried the version that breaks the original script. |
eFishAnt 1-Jan-2005 [19x2] | ah...wait...it does work..some other debug code in my script I was testing it in...I had isolated the same thing he did. |
however, I think there is some underlying bug which needs to be fixed... | |
Sunanda 1-Jan-2005 [21] | Agreed -- Could be 100s of scripts out there with the same problem. Backward compatibility is important. |
eFishAnt 1-Jan-2005 [22x2] | make label [offset: xy] ;seems like it should work. I am making a tiny script to see how much is needed to repeat it. |
(nice to see it run in the plug-in...neat demo for that) | |
Sunanda 1-Jan-2005 [24] | Pretty much any View script should be able to run in the plugin. REBOL.org doesn't offer the plugin as a default . The script owner has to tell us explicity that it can run under the plugin: http://www.rebol.org/cgi-bin/cgiwrap/rebol/one-click-submission-help.r?help=plugin |
ICarii 1-Jan-2005 [25x2] | anton: the behavior I was expecting is as follows: to-binary integer! value -> binary of smallest possible byte size. Example: n: between 0 and 255 to-binary n -> single byte binary #{XX} n: between 256 and 65535 to-binary n -> 2 byte binary #{XXXX} n: between 65536 and 16777215 to-binary n -> 3 byte binary #{XXXXXX} etc. |
endianness is a factor - but that could be handled by a reverse could it not? | |
Sunanda 1-Jan-2005 [27] | to-binary treats its input as a string -- not a number -- and converts each byte to it's hex ASCII respresentation -- not ar all an intuitive meaning for to-binary. Even worse, perhaps is >> enbase/base "23" 2 == "0011001000110011" which appears to have converted to binary. But, again, it's the ASCII for "2" and "3" not the binary for 23. |
Gabriele 1-Jan-2005 [28x4] | >> debase/base to-hex 23 16 == #{00000017} |
i think that TO should handle this case though. it's very useful. | |
and if you need it in the platform's endianess, then you can just use a struct! | |
>> s: make struct! [val [integer!]] [0] >> s/val: 23 == 23 >> third s == #{17000000} | |
Anton 1-Jan-2005 [32] | Doesn't look like there is a rambo ticket for this issue... want to create one? |
Gabriele 3-Jan-2005 [33] | Ladislav, I think your ticket about the GC bug with parse has been lost in the crash. |
Ladislav 4-Jan-2005 [34] | OK, will try to put it there again |
Gabriele 4-Jan-2005 [35] | i think i have set to tested almost all the bugs that were tested. please check the waiting for testing list again to make sure i didn't miss anything. |
Gregg 4-Jan-2005 [36x3] | #3533 - think I marked it before. Tested OK on 2.5.57 under W2K. |
#3560 - Tested OK on 2.5.57 under W2K. | |
Oops, that's a Linux bug. Sorry. | |
Gabriele 4-Jan-2005 [39x2] | yep i have 3533 ok-ed from you already. |
3436 has been changed too (now just throws a normal error) so will need testing again on the new build | |
eFishAnt 4-Jan-2005 [41x2] | Weird RAMBO behavior... Waiting for Approval shows one ticket with blank information. |
(maybe Carl?) | |
Gabriele 4-Jan-2005 [43] | you mean, "New submissions"? |
eFishAnt 4-Jan-2005 [44] | both |
Gabriele 4-Jan-2005 [45x3] | it's a blank ticket submitted (i guess) because of an early click on the submit button |
it should be delete but i can't do it | |
*deleted | |
Volker 5-Jan-2005 [48x2] | with the new cores input does not work on my system. a knoppix 3.4/ct. i see cursor, but no chars are accepted. on nother linux it works. happens with rebols since the redicretion-change. has somebody seen that problem too, or have i messed up my system? |
(linux, that is) | |
Gabriele 5-Jan-2005 [50x2] | could it be a TERMCAP problem or something like that? |
if you open console://, can you get anything out of it? | |
Volker 5-Jan-2005 [52x2] | No. wait or first just hang. |
do not know about termcap | |
Gabriele 5-Jan-2005 [54] | is anyone able to reproduce it? i'm sure that if we can let Carl reproduce this he will fix it. |
ICarii 6-Jan-2005 [55] | I've tried the recent linux alpha on Fedora Core 2 (redhat) and it works great - seems to be a debian base issue - has anyone tried it on a sarge build? I've tested an old woody build and a new woody build with the same hang result. |
Gabriele 7-Jan-2005 [56x2] | what could be different in Debian? |
[I hate these kind of things: there's so much (useless) complexity underneath that you have no idea why something is not working] | |
ICarii 7-Jan-2005 [58] | could be a different glibc version or sommit like that |
Gabriele 7-Jan-2005 [59] | could you try an STRACE on both Debian and Fedora to see what's really different? |
ICarii 7-Jan-2005 [60] | gabriele: will do later today |
Volker 8-Jan-2005 [61x4] | execve("../rebol2558042", ["../rebol2558042"], [/* 18 vars */]) = 0 uname({sys="Linux", node="dino.local", ...}) = 0 brk(0) = 0x809b000 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 7 fstat64(7, {st_mode=S_IFREG|0644, st_size=51977, ...}) = 0 old_mmap(NULL, 51977, PROT_READ, MAP_PRIVATE, 7, 0) = 0x40018000 close(7) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/tls/libm.so.6", O_RDONLY) = 7 read(7, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2405\0"..., 512) = 512 fstat64(7, {st_mode=S_IFREG|0644, st_size=141236, ...}) = 0 old_mmap(NULL, 139712, PROT_READ|PROT_EXEC, MAP_PRIVATE, 7, 0) = 0x40025000 old_mmap(0x40047000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 7, 0x22000) = 0x40047000 close(7) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/tls/libc.so.6", O_RDONLY) = 7 read(7, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200X\1"..., 512) = 512 fstat64(7, {st_mode=S_IFREG|0644, st_size=1270908, ...}) = 0 old_mmap(NULL, 1281292, PROT_READ|PROT_EXEC, MAP_PRIVATE, 7, 0) = 0x40048000 old_mmap(0x40176000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 7, 0x12d000) = 0x40176000 old_mmap(0x4017f000, 7436, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4017f000 close(7) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40181000 set_thread_area({entry_number:-1 -> 6, base_addr:0x401812a0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 munmap(0x40018000, 51977) = 0 rt_sigaction(SIGCONT, {0x804b6c4, [CONT], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGTSTP, {0x804b67c, [TSTP], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGINT, {0x804b700, [INT], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGTERM, {0x804b700, [TERM], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGHUP, {0x804b700, [HUP], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGCHLD, {0x804b718, [CHLD], SA_RESTART}, {SIG_DFL}, 8) = 0 socketpair(PF_UNIX, SOCK_DGRAM, 0, [7, 8]) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x401812e8) = 21686 close(8) = 0 brk(0) = 0x809b000 brk(0x80be000) = 0x80be000 brk(0) = 0x80be000 brk(0) = 0x80be000 brk(0x80eb000) = 0x80eb000 brk(0) = 0x80eb000 brk(0x810c000) = 0x810c000 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, TCSETSW, {B38400 opost isig -icanon -echo ...}) = 0 open("/etc/termcap", O_RDONLY) = -1 ENOENT (No such file or directory) write(1, "R", 1) = 1 |
lots more writes | |
brk(0) = 0x8198000 brk(0x81bf000) = 0x81bf000 brk(0) = 0x81bf000 brk(0) = 0x81bf000 brk(0x81b7000) = 0x81b7000 brk(0) = 0x81b7000 brk(0) = 0x81b7000 brk(0) = 0x81b7000 brk(0x81b4000) = 0x81b4000 brk(0) = 0x81b4000 brk(0) = 0x81b4000 brk(0) = 0x81b4000 brk(0x81b2000) = 0x81b2000 brk(0) = 0x81b2000 gettimeofday({1105173012, 808275}, NULL) = 0 time([1105173012]) = 1105173012 brk(0) = 0x81b2000 brk(0x81d5000) = 0x81d5000 | |
more writes | |
older newer | first last |