You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling ~/source/test-export.lisp...
debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "main thread" RUNNING {10010A8073}>:
The symbol `"HEY"' is not external in the package #<PACKAGE "C">.Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.restarts (invokable by number or by possibly-abbreviated name): 0: [CONTINUE] Ignore runtime option --eval "(jscl:compile-application (list \"~/source/test-export.lisp\") \"~/source/test-export.js\")". 1: [ABORT ] Skip rest of --eval and --load options. 2: Skip to toplevel READ/EVAL/PRINT loop. 3: [EXIT ] Exit SBCL (calling #'EXIT, killing the process).(JSCL::READ-SYMBOL "c:hey") source: (ERROR "The symbol `~S' is not external in the package ~S." NAME PACKAGE)0]*
I think it should be confident to treat this as a bug, so I post it here as an issue (instead of a discussion).
The text was updated successfully, but these errors were encountered:
Sample code:
As we can see, this piece of code exports two functions, one is
hello
the other ishey
.This piece of code work as intended in the REPL:
But while I tried to compile it:
Something weird will happen:
I think it should be confident to treat this as a bug, so I post it here as an issue (instead of a discussion).
The text was updated successfully, but these errors were encountered: