Yeah, I... really have no idea what's going on with this bug. Nowhere in
my code, or any of lizorkin's ssax code or the sxml-tools module is any
reference made to any identifier even resembling the word 'stxloc'.

$ cd /home/synx/code/scheme/exe-broken/
$ racket exe-broken.rkt
1
(#<procedure:check-list>)
$ raco exe --collects-path /home/racket/git/collects/ exe-broken.rkt
$ ./exe-broken
default-load-handler: cannot open input file:
"/home/synx/code/scheme/exe-broken/stxloc.rkt" (No such file or
directory; errno=2)

 === context ===
standard-module-name-resolver
#lang racket/base

(require (planet lizorkin/sxml:2/sxml-tools)
         srfi/8)

(receive (one two) (values 1 2)
  (display one) (newline))

(display (list check-list))
(newline)
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to