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

Fix/parser module with import #234

Merged
merged 5 commits into from
Aug 30, 2024

Conversation

Stavegu
Copy link

@Stavegu Stavegu commented Aug 28, 2024

Evolution reason

Due to local import in module header, block declaration was not detected. So auto-instantiation was not possible for these blocks.

Update

Functional

  • Change regex for block declaration
  • Change the checks for parameterized module

Test

  • Add test # 10 and # 11 for ModuleInstantiator test
  • Update test values for indexer_map tests

Gustave Penloup added 2 commits August 27, 2024 16:25
- Change regex for block declaration
- Change the checks for parameterized module
- Add test eirikpre#10 and eirikpre#11 in ModuleInstantiator
- Update test values for indexer_map tests
@joecrop joecrop merged commit d5f800e into eirikpre:master Aug 30, 2024
6 checks passed
@Stavegu Stavegu deleted the fix/parser_module_with_import branch September 2, 2024 08:18
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.

2 participants