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

add expr info to function (scope) ops #60

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

Vandesm14
Copy link
Owner

Ending up on a "fn start" or the two other function marker ops wouldn't include any debug info for the Expr that they belong to, so the file viewer in the debugger would go blank.

I added a field to the ops that includes the debug info so that the debugger can properly display the expr when a function is instantiated.

@Vandesm14 Vandesm14 marked this pull request as ready for review July 1, 2024 18:27
@Vandesm14 Vandesm14 requested a review from leonskidev July 1, 2024 18:27
@Vandesm14 Vandesm14 merged commit 2f0802d into main Jul 1, 2024
2 checks passed
@Vandesm14 Vandesm14 deleted the feat/add-debug-info-function-ops branch July 1, 2024 18:32
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