r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!CureCode] web-based bugtracking tool

Ladislav
8-May-2010
[999x5]
>> c: repeat i 1 ['i]
== i

>> selfless? 'i
== false
>> selfless? c
== true
Nevertheless, this is where the native SELFLESS? differs from the 
mezzanine one:

>> d: repeat self 1 ['self]
== self

>> selfless? d
== true
(and now, the question is, whether this behaviour is more useful, 
than the one of the mezzanine function.)
It surely is harder to document...
BrianH
8-May-2010
[1004]
I wasn't aware SELFLESS? took a word argument at all. It works consistently 
with object arguments. We may have to report this.
Ladislav
8-May-2010
[1005x3]
>> d: repeat self 1 ['self]
== self

>> selfless? bind? d
== true
(the same result)
I do not see it as a bug, necessarily, it would be much harder to 
implement it this way as a mezzanine
BrianH
8-May-2010
[1008]
Just tested, and the native works correctly in all cases, object 
and word. Your first test was correct too, since the 'i tested was 
a different 'i.
Ladislav
8-May-2010
[1009x2]
yes, I know that
, while the last test result differs from the result of the mezzanine
BrianH
8-May-2010
[1011]
And it's the same as the mezzanine behavior, at least in my tests. 
In which case do you find the mezzanine to be different?
Ladislav
8-May-2010
[1012]
>> mezz-selfless? d
== false

>> mezz-selfless? bind? d
== false
BrianH
8-May-2010
[1013]
How did you create d?
Ladislav
8-May-2010
[1014]
see above
Andreas
8-May-2010
[1015x2]
selfless? bind? d == true looks good to me.
In other word, as `bind? d` is a selfless context which happens to 
contain a 'self word, I'd actually _expect_ `selfless? bind? d` to 
return true.
BrianH
8-May-2010
[1017]
OK, got it, good point. I'll pt that note in the ticket.
Graham
1-Aug-2010
[1018]
One nice thing to be able to see is a graph of the  resolved issues 
vs the submitted issues
Brock
1-Aug-2010
[1019]
Chris' Google Chart API Dialect may be what you are looking for. 
 http://www.rebol.org/view-script.r?script=charts-api.r
Ladislav
24-Aug-2010
[1020]
Are there additional comments to #1631?
Gregg
30-Aug-2010
[1021]
Comment added.
AdrianS
10-Sep-2010
[1022]
Could someone add a whole bunch of versions to CureCode for the latest 
host kit? Maybe also add some provisional ones for the next little 
while so that we don't need to do this with every release.
AdrianS
11-Sep-2010
[1023]
I guess a whole bunch and then some provisional ones is maybe too 
many ;-)
Graham
11-Sep-2010
[1024x2]
106 was only out for a day before being superceded
I guess you should have been more explicit ... is anyone using alpha 
18?
AdrianS
11-Sep-2010
[1026x2]
I was just laughing at myself - what I wrote earlier was a bit redundant.
but whomever added 107 could've added a few more - does it matter 
if some versions won't be used?
Graham
11-Sep-2010
[1028]
might add up to 130Mb!
AdrianS
11-Sep-2010
[1029]
I like that you give everyone the same treatment. No one escapes 
Graham's cutting comments!
Graham
11-Sep-2010
[1030]
All men are created equal
BrianH
21-Sep-2010
[1031]
The latest version is what is shown by default when making a new 
ticket, and most people don't change that default. This means that 
the reviewer has to change the versions to match the currently released 
version. This is why we don't add versions to CureCode that exceed 
the latest version, or at most the version that we are actively working 
on at the moment.
Andreas
4-Oct-2010
[1032]
Could someone with sufficient permissions please re-open bug#1665. 
This is cleary a bug which needs to be addressed:

http://www.curecode.org/rebol3/ticket.rsp?id=1665
Maxim
4-Oct-2010
[1033]
did you try in A108 ?
Andreas
4-Oct-2010
[1034]
if you give me an A108, then i'll try
Maxim
4-Oct-2010
[1035]
I don't have it.
Andreas
4-Oct-2010
[1036]
so how should i try A108 then :) ?
Maxim
4-Oct-2010
[1037]
and the usual path with A108 isn't published... ask henrik or one 
of the others who are working on it.
Andreas
4-Oct-2010
[1038]
and as it does not crash the pre-built A107 binaries, I doubt it 
will with A108.
Graham
4-Oct-2010
[1039]
Just curious if you can do a diff on the RT prebuilt binaries and 
the ones you build yourself with the same compiler.
Ladislav
5-Oct-2010
[1040]
http://www.rebol.net/r3blogs/0339.html


explains, why A108 isn't available yet. I cannot test it either yet
james_nak
9-Oct-2010
[1041]
Each day I get an rsp error in the head.rsp file:
** Script Error : Invalid argument: 2 
	** Where: rsp-script 
	** Near:  [foreach [id prj] head sort/skip/compare skip]

I am running Cheyenne and Curecode on a server at home and then have 
another PC as my normal workstation. So each day when I go to Curecode, 
it throws this error. All I have to do to fix it is to go to the 
server, refresh the curecode page from there and it works on the 
remote machine again. 
Anyone else seen this and have a fix?
Dockimbel
9-Oct-2010
[1042]
James: I've never seen such error before. What version of Cheyenne 
are you using?
james_nak
9-Oct-2010
[1043]
How does one tell?
Dockimbel
9-Oct-2010
[1044]
p: open http://your-server
print p/locals/header/server
james_nak
9-Oct-2010
[1045]
Doc, thanks. It's Cheyenne/0.9.20
Dockimbel
10-Oct-2010
[1046]
James: could you try to delete all the cookies on your remote browser 
when you see that error, then try accessing CureCode server again.
Carl
10-Oct-2010
[1047]
Doc: did you see my email regarding the security issue?
james_nak
10-Oct-2010
[1048]
Doc, yes, I will. I think you're on to something. I was thinking 
that it was on the remote side today.
I'll check that tomorrow before I log in. Thanks.