Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / noir-lang/noir issues and pull requests

#6280 - feat(test): Include the PoseidonHasher in the fuzzing

Pull Request - State: closed - Opened by aakoshh about 1 month ago

#6279 - feat: slightly improve "unexpected token" error message

Pull Request - State: closed - Opened by asterite about 1 month ago

#6277 - feat: show LSP diagnostic related information

Pull Request - State: closed - Opened by asterite about 1 month ago

#6276 - bug: type aliases cannot be used in type namespace

Issue - State: closed - Opened by 0xJepsen about 1 month ago - 1 comment
Labels: bug

#6275 - Compilation flag to add runtime checks for opcode assumptions

Issue - State: open - Opened by michaeljklein about 1 month ago - 1 comment
Labels: enhancement

#6274 - fix: prevent compiler panic when popping from empty slices

Pull Request - State: closed - Opened by TomAFrench about 1 month ago - 3 comments

#6273 - feat(test): Fuzz poseidon hases against an external library

Pull Request - State: closed - Opened by aakoshh about 1 month ago

#6272 - Failed assertions in macros are reported in the comptime code, but not the annotation

Issue - State: closed - Opened by Thunkar about 1 month ago - 7 comments
Labels: bug

#6271 - Add a user-specified relative ordering for attributes

Issue - State: closed - Opened by jfecher about 1 month ago - 1 comment
Labels: enhancement

#6270 - fix: address inactive public key check in `verify_signature_noir`

Pull Request - State: closed - Opened by TomAFrench about 1 month ago - 1 comment

#6269 - chore: proptest for `canonicalize` on infix type expressions

Pull Request - State: closed - Opened by michaeljklein about 1 month ago

#6268 - feat: remove 'single use' intermediate variables

Pull Request - State: closed - Opened by guipublic about 1 month ago - 1 comment

#6267 - Ram and compilation time blowup when using to_be_bytes + sha

Issue - State: closed - Opened by sirasistant about 1 month ago
Labels: bug

#6265 - feat(test): Fuzz test poseidon2 hash equivalence

Pull Request - State: closed - Opened by aakoshh about 1 month ago - 6 comments

#6264 - chore(ci): pin commit to install bbup from

Pull Request - State: closed - Opened by TomAFrench about 1 month ago - 1 comment

#6263 - Proptest arithmetic generics

Issue - State: closed - Opened by michaeljklein about 1 month ago
Labels: enhancement

#6262 - feat: Add `checked_transmute`

Pull Request - State: closed - Opened by jfecher about 1 month ago - 2 comments
Labels: documentation

#6261 - fix: visibility for impl methods

Pull Request - State: closed - Opened by asterite about 1 month ago

#6260 - Investigate whether kind check can be removed from `evaluate_to_field_element`

Issue - State: open - Opened by michaeljklein about 1 month ago
Labels: enhancement

#6259 - LSP: show "noir-lsp" widget at the bottom of the editor for accessing potential errors

Issue - State: open - Opened by asterite about 1 month ago - 1 comment
Labels: enhancement

#6258 - fix: don't warn on unuse global if it has an abi annotation

Pull Request - State: closed - Opened by asterite about 1 month ago

#6257 - feat: don't crash LSP when there are errors resolving the workspace

Pull Request - State: closed - Opened by asterite about 1 month ago - 1 comment

#6256 - feat: don't suggest private struct fields in LSP

Pull Request - State: closed - Opened by asterite about 1 month ago

#6255 - Warn/error if using struct constructor and there's at least one private field

Issue - State: open - Opened by asterite about 1 month ago
Labels: enhancement

#6254 - fix: don't warn on unused struct that has an abi annotation

Pull Request - State: closed - Opened by asterite about 1 month ago - 1 comment

#6253 - feat(perf): Flamegraphs for test program execution benchmarks

Pull Request - State: closed - Opened by aakoshh about 1 month ago - 2 comments

#6252 - feat: trait inheritance

Pull Request - State: closed - Opened by asterite about 1 month ago - 3 comments
Labels: documentation

#6251 - Flag to identify root crate/module in `Module` type

Issue - State: open - Opened by Thunkar about 1 month ago
Labels: enhancement

#6250 - Exported structs and globals are marked as unused

Issue - State: closed - Opened by Thunkar about 1 month ago - 6 comments
Labels: bug

#6249 - fix: handle dfg databus in SSA normalization

Pull Request - State: closed - Opened by asterite about 1 month ago

#6248 - Warn on items more private than others

Issue - State: open - Opened by asterite about 1 month ago - 3 comments
Labels: enhancement

#6247 - Check whether negative integer literals are out of range for their types

Issue - State: open - Opened by michaeljklein about 1 month ago - 1 comment
Labels: enhancement

#6246 - feat: allow `unconstrained` after visibility

Pull Request - State: closed - Opened by asterite about 1 month ago

#6245 - Allow using `u16` for array sizes

Issue - State: open - Opened by michaeljklein about 1 month ago - 2 comments
Labels: enhancement

#6243 - fix!: Integer division is not the inverse of integer multiplication

Pull Request - State: closed - Opened by jfecher about 1 month ago - 1 comment

#6242 - Arithmetic generics assumes integer multiplication cancels integer division

Issue - State: closed - Opened by jfecher about 1 month ago
Labels: bug

#6241 - fix: homogeneous input points for EC ADD

Pull Request - State: closed - Opened by guipublic about 1 month ago - 2 comments

#6240 - `nargo execute` generates a witness at `./target/witness.gz` by default

Issue - State: closed - Opened by Savio-Sou about 1 month ago - 2 comments
Labels: enhancement, good first issue, help wanted, nargo

#6238 - Fix `eval_global_as_array_length` to support non-array-length types

Issue - State: open - Opened by michaeljklein about 1 month ago - 1 comment
Labels: bug

#6237 - feat: optimize `Quoted::as_expr` by parsing just once

Pull Request - State: closed - Opened by asterite about 1 month ago

#6236 - feat: recover from '=' instead of ':' in struct constructor/pattern

Pull Request - State: closed - Opened by asterite about 1 month ago

#6235 - fix!: Change tag attributes to require a ' prefix

Pull Request - State: closed - Opened by jfecher about 1 month ago - 3 comments

#6234 - fix!: Elaborate generated items as we go

Pull Request - State: closed - Opened by jfecher about 1 month ago - 1 comment
Labels: run-external-checks

#6233 - feat(test): Fuzz test stdlib hash functions

Pull Request - State: closed - Opened by aakoshh about 1 month ago - 1 comment

#6232 - fix: handle nested arrays in calldata

Pull Request - State: closed - Opened by guipublic about 1 month ago - 2 comments

#6231 - Code gen nested arrays with a flat memory structure for ACIR runtimes

Issue - State: open - Opened by vezenovm about 1 month ago - 2 comments
Labels: enhancement, ssa

#6230 - JS packages failed to publish

Issue - State: closed - Opened by github-actions[bot] about 1 month ago - 1 comment
Labels: js

#6228 - Document explicitly that library import tags also support git branches

Issue - State: open - Opened by Savio-Sou about 1 month ago
Labels: enhancement, documentation

#6227 - Show SSA deletes the databus

Issue - State: closed - Opened by sirasistant about 1 month ago - 2 comments
Labels: bug

#6226 - fix: check for Schnorr null signature

Pull Request - State: closed - Opened by guipublic about 1 month ago - 2 comments

#6225 - fix: Panic on composite types within databus

Pull Request - State: closed - Opened by sirasistant about 1 month ago

#6223 - Copy how to install and use `bbup` into Noir Docs

Issue - State: open - Opened by Savio-Sou about 1 month ago - 2 comments
Labels: enhancement, documentation

#6222 - Merge "Getting Started" documentation sections into one simple, end-to-end page

Issue - State: open - Opened by Savio-Sou about 1 month ago
Labels: enhancement, documentation

#6221 - feat: visibility for struct fields

Pull Request - State: closed - Opened by asterite about 1 month ago - 2 comments
Labels: documentation, run-external-checks

#6220 - feat(perf): Simplify array get when most recent array set writes to the same index

Pull Request - State: open - Opened by vezenovm about 1 month ago - 3 comments

#6219 - `Field` as {u8, u16, ...} can cause security bugs

Issue - State: open - Opened by jewelofchaos9 about 1 month ago

#6217 - Ability to multiply points not on a curve

Issue - State: closed - Opened by jewelofchaos9 about 1 month ago - 1 comment
Labels: wontfix, stdlib

#6216 - fix: don't warn twice when referring to private item

Pull Request - State: closed - Opened by asterite about 1 month ago

#6215 - Improve misleading error messages for struct typos

Issue - State: closed - Opened by iAmMichaelConnor about 1 month ago
Labels: enhancement

#6214 - feat: expose sha256 helper functions

Pull Request - State: closed - Opened by saleel about 1 month ago - 1 comment

#6213 - chore: Release Noir(0.36.0)

Pull Request - State: closed - Opened by noirwhal about 1 month ago - 3 comments
Labels: autorelease: tagged, documentation

#6212 - chore: revert mistaken stack size change

Pull Request - State: closed - Opened by TomAFrench about 1 month ago

#6211 - chore: fix typo in code snippet

Pull Request - State: closed - Opened by TomAFrench about 1 month ago

#6210 - feat: Sync from aztec-packages

Pull Request - State: closed - Opened by AztecBot about 1 month ago - 2 comments

#6209 - Added base to list of chains suported

Pull Request - State: open - Opened by Ifechukwudaniel about 1 month ago - 1 comment

#6208 - feat(perf): Follow array sets backwards in array set from get optimization

Pull Request - State: closed - Opened by vezenovm about 1 month ago - 2 comments

#6207 - feat(perf): Optimize array set from get

Pull Request - State: closed - Opened by vezenovm about 1 month ago - 2 comments

#6206 - fix: ignore compression of blocks after msg.len in sha256_var

Pull Request - State: closed - Opened by saleel about 1 month ago - 4 comments

#6205 - fix: add missing visibility for auto-import names

Pull Request - State: closed - Opened by asterite about 1 month ago

#6204 - chore(refactor): Array set optimization context struct for analysis

Pull Request - State: closed - Opened by vezenovm about 1 month ago

#6203 - fix: type variables by default should have Any kind

Pull Request - State: closed - Opened by asterite about 1 month ago

#6202 - Panic when using turbofish and numeric generic

Issue - State: closed - Opened by asterite about 1 month ago - 1 comment
Labels: bug

#6201 - Operator `>>` does arithmetic or logical shift, depending on rhs

Issue - State: closed - Opened by Syndamia about 1 month ago
Labels: bug

#6200 - feat: Inclusive for loop

Pull Request - State: closed - Opened by aakoshh about 1 month ago - 4 comments
Labels: documentation

#6199 - feat: skip `remove_enable_side_effects` pass on brillig functions

Pull Request - State: closed - Opened by TomAFrench about 2 months ago

#6198 - feat: remove orphaned blocks from cfg to improve `simplify_cfg` pass.

Pull Request - State: closed - Opened by TomAFrench about 2 months ago - 3 comments

#6197 - fix(ssa): Check if result of array set is used in value of another array set

Pull Request - State: closed - Opened by vezenovm about 2 months ago - 1 comment

#6196 - Issue compiling with aztec-nargo

Issue - State: closed - Opened by brunolune about 2 months ago - 3 comments
Labels: bug

#6195 - fix(docs): Rename recursion.md to recursion.mdx

Pull Request - State: closed - Opened by critesjosh about 2 months ago - 3 comments
Labels: documentation

#6194 - Evaluate usage and need of `Kind::Any`

Issue - State: open - Opened by michaeljklein about 2 months ago - 1 comment
Labels: enhancement

#6193 - [Tracking] stdlib cleanup + testing

Issue - State: open - Opened by TomAFrench about 2 months ago

#6191 - [Tracking] Numeric Generics cleanup

Issue - State: open - Opened by TomAFrench about 2 months ago

#6190 - chore: Remove macros_api module

Pull Request - State: closed - Opened by aakoshh about 2 months ago - 1 comment

#6189 - [Tracking] Documentation improvements

Issue - State: open - Opened by TomAFrench about 2 months ago

#6188 - Compiler doesn't infer generics on `Field::from_be_bytes` correctly

Issue - State: closed - Opened by TomAFrench about 2 months ago - 1 comment

#6187 - Add compilation idempotency tests

Issue - State: open - Opened by TomAFrench about 2 months ago
Labels: good first issue

#6185 - Deprecate the `#[recursive]` attribute from functions

Issue - State: closed - Opened by TomAFrench about 2 months ago - 1 comment

#6184 - feat(perf): Simplify the cfg after DIE

Pull Request - State: closed - Opened by vezenovm about 2 months ago - 1 comment

#6183 - feat(perf): Remove redundant inc rc without instructions between

Pull Request - State: closed - Opened by vezenovm about 2 months ago - 1 comment

#6182 - chore: rename `DefinitionKind::GenericType`

Pull Request - State: closed - Opened by michaeljklein about 2 months ago

#6181 - Rename `DefinitionKind::GenericType` to `DefinitionKind::NumericGeneric`

Issue - State: closed - Opened by michaeljklein about 2 months ago
Labels: enhancement

#6180 - feat: handwritten parser

Pull Request - State: closed - Opened by asterite about 2 months ago - 14 comments
Labels: run-external-checks