Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fantom: merge eval_ast and macroexpand into EVAL, implement DEBUG-EVAL #704

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

asarhaddon
Copy link
Contributor

Various trivial changes minimizing the diff between steps. Hence, this commit should be reviewed with git -b.

Change the type of the key argument in env.{get,set} from MAL symbol to fantom Str.
Return null instead of raising an exception.
Both changes help DEBUG-EVAL.

For readability, merge env.find into env.get.

@asarhaddon asarhaddon force-pushed the fantom branch 3 times, most recently from a1a046b to e7471f3 Compare October 24, 2024 14:17
Various trivial changes minimizing the diff between steps.
Hence, this commit should be reviewed with git -b.

Change the type of the key argument in env.{get,set} from MAL symbol
to fantom Str.
Return null instead of raising an exception.
Both changes help DEBUG-EVAL.

For readability, merge env.find into env.get.
@kanaka kanaka merged commit c14f871 into kanaka:master Oct 29, 2024
4 checks passed
@asarhaddon asarhaddon deleted the fantom branch October 30, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants