-
Notifications
You must be signed in to change notification settings - Fork 199
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
feat!: remove dep::
prefix
#4946
Commits on Apr 30, 2024
-
use PathKind::Plain over Dep, remove PathKind::Dep, resolve both poss…
…ibilities when PathKind::Plain encountered, add test to ensure case never encountered in nargo_fmt, update path parsers, update unit tests and test_programs, cargo fmt/clippy
Configuration menu - View commit details
-
Copy full SHA for 167e153 - Browse repository at this point
Copy the full SHA 167e153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 425116f - Browse repository at this point
Copy the full SHA 425116fView commit details -
only resolve path externally when unresolved internally, i.e. not whe…
…n other errors occur, make backwards compatible
Configuration menu - View commit details
-
Copy full SHA for ec7eb40 - Browse repository at this point
Copy the full SHA ec7eb40View commit details -
add PathKind::Dep back in 1) to ease distinguishing deprecated case, …
…2) so that it can be used for the '::' prefix later, add deprecation warning
Configuration menu - View commit details
-
Copy full SHA for 91e003e - Browse repository at this point
Copy the full SHA 91e003eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22ec8c7 - Browse repository at this point
Copy the full SHA 22ec8c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ad8d05 - Browse repository at this point
Copy the full SHA 7ad8d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552b29b - Browse repository at this point
Copy the full SHA 552b29bView commit details
Commits on May 1, 2024
-
Update compiler/noirc_frontend/src/parser/errors.rs
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8ba6f5 - Browse repository at this point
Copy the full SHA c8ba6f5View commit details -
Update compiler/noirc_frontend/src/hir/resolution/import.rs
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 51bbb0e - Browse repository at this point
Copy the full SHA 51bbb0eView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3493069 - Browse repository at this point
Copy the full SHA 3493069View commit details
Commits on May 9, 2024
-
wip responding to review comments, distinguish deprecated path kind f…
…rom '::path', only resolve plain path as external when the first segment isn't found, rename DepPathPrefixDeprecated -> LitDepPathPrefixDeprecated, add distinct parsing case for '::path' with tests, remove test missing a Nargo.toml, add test_programs for overlapping cases
Configuration menu - View commit details
-
Copy full SHA for 0da34b2 - Browse repository at this point
Copy the full SHA 0da34b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00b775 - Browse repository at this point
Copy the full SHA a00b775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c6b20b - Browse repository at this point
Copy the full SHA 2c6b20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97bfe72 - Browse repository at this point
Copy the full SHA 97bfe72View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b47f8b7 - Browse repository at this point
Copy the full SHA b47f8b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a4d138 - Browse repository at this point
Copy the full SHA 8a4d138View commit details -
convert overlapping_dep_and_mod to a compile failure by moving expect…
…ed overlap from dep::foo::bar != foo::bar to foo::bar/foo::baz (overlapping module name)
Configuration menu - View commit details
-
Copy full SHA for 085d1f6 - Browse repository at this point
Copy the full SHA 085d1f6View commit details -
add 'overlapping_dep_and_mod*' tests to excluded_dirs in formatting t…
…est (as they're a type of workspace test)
Configuration menu - View commit details
-
Copy full SHA for 11f6235 - Browse repository at this point
Copy the full SHA 11f6235View commit details -
Configuration menu - View commit details
-
Copy full SHA for d374c04 - Browse repository at this point
Copy the full SHA d374c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 268490f - Browse repository at this point
Copy the full SHA 268490fView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0842de8 - Browse repository at this point
Copy the full SHA 0842de8View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4437f5 - Browse repository at this point
Copy the full SHA a4437f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb82de4 - Browse repository at this point
Copy the full SHA fb82de4View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d36751 - Browse repository at this point
Copy the full SHA 3d36751View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cea5f46 - Browse repository at this point
Copy the full SHA cea5f46View commit details
Commits on Jun 17, 2024
-
Merge branch 'master' into michaeljklein/combine-dep-crate
* master: chore: add no-predicate to hash implementations (#5253)
Configuration menu - View commit details
-
Copy full SHA for fd1b873 - Browse repository at this point
Copy the full SHA fd1b873View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b3eb42 - Browse repository at this point
Copy the full SHA 7b3eb42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9111c2a - Browse repository at this point
Copy the full SHA 9111c2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a876b3 - Browse repository at this point
Copy the full SHA 0a876b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 407b22a - Browse repository at this point
Copy the full SHA 407b22aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2b819 - Browse repository at this point
Copy the full SHA ec2b819View commit details -
Configuration menu - View commit details
-
Copy full SHA for c51cdd6 - Browse repository at this point
Copy the full SHA c51cdd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74526c4 - Browse repository at this point
Copy the full SHA 74526c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a53fb5c - Browse repository at this point
Copy the full SHA a53fb5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9cdbc - Browse repository at this point
Copy the full SHA ac9cdbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8816095 - Browse repository at this point
Copy the full SHA 8816095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 787e020 - Browse repository at this point
Copy the full SHA 787e020View commit details