Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 1630)

Ticket Resolution Summary Owner Reporter
#998 invalid uri->string / make-uri path encoding inconsistencies sjamaan andyjpb
Description

(use uri-common)

#;11> (uri->string (uri-reference "./5:123")) "./5:123"

Correct!

#;12> (uri->string (make-uri path: '("5:123"))) "5%3A123"

Incorrect!

#;13> (uri->string (make-uri path: '("." "5:123"))) "./5%3A123"

Incorrect!

make-uri appears to have its own path encoder which is encoding an overly broad set of characters. It also seems to lack the logic for consing "./" onto paths that have a colon in the first part.

#317 wontfix update high-load-scheduler egg felix winkelmann felix winkelmann
Description

Joerg sent new version of the scheduler/srfi-18 used in Askemos, these changes should be integrated into the high-load-scheduler extension.

#383 wontfix update bootstrap binaries felix winkelmann
Description

New bootstrap binaries for 4.6.0 should be generated and made available on call-cc.org.

Note: See TracQuery for help on using queries.