World: r3wp
[RAMBO] The REBOL bug and enhancement database
older | first |
Henrik 30-Oct-2010 [3181] | sounds like something for a private project? |
GrahamC 30-Oct-2010 [3182] | Product is command yet he talks about clicking on icons .... so he's confused! |
Gabriele 31-Oct-2010 [3183] | I'd guess that if it's a product written in REBOL, the author is likely to hang out here... :-) I'm going to leave it there for a couple days in case anyone needs it, then i'll delete or dismiss it. |
GrahamC 31-Oct-2010 [3184] | It's not a RT product .. so I'd delete it |
Gabriele 31-Oct-2010 [3185] | do you know it's not a RT product? |
GrahamC 31-Oct-2010 [3186x2] | with 99.9999% certainty |
as cmd is a non gui product | |
Gabriele 31-Oct-2010 [3188] | that does not seem a lot of evidence to me... :) |
GrahamC 31-Oct-2010 [3189] | don't you have the email of the poster? |
Gabriele 31-Oct-2010 [3190] | I do, but that's only useful to the author of the program in question, no? |
Geomol 3-May-2011 [3191] | Found a couple RAMBO tickets dated back to 13-May-2006 related to the double evaluation of lit-words: http://www.rebol.net/cgi-bin/rambo.r?id=4100& http://www.rebol.net/cgi-bin/rambo.r?id=4101& The tickets suggest, USE might be the problem, but isn't it SAME? that's the problem here? See the following R2 code: >> a: first ['word] == 'word >> b: 'word == word >> strict-equal? a b == true >> strict-equal? :a :b == false >> same? a b == true >> same? :a :b == true I would expect all 4 to return false, but with double evaluation of lit-words, the last should still be false. |
BrianH 3-May-2011 [3192x4] | Given that lit-words are supposed to be active values, all but the last make sense. |
Don't forget R2's bugs related to double evaluation of words, which are definitely not supposed to be active values. | |
Never mind, http://issue.cc/r3/1434is outdated: 2.7.8 doesn't have the double evaluation bug for words anymore. I wonder when that was fixed? | |
Forget it, it does, just ran some test code. | |
onetom 3-May-2011 [3196] | im happy to see u guys cleaning up such old tickets. u keep the hope alive that rebol won't die :) |
MaxV 6-May-2011 [3197] | Rebol will never die: https://picasaweb.google.com/lh/photo/ELKDZn84LgDbQJJ4Fvo4Aw?feat=directlink |
Maxim 6-May-2011 [3198] | hahahahahah |
Geomol 6-May-2011 [3199] | :-D Actually, REBOL sounds a bit like a cartoon superhero. |
onetom 6-May-2011 [3200] | i want from that crack too, maxv! ;D |
sqlab 9-May-2011 [3201] | *.rip requiescat in pace ? |
Kaj 9-May-2011 [3202] | I think the hero is asleep in the ice castle for the next thousand years |
Gabriele 1-Jul-2011 [3203] | Anybody can alert the actual developer here? http://www.rebol.net/cgi-bin/rambo.r?id=-4803& |
Gregg 1-Jul-2011 [3204] | I'm not clear on the issue. 1.3.61 was just a test release, wasn't it? And is there a UPC lib they're using that requires rebcode or something? i.e. what pages are being printed? |
Kaj 1-Jul-2011 [3205] | It seems to be a user of some random REBOL app. The version number may be the version of the app |
Andreas 1-Jul-2011 [3206] | Didn't we have another bug report from the fed.us people last year? I think it also was about some problem with their internal app, misfiled in the wrong bug tracker. |
Kaj 1-Jul-2011 [3207] | Wasn't that a fire department? |
Gregg 1-Jul-2011 [3208] | FS = Fire Service? |
Kaj 1-Jul-2011 [3209] | Ah |
Gregg 1-Jul-2011 [3210] | I'll email the submitter and see if I can find out. |
GrahamC 1-Jul-2011 [3211] | Perhaps there needs to be note there to say to contact individual developers ?? |
Gabriele 2-Jul-2011 [3212] | I figured the author of the app would either be here, or be Carl (in which case I hope he'll eventually see the ticket, or he'll get a phone call from those guys). |
PeterWood 2-Jul-2011 [3213] | Isn't it Alan Mcleod that works for the Fire Service and developed some REBOL based apps? He was last logged in on 16th June. I'll send him an email. |
GrahamC 2-Jul-2011 [3214] | FS = forestry service |
PeterWood 2-Jul-2011 [3215] | Probably wasn't Alan then !!! |
Andreas 2-Jul-2011 [3216x2] | http://www.rebol.com/article/0499.html |
Seems it was also the forest service last time. I don't really remember how this was resolved back then, though. | |
GrahamC 2-Jul-2011 [3218x2] | I think Carl managed to contact the developer |
But the problem now is that we can't contact Carl | |
Janko 2-Jul-2011 [3220:last] | Graham: Check the !REBOL3 chan |
older | first |