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

[POSSIBLE-BUG] Compilation object loses semantic information about type when more than libraries are imported #192

Conversation

IX-BOT
Copy link
Contributor

@IX-BOT IX-BOT commented Jun 27, 2023

This pull request introduces several changes to improve the handling of type declarations and diagnostics in the AXSharp compiler. The key changes include enhancements to the Generate method, the addition of helper methods for type declaration resolution, and workarounds for ambiguous types in field and variable declarations.

Improvements to type declaration handling:

Enhancements to diagnostics and logging:

Workarounds for ambiguous types:

Minor updates:

closes #159

PTKu and others added 3 commits June 27, 2023 10:13
…mantic_information_about_type_when_more_than_libraries_are_imported
Refactored `AXSharpProject` to improve type handling and logging:
- Changed `projectSources` type to `IEnumerable<(ISyntaxTree parseTree, SourceFileText source)>`.
- Ensured distinct reference parse trees using `DistinctBy`.
- Updated `compilationResult` creation and added error logging.
- Cleaned output folder before compilation.

Enhanced `CreateMetaType` method:
- Added namespace check and pragma appending to `StringBuilder`.

Updated `SemanticsHelpers`:
- Added `FindTypeDeclaration` method.
- Added methods for determining fully qualified names of declarations.
- Replaced direct type checks with `FindTypeDeclaration`.

Improved `CsOnlinerMemberBuilder`:
- Added case for `UndefinedTypeDeclaration`.
- Added workaround for ambiguous types using fully qualified names.

Refined `CsOnlinerSourceBuilder`:
- Replaced direct type checks with `FindTypeDeclaration`.
- Added workaround for not fully qualified declarations.

Modified `launchSettings.json`:
- Changed `workingDirectory` for `ixc-simple-template` profile.
- Added `--skip-deps` to `commandLineArgs` for `ixc-simple-template` profile.
@PTKu PTKu marked this pull request as ready for review March 26, 2025 13:31
@PTKu PTKu merged commit 0cf6399 into dev Mar 26, 2025
2 checks passed
@PTKu PTKu deleted the 159-_POSSIBLE-BUG_Compilation_object_loses_semantic_information_about_type_when_more_than_libraries_are_imported branch March 26, 2025 13:31
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.

[POSSIBLE-BUG] Compilation object loses semantic information about type when more than libraries are imported
2 participants