chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1603: Bogus module resolution error for fx+ when usi


From: Chicken Trac
Subject: [Chicken-janitors] #1603: Bogus module resolution error for fx+ when using scsh-process
Date: Wed, 10 Apr 2019 08:45:37 -0000

#1603: Bogus module resolution error for fx+ when using scsh-process
-------------------------------------+-------------------------------------
 Reporter:  wasamasa                 |                 Owner:
     Type:  defect                   |                Status:  new
 Priority:  minor                    |             Milestone:  someday
Component:  unknown                  |               Version:  5.0.0
 Keywords:  modules compiler scsh-   |  Estimated difficulty:
  process                            |
-------------------------------------+-------------------------------------
 {{{
 ^_^ cat test.scm
 (import scheme)
 (import scsh-process)

 (run/string (ls) (> 2 "/dev/null"))
 ^_^ csc -module test test.scm

 Warning: reference to possibly unbound identifier `fx+'
 Warning:    suggesting: `(import chicken.fixnum)'

 Error: module unresolved: test

 Error: shell command terminated with non-zero exit status 256:
 '/home/wasa/.chickens/master/bin/chicken' 'test.scm' -output-file 'test.c'
 -module test
 ¬_¬ csc test.scm
 ^_^ ./test
 ^_^ csc -version
 CHICKEN
 (c) 2008-2018, The CHICKEN Team
 (c) 2000-2007, Felix L. Winkelmann
 Version 5.0.2 (rev b0762667)
 linux-unix-gnu-x86-64 [ 64bit dload ptables ]
 }}}

 The redirection appears to be the problematic bit. I'd expect a missing
 import to result in an error when compiling scsh-process, not a program
 using it.

--
Ticket URL: <https://bugs.call-cc.org/ticket/1603>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]