-
Notifications
You must be signed in to change notification settings - Fork 3
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
Check whether keyword arguments are evaluable at run time #210
Labels
Comments
okamsn
added a commit
that referenced
this issue
Sep 14, 2024
…time. - Make `close` in `iter` evaluable. Make it evaluated at the beginning. - Make `on-failure` in `find` evaluated at the beginning. Closes issue #210.
okamsn
added a commit
that referenced
this issue
Sep 14, 2024
…time. - Make `close` in `iter` evaluable. Make it evaluated at the beginning. - Make `on-failure` in `find` evaluated at the beginning. Closes issue #210.
okamsn
added a commit
that referenced
this issue
Sep 14, 2024
…time. - Make `close` in `iter` evaluable. Make it evaluated at the beginning. - Make `on-failure` in `find` evaluated at the beginning. Closes issue #210.
okamsn
added a commit
that referenced
this issue
Sep 14, 2024
github-actions bot
added a commit
that referenced
this issue
Sep 14, 2024
…on and run time. (#211) This commit was copied from the master branch. Commit: 7d76cee Author: okamsn <28612288+okamsn@users.noreply.github.com> Date: 2024-09-14 14:45:00 +0000 Review evaluation of keyword arguments during expansion and run time. (#211) - Make `close` in `iter` evaluable. Make it evaluated at the beginning. - Make `on-failure` in `find` evaluated at the beginning. Closes issue #210. See this PR #211.
github-actions bot
added a commit
that referenced
this issue
Sep 14, 2024
…on and run time. (#211) This commit was copied from the master branch. Commit: 7d76cee Author: okamsn <28612288+okamsn@users.noreply.github.com> Date: 2024-09-14 14:45:00 +0000 Review evaluation of keyword arguments during expansion and run time. (#211) - Make `close` in `iter` evaluable. Make it evaluated at the beginning. - Make `on-failure` in `find` evaluated at the beginning. Closes issue #210. See this PR #211.
Closed by #211. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure keyword arguments are evaluable where it makes sense.
The text was updated successfully, but these errors were encountered: