Custom Query (1631 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 1631)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#531 fixed "Snowdigest" egg causes stack overflow error in tests with experimental felix winkelmann sjamaan
Description
$ /home/sjamaan/chicken-test/bin/csi -s run.scm
00000000
e8b7be43
352441c2
4c2750bd
1fc2e6d2
7ca94a72
d41d8cd98f00b204e9800998ecf8427e
0cc175b9c0f1b6a831c399e269772661
900150983cd24fb0d6963f7d28e17f72

Error: stack overflow

        Call history:

        <eval>    [t] (print md)
        <eval>    [t] (string-ci=? md expect)
        <eval>    [t] (car v)
        <eval>    [t] (cadr v)
        <eval>    [t] (caddr v)
        <eval>    [t] (cadddr v)
        <eval>    [t] (= repeat 0)
        <eval>    [t] (digest-string str2 algorithm (quote hex))
        <eval>    [t] (print md)
        <eval>    [t] (string-ci=? md expect)
        <eval>    [t] (car v)
        <eval>    [t] (cadr v)
        <eval>    [t] (caddr v)
        <eval>    [t] (cadddr v)
        <eval>    [t] (= repeat 0)
        <eval>    [t] (digest-string str2 algorithm (quote hex))        <--

This happened on NetBSD/amd64 with experimental (4.6.6). Doesn't happen under 4.6.0

I tagged it as a "core libraries" error, since I assume it's a bug in Chicken, not snowdigest.

#112 fixed "Trivial" is not an indicator for "Priority" Mario Domenech Goulart
Description

We have "critical", "major", "minor" and "trivial" as priorities for trac tickets. "Trivial" sounds more like a difficulty level.

Since the reporter theoretically has no means to know if the ticket is trivial or not to solve, he/she cannot tell if it is trivial or not.

I suggest changing "trivial" to "not urgent at all".

#612 wontfix "chicken-install -deploy" must make sure the installed extensions have the same version as the currently installed ones felix winkelmann
Description

Installing eggs into a deployment directory must make sure the extensions have the same version as the ones that have been used to compile the deployed executable.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.