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
It seems that there isn't a package called lexical in current version of Lispworks... but compiler::environment etc. can works seamlessly under at least Lispworks for Windows. I don't know which version the change happened.
I modified lexenv.lisp by applying all macOS specific code (they're using compiler package) to Windows, and replace all lexical::environment to compiler::environment. The modified version have passed compilation on my computer, but I cannot pass the test suite, due to the same issue with #2 .
Is it possible to figure out when the undocumented API changed? Or how can we just fix it...
The text was updated successfully, but these errors were encountered:
Environment: Lispworks 8.0.1 64bit Windows
It seems that there isn't a package called
lexical
in current version of Lispworks... butcompiler::environment
etc. can works seamlessly under at least Lispworks for Windows. I don't know which version the change happened.I modified
lexenv.lisp
by applying all macOS specific code (they're usingcompiler
package) to Windows, and replace alllexical::environment
tocompiler::environment
. The modified version have passed compilation on my computer, but I cannot pass the test suite, due to the same issue with #2 .Is it possible to figure out when the undocumented API changed? Or how can we just fix it...
The text was updated successfully, but these errors were encountered: