Skip to content

unalias base path of rust style import - #3128

Merged
dalance merged 1 commit into
veryl-lang:masterfrom
taichi-ishitani:fix_undefined_identifier
Jul 31, 2026
Merged

unalias base path of rust style import#3128
dalance merged 1 commit into
veryl-lang:masterfrom
taichi-ishitani:fix_undefined_identifier

Conversation

@taichi-ishitani

Copy link
Copy Markdown
Contributor

fix #3126

Base path of rust style import should be unaliased if it point alias package but currently not.
This causes #3126.

@codspeed-hq

codspeed-hq Bot commented Jul 31, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 8 untouched benchmarks


Comparing taichi-ishitani:fix_undefined_identifier (75778b4) with master (08d7ec6)

Open in CodSpeed

@taichi-ishitani
taichi-ishitani force-pushed the fix_undefined_identifier branch from e7ef456 to 75778b4 Compare July 31, 2026 07:32
@dalance
dalance merged commit 2c4b416 into veryl-lang:master Jul 31, 2026
21 checks passed
@taichi-ishitani
taichi-ishitani deleted the fix_undefined_identifier branch July 31, 2026 08:17
@dalance dalance added this to the v0.20.3 milestone Aug 3, 2026
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.

undefined_identifier error is reported for items imported from alias package

2 participants