chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #700: requiring uncompiled extensions that use `u


From: Chicken Trac
Subject: Re: [Chicken-janitors] #700: requiring uncompiled extensions that use `use' fails
Date: Thu, 12 Jul 2012 19:09:01 -0000

#700: requiring uncompiled extensions that use `use' fails
-----------------------+----------------------------------------------------
  Reporter:  syn       |       Owner:  sjamaan
      Type:  defect    |      Status:  new    
  Priority:  minor     |   Milestone:  4.8.0  
 Component:  compiler  |     Version:  4.7.x  
Resolution:            |    Keywords:         
-----------------------+----------------------------------------------------

Comment(by sjamaan):

 I can reproduce it with master (rev 0e44970), but I think it's not a bug.

 Here's a shell script that should print "OKAY INTERPRETED" followed by
 "OKAY COMPILED" if everything loads without error, otherwise it will stop
 after the first breakage. I wanted to give this to git's bisect command,
 but figured that the situation hasn't changed.

 {{{
 #!sh
 #!/bin/sh
 cd /tmp
 rm -f /tmp/foo.import.scm /tmp/foo.import.so /tmp/foo /tmp/test || exit 1
 /home/sjamaan/chicken-test/bin/csc -Jt /tmp/foo.scm || exit 1
 /home/sjamaan/chicken-test/bin/csi -s /tmp/test.scm && echo "OKAY
 INTERPRETED" || exit 1
 /home/sjamaan/chicken-test/bin/csc /tmp/test.scm || exit 1
 /tmp/test && echo "OKAY COMPILED" || exit 1
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/700#comment:9>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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