-
Notifications
You must be signed in to change notification settings - Fork 133
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
create_temporary_modules should error out with helper (_
) functions
#510
Labels
triage
label for issues that need to be triaged.
Comments
I don't understand? You pass in the functions with create_temporary_modules? Why not just prevent people passing in |
Yep, that's what this issue suggests. It curerntly does work, and gets weird results, but it shouldn't. |
elijahbenizzy
added a commit
that referenced
this issue
Nov 27, 2023
start with "_" See #510 This is *not* backwards compatible, but this is a specific "ad-hoc" util and has an easy fix, so I'm OK not bumping versions accordingly. I would consider this previously undefined behavior, and this will make debugging easier.
7 tasks
elijahbenizzy
added a commit
that referenced
this issue
Nov 27, 2023
start with "_" See #510 This is *not* backwards compatible, but this is a specific "ad-hoc" util and has an easy fix, so I'm OK not bumping versions accordingly. I would consider this previously undefined behavior, and this will make debugging easier.
elijahbenizzy
added a commit
that referenced
this issue
Nov 27, 2023
start with "_" See #510 This is *not* backwards compatible, but this is a specific "ad-hoc" util and has an easy fix, so I'm OK not bumping versions accordingly. I would consider this previously undefined behavior, and this will make debugging easier.
elijahbenizzy
added a commit
that referenced
this issue
Nov 27, 2023
start with "_" See #510 This is *not* backwards compatible, but this is a specific "ad-hoc" util and has an easy fix, so I'm OK not bumping versions accordingly. I would consider this previously undefined behavior, and this will make debugging easier.
This is complete! #558 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we create_temporary_modules with an underscore function it should not work. It will not get turned into a function, and the function can refer to a helper function regardless.
This can help the ad-hoc case.
The text was updated successfully, but these errors were encountered: