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

World: r3wp

[!CureCode] web-based bugtracking tool

Henrik
18-Apr-2010
[991x2]
I've got a weird bug in 0.9.8. I don't know if this has been fixed: 
When first selecting Main and then very quickly selecting Add Ticket, 
I get the Main page when selecting the Add Ticket page every time. 
It won't stop.
Could be a cache issue with Chrome... in the mouse over the add ticket 
link it shows add-ticket.rsp, but it loads index.rsp instead, when 
clicking on it.
Pekr
26-Apr-2010
[993]
One enhancement request - a check box, which would allow me to receive 
comments to particular bugs, or even state-changes, so that I am 
informed, that some bug got fixed. Would anyone else find it usefull?
AdrianS
26-Apr-2010
[994]
yes, that would be pretty nice
Tomc
26-Apr-2010
[995]
an RSS feed per bug
BrianH
7-May-2010
[996]
Doc, could you make the Change Log page sort in numeric order based 
on the ticket number?
Pekr
7-May-2010
[997]
Brian - your selfless? func was added as a native :-)
BrianH
7-May-2010
[998]
Yay!
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