This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switching to a more recent Halo2 version revealed a problem with our lookups - they don't pass a `lookup-any-sanity-checks` because they are using only the fixed query. This is why I had to disable the default features of all halo2 crates (that include `lookup-any-sanity-checks`) and only enable the rest. I suppose we can refactor our lookups to use `lookup` instead of `lookup_any`.
- 267-refactor-lookup-argument-creation
- (#263)
- 291-semantic-analysis-hyper-transition
- (#263)
- chiquito-2024
- (#263)
- halo2-frontend-removal-pt-II
- (#263)
- language-server-fixes
- (#263)
- leo/padding-2024
- (#263)
- leo/refactor-halo2
- (#263)
- rutefig/274-using-m-type-to-keep-debugsym-in-expr
- (#263)
- rutefig/293-parser-for-declarations-of-arrays-of-signals-and-vars
- (#263)
Showing
16 changed files
with
733 additions
and
920 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.