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

chore: adding name shadowing tests template program #4799

Merged
merged 24 commits into from
May 8, 2024
Merged
Changes from 14 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f853860
wip adding name shadowing tests template program
michaeljklein Apr 12, 2024
cb36894
add Default impl's for each struct, ensure global pairs are distinct,…
michaeljklein Apr 15, 2024
8141a3b
Merge branch 'master' into michaeljklein/test-name-shadowing
michaeljklein May 2, 2024
7bfdb88
combine name shadowing template files into a single file
michaeljklein May 2, 2024
987df91
split get_program into get_parsed_program and get_program_from_parsed…
michaeljklein May 2, 2024
f8fbab5
wip MapIdents impl's
michaeljklein May 2, 2024
82aff46
revert MapIdents trait impl's
michaeljklein May 2, 2024
a12a579
make names distinct against replacements, add names_to_collapse and c…
michaeljklein May 2, 2024
d1a941b
Merge branch 'master' into michaeljklein/test-name-shadowing
michaeljklein May 2, 2024
4749e78
removing duplicate test from test_programs, fmt/clippy
michaeljklein May 2, 2024
426dec0
removed unused split of get_program into pre/post parse chunks
michaeljklein May 2, 2024
aa6d0a4
Merge branch 'master' into michaeljklein/test-name-shadowing
michaeljklein May 3, 2024
7949002
add method/trait names to name shadowing test
michaeljklein May 3, 2024
30c3340
add issue for skipped cases
michaeljklein May 3, 2024
4f2c28f
Update compiler/noirc_frontend/src/tests.rs
michaeljklein May 3, 2024
67fde67
Merge branch 'master' into michaeljklein/test-name-shadowing
michaeljklein May 3, 2024
ecf4510
move name shadowing test to own file/module
michaeljklein May 7, 2024
dacd133
Merge branch 'master' into michaeljklein/test-name-shadowing
michaeljklein May 7, 2024
343818b
remove redundant wrapping test module
michaeljklein May 7, 2024
cbc141a
revert comments
michaeljklein May 7, 2024
69017c7
address clippy warnings
michaeljklein May 7, 2024
2b8beae
fmt --all
michaeljklein May 7, 2024
e99d804
Merge branch 'master' into michaeljklein/test-name-shadowing
TomAFrench May 8, 2024
64ed734
chore: formatting
TomAFrench May 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading