Skip to content

Bug fix. Changed += to = in FieldVar double_in_place #142

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

Merged
merged 5 commits into from
Mar 21, 2025

Conversation

mskrzypkows
Copy link
Contributor

@mskrzypkows mskrzypkows commented Mar 19, 2024

Description

Fixed bug in Field_var::double_in_place

closes: #XXXX


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (master)
  • Linked to Github issue with discussion and accepted design OR have an explanation in the PR that describes this work.
  • Wrote unit tests
  • Updated relevant documentation in the code
  • Added a relevant changelog entry to the Pending section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

@mskrzypkows mskrzypkows requested a review from a team as a code owner March 19, 2024 10:51
@mskrzypkows mskrzypkows requested review from z-tech, Pratyush and mmagician and removed request for a team March 19, 2024 10:51
@mmagician
Copy link
Member

Wasn't there a unit test for this before? Could you add one for future proofing?

@mskrzypkows
Copy link
Contributor Author

I don't see any tests for FieldVar. I'll add some.

@mskrzypkows
Copy link
Contributor Author

@mmagician What do you think, can we merge it?

@mmagician
Copy link
Member

It's currently failing due to recently introduced breaking changes in nightly. Unfortunately there's no automatic fix for these (yet, see WIP), so removing the redundant imports needs to be done manually for now.

@mskrzypkows
Copy link
Contributor Author

mskrzypkows commented Apr 18, 2024

@mmagician, @Pratyush removed unused imports, should pass now.

@mskrzypkows
Copy link
Contributor Author

🤔 Something changed in algebra with ark_std::sync?

@mskrzypkows
Copy link
Contributor Author

Can we rerun failing no_std check?

@Pratyush Pratyush enabled auto-merge March 21, 2025 00:53
@Pratyush Pratyush added this pull request to the merge queue Mar 21, 2025
Merged via the queue into arkworks-rs:master with commit 81be215 Mar 21, 2025
11 checks passed
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.

3 participants