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

Return second argument of trace! without evaluation #825

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vsbogd
Copy link
Collaborator

@vsbogd vsbogd commented Dec 18, 2024

Evaluating second argument before calling trace! leads to unexpected sequence of traces. Making type of the second argument Atom means argument is evaluated after trace! prints the first argument.

Evaluating second argument before calling trace! leads to unexpected
sequence of traces. Making type of the second argument Atom means
argument is evaluated after trace! prints the first argument.
@vsbogd vsbogd requested a review from ngeiswei December 18, 2024 14:41
@vsbogd
Copy link
Collaborator Author

vsbogd commented Dec 18, 2024

@ngeiswei adding you as a reviewer for this one-liner because you are an author of the original code.

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.

1 participant