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

Fix handling of kwargs in @polynomial_ring #1632

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

fingolfin
Copy link
Member

Resolves #1631 (was easier than I feared :-) )

@fingolfin fingolfin force-pushed the mh/fix-kwargs-for-varnames-macros branch from 97551de to 85080c9 Compare February 28, 2024 16:07
@fingolfin
Copy link
Member Author

@lgoettgens suggested how to improve the tests, which I now did

test/generic/MPoly-test.jl Outdated Show resolved Hide resolved
test/generic/MPoly-test.jl Outdated Show resolved Hide resolved
test/generic/MPoly-test.jl Show resolved Hide resolved
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.94%. Comparing base (4546165) to head (06d1d70).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1632   +/-   ##
=======================================
  Coverage   86.94%   86.94%           
=======================================
  Files         114      114           
  Lines       29696    29697    +1     
=======================================
+ Hits        25819    25820    +1     
  Misses       3877     3877           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Co-authored-by: Lars Göttgens <lars.goettgens@gmail.com>
@fingolfin
Copy link
Member Author

CC @mgkurtz (just so that you now I've been messing with your code ;-)

@fingolfin fingolfin merged commit 42192d8 into Nemocas:master Feb 29, 2024
30 checks passed
@fingolfin fingolfin deleted the mh/fix-kwargs-for-varnames-macros branch February 29, 2024 12:43
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.

@polynomial_ring support for key-value pairs is broken
2 participants