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
Issue #132 noted an error that precompile-setq signaled when there were an odd number of forms in a setq. That led me to check what the evaluator does.
(eval'(setq a))
doesn't signal an error. By my reading of the spec, the compiler behavior is the correct one.
The text was updated successfully, but these errors were encountered:
Issue #132 noted an error that precompile-setq signaled when there were an odd number of forms in a setq. That led me to check what the evaluator does.
doesn't signal an error. By my reading of the spec, the compiler behavior is the correct one.
The text was updated successfully, but these errors were encountered: