spheres icon indicating copy to clipboard operation
spheres copied to clipboard

Spheres - A set of tools and libraries for practical Scheme. Multiplatform and Mobile.

Results 4 spheres issues
Sort by recently updated
recently updated
newest added

Hi, I noticed your `channel.scm` is using the [gochan](https://github.com/Adellica/chicken-gochan) implementation. Cool! I've recently rewritten `gochan` from scratch and, while this hasn't been tested out-in-the-wild yet, it might be worth considering...

Problem: ``` > (load (spheres/markup sxml-parser)) > (xml-string->sxml "CIAOMONDO") *** ERROR IN # -- Unbound variable: spheres/core#base#string-null? ``` after fix: ``` > (load (spheres/markup sxml-parser)) > (xml-string->sxml "CIAOMONDO") (*TOP* (html...

``` ((sxpath '(// DOCUMENT @ PAGEOBJECT) doc)) *** ERROR IN %%loop4849 -- Unbound variable: spheres/markup#sxpath#ntype?? 1> ``` Actually I can't find any definiton to `ntype??`. The closest thing is `xlink:ntype??`

``` (load (spheres/string regexp)) > (regexp-extract '(+ numeric) "192.168.0.1") *** ERROR IN spheres/structure#hash-table#hash-table-mutable? -- (Argument 1) Instance of # expected (##direct-structure-ref '# 1 '# #f) ```