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

Simplify type aliases in tests, map_or expressions, and other simplifications #231

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

huitseeker
Copy link
Contributor

Generic type aliases are type functions. In our case, they are made
distinct through the arguments they are passed, not by giving them
different names.
microsoft#57)

* refactor: Rewrite some exact instances of `Result::ok()`

* refactor: Increase Clippy lint complexity limits and remove overrides

- Removed Clippy linting restrictions on complexity and argument count across several modules including r1cs, lib, supernova/circuit, and bellpepper/shape_cs among others.
- added .clippy.toml config file for project-wide limits

* doc: Improve markdown formatting

- Improved code documentation throughout by adding markdown styling and backticks for code readability.
- No major functionality changes conducted,
@srinathsetty srinathsetty changed the title Arecibo backports Simplify type aliases in tests, map_or expressions, and other simplifications Oct 2, 2023
@srinathsetty srinathsetty merged commit 9165211 into microsoft:main Oct 2, 2023
hero78119 pushed a commit to hero78119/SuperNova that referenced this pull request Jan 5, 2024
)

* chore: Refactor 'kzg_verify_batch' closure

* chore: Refine the comment

* chore: Refactor 'L' computation

* chore: Suggested refinements
huitseeker pushed a commit to lurk-lang/Nova that referenced this pull request Jan 25, 2024
)

* chore: Refactor 'kzg_verify_batch' closure

* chore: Refine the comment

* chore: Refactor 'L' computation

* chore: Suggested refinements
huitseeker pushed a commit to huitseeker/Nova that referenced this pull request Jan 26, 2024
)

* chore: Refactor 'kzg_verify_batch' closure

* chore: Refine the comment

* chore: Refactor 'L' computation

* chore: Suggested refinements
huitseeker pushed a commit to lurk-lang/Nova that referenced this pull request Jan 26, 2024
)

* chore: Refactor 'kzg_verify_batch' closure

* chore: Refine the comment

* chore: Refactor 'L' computation

* chore: Suggested refinements
huitseeker pushed a commit to lurk-lang/Nova that referenced this pull request Jan 26, 2024
)

* chore: Refactor 'kzg_verify_batch' closure

* chore: Refine the comment

* chore: Refactor 'L' computation

* chore: Suggested refinements
huitseeker pushed a commit to lurk-lang/Nova that referenced this pull request Feb 21, 2024
)

* chore: Refactor 'kzg_verify_batch' closure

* chore: Refine the comment

* chore: Refactor 'L' computation

* chore: Suggested refinements
huitseeker pushed a commit to lurk-lang/Nova that referenced this pull request May 2, 2024
)

* chore: Refactor 'kzg_verify_batch' closure

* chore: Refine the comment

* chore: Refactor 'L' computation

* chore: Suggested refinements
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.

2 participants