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

Tracer - Create a proper list when tail of list is ignored #465

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

binaryseed
Copy link
Collaborator

When rewriting function call arguments as part of a @trace... If there's an _ignored variable as the tail of a list, prevent creation of an improper list by replacing :__ignored__ with an empty list []

Closes #366

@binaryseed binaryseed requested a review from tpitale December 19, 2024 06:56
@binaryseed binaryseed mentioned this pull request Dec 19, 2024
17 tasks
Copy link
Contributor

@tpitale tpitale left a comment

Choose a reason for hiding this comment

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

Nice catch!

@tpitale tpitale merged commit da1819a into master Jan 7, 2025
12 checks passed
@tpitale tpitale deleted the vince/tracer-macro-ignored-tail branch January 7, 2025 15:52
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.

@trace attribute rewriting ignored cons arguments
2 participants