Skip to content

parser: add duplicate import symbol detect#25187

Merged
spytheman merged 2 commits into
vlang:masterfrom
kbkpbot:fix-parser-import-same-symbol
Aug 29, 2025
Merged

parser: add duplicate import symbol detect#25187
spytheman merged 2 commits into
vlang:masterfrom
kbkpbot:fix-parser-import-same-symbol

Conversation

@kbkpbot

@kbkpbot kbkpbot commented Aug 29, 2025

Copy link
Copy Markdown
Contributor

Fix issue #25185

remove vlib/v/fmt/tests/import_duplicate_input.vv as it is treated as a parser error now.

@huly-for-github

Copy link
Copy Markdown

Connected to Huly®: V_0.6-24277

@spytheman spytheman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work.

@spytheman spytheman merged commit eaf005e into vlang:master Aug 29, 2025
83 of 84 checks passed
@kbkpbot kbkpbot deleted the fix-parser-import-same-symbol branch August 29, 2025 10:50
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.

parser should not allow same symbol names import from different module

2 participants