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

World: r3wp

[!CureCode] web-based bugtracking tool

Dockimbel
27-May-2009
[422x2]
Ok, removing them right now...
Done. Is it ok for you now?
BrianH
27-May-2009
[424x2]
Yup, looks great.
What do you think of the subject matter of the bug? Do you think 
it's a good idea?
Dockimbel
27-May-2009
[426]
Is url! part of any-string! ?
BrianH
27-May-2009
[427x4]
Yes. Any series containing characters only.
>> any-string!
== make typeset! [string! binary! file! email! url! tag! issue!]
One of these things is not like the others. The proposal is to remove 
binary! from that set, then add it back to functions that support 
it.
Functions that support series usually support binary!, but usually 
not functions that are specific to strings.
Dockimbel
27-May-2009
[431]
That makes sense to remove it, but there's the string parsing question 
raised by Ladislav. Are we going to have 3 different parsing mode 
in R3 (binary, string, block)? (I wouldn't be shocked by that)
Maxim
27-May-2009
[432]
I would whole hardedly welcome explicit binary and string parsing 
differenciation... in fact for some tcp server stuff, I know for 
a fact that if R3 doesn't have binary-specific parsing, its going 
to create a BIG hole in rebol's capabilities, or make it very complicated.
Oldes
27-May-2009
[433x3]
Me too
Especially with the unicode in strings which would cause problems 
with binary parsing.
For example while parsing binary! and I use [1 skip] I want to skip 
1 byte only, not a unicode char which can be on more bytes.
Steeve
27-May-2009
[436x2]
did you test that Oldes ?
i mean, parsing binaries in R3 works well
BrianH
27-May-2009
[438]
Parse of binary (and string to some extent) doesn't work well enough 
on R3 yet. For binaries it's as bad as it is on R2.
Steeve
27-May-2009
[439x3]
i thinl it's better currently, why do you think it's as bad ?
it is better currently than in R2, because you can use the same rules 
to parse a binary or a string of the same content.

No need to have different rules, so no need to wast memory using 
useless conversions  with to binary!/string!
i hope, it will not be discarded with the full port of unicode strings
Maxim
27-May-2009
[442]
in R2 string and binary are parsed exactly the same.
BrianH
27-May-2009
[443]
(conversation continued in !REBOL3)
BrianH
29-May-2009
[444]
When I first go in as anonymous, the filter used is the last one 
I was using (usually "Recent Changes"), but the one displayed in 
the Filter box is the first one ("Most Recent Reports"). I like the 
last-filter-used behavior, and wish the Filter box reflected it.
BrianH
4-Jun-2009
[445]
Ticket #595 has an incorrect comment count in the listings.
Dockimbel
5-Jun-2009
[446]
I remember having done some comment cleanup on that ticket. I'll 
set the comment counter to the correct value.
BrianH
5-Jun-2009
[447]
It's a counter? Interesting - that explains why only one ticket was 
affected.
Dockimbel
5-Jun-2009
[448]
The counter is here just for speeding up the main SQL query (saves 
a costly sub-query).
BrianH
5-Jun-2009
[449]
Yes it would. It looks like your management utilities need to modify 
the counter as well :)
Ladislav
13-Jun-2009
[450]
I am here not to bring up any bugs, I just want to tell Doc, that 
I like CureCode.
Maxim
13-Jun-2009
[451]
yes its really well designed...
Maxim
14-Jun-2009
[452]
I think a new bug type or severity which indicates a ticket being 
reference for documentation could be usefull.  some tickets start 
out as bugs and become examples of use or help in detailing non-obvious 
cases of some features.


setting a ticket as dismissed and not a bug, clearly means that it 
will be ignored in the long run, and rememebering what tickets are 
usefull and can be included in reference documentation when such 
a time occurs would be usefull... it could even allow us to search 
the bug database directly for strange reactions we might consider 
bugs but were pointed out as features or gotchas.


the "not a bug" severity  is similar, but doesn't relate if the post 
is usefull or not.


bug#928 is an example where this could be applied.  I am sure there 
are others.
Dockimbel
14-Jun-2009
[453]
Ladislav: a compliment coming from you is always greatly appreciated, 
thank you.
Ladislav
14-Jun-2009
[454]
It was my pleasure, Doc
Dockimbel
14-Jun-2009
[455]
Max: maybe a tagging system for tickets would be a good addtion?
Endo
15-Jun-2009
[456x3]
there is a sql problem in %build-db.sql file, when I try to execute 
the statements, the last statement gives an error.
INSERT INTO users: number of column doesn't match the number of values.
can easily be fixed, I guess added some new fields bu the table, 
changed the create sql, but did not change the insert statement.
Maxim
15-Jun-2009
[459x2]
yes tagging is an even better solution. it could even replace much 
of the current fields, if done associatively, using a two column 
tag -> id  table..
three columns if you want to store the date at which the tag was 
set.
Dockimbel
16-Jun-2009
[461x2]
Updating Cheyenne version on CureCode server, all sessions will be 
closed.
Upgrade done.
BrianH
22-Jun-2009
[463]
Doc, could you sort the change log lists by ticket ID? They seem 
to be random now.
Dockimbel
25-Jun-2009
[464]
BrianH: I'll add that. I'm working on fixing a few UI issues on CureCode 
(mainly on stats page).
Pekr
30-Jun-2009
[465]
I miss very simple graph on the main page, exactly the one showing 
what RT's blog shows - showing completed, opened and waiting tickets. 
Current graphs are nice, but it takes longer time for me to understand 
it. E.g. why are not dismissed tickets part of completed tickets? 
I know that it would mean double categorisation, but then I propose 
dividing table into 3 sections, waiting, opened, closed, or at least 
two sections - opened, closed ... and part of the closed would be 
- complete, dismissed, tested, and their subtotal. What do you think?
BrianH
30-Jun-2009
[466]
I want the more detail - the distinction between dismissed and complete 
matters.
Henrik
30-Jun-2009
[467]
there are graphs in curecode now?
BrianH
30-Jun-2009
[468]
Yeah, check the Main page.
Henrik
30-Jun-2009
[469x2]
neat. never saw that before.
are they generated with AGG? the fonts are really nice looking.
BrianH
30-Jun-2009
[471]
Probably :)