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

Fix expression evaluation #107

Merged
merged 3 commits into from
Sep 28, 2021
Merged

Fix expression evaluation #107

merged 3 commits into from
Sep 28, 2021

Conversation

tdudzik
Copy link
Contributor

@tdudzik tdudzik commented Sep 27, 2021

  • fix expression evaluation on breakpoint with a definition or an assignment,
  • revert to the non-interactive compiler to avoid macro has not been expanded error.

tdudzik and others added 2 commits September 27, 2021 21:57
- fix expression evaluation on breakpoint with a definition or an assignment,
- revert to non-interactive compiler to avoid `macro has not been
expanded` error.
Copy link
Member

@adpi2 adpi2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@adpi2 adpi2 merged commit a512ebf into main Sep 28, 2021
@tdudzik tdudzik deleted the expression-evaluation-fixes branch September 28, 2021 12:13
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.

Can't evaluate anything -- macro has not been expanded Cannot evaluate expression on value definition
2 participants