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

Avoid partial when constructing answers #83

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Avoid partial when constructing answers #83

merged 1 commit into from
Sep 4, 2024

Conversation

kaste
Copy link
Owner

@kaste kaste commented Sep 4, 2024

Fixes #82

function.partial is not curry in the sense that later invocations can
try to override the partial invcoation. In this case the argument
value could be reused by a function with the same argument.

Likely I confused "currying" with python partial.

@kaste kaste force-pushed the fix-82 branch 2 times, most recently from 617368d to 7d10a22 Compare September 4, 2024 10:38
Fixes #82

`function.partial` is not curry in the sense that later invocations can
try to override the partial invcoation.  In this case the argument
`value` could be reused by a function with the same argument.

Likely I confused "currying" with python `partial`.
@kaste kaste changed the title Remove now unsupported "asyncio_mode" configuration Avoid partial when constructing answers Sep 4, 2024
@kaste kaste merged commit 6bd1b0e into master Sep 4, 2024
38 checks passed
@kaste kaste deleted the fix-82 branch September 4, 2024 10:53
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.

TypeError: return_() got multiple values for argument 'value'
1 participant