Skip to content

general: support 0.7 compiler version - #9

Merged
gerau merged 1 commit into
masterfrom
feature/minimal-imports-enums
Jul 29, 2026
Merged

general: support 0.7 compiler version#9
gerau merged 1 commit into
masterfrom
feature/minimal-imports-enums

Conversation

@KyrylR

@KyrylR KyrylR commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Add support for enums, migrate to the new span logic

@KyrylR
KyrylR requested a review from gerau July 28, 2026 11:25
@KyrylR

KyrylR commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator Author

tagged and published a 6cb8bd4 (this PR)

@KyrylR
KyrylR force-pushed the feature/minimal-imports-enums branch from 6cb8bd4 to 50d3790 Compare July 28, 2026 11:42
Comment thread src/backend.rs
Comment on lines +921 to +924
// This merged backend owns one open document at a time. Compiler 0.7
// diagnostics can point into imported files;
// TODO: until multi-document publication is implemented, keep those visible on the
// root document without pretending their byte offsets belong to the root source.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

not sure if I properly understand, but it is implemented -- we need to group diagnostics by Uri and loop at the end of the function to push diagnostics in each file

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

It is, but to keep this PR simple it will be resolved in follow up PR

@gerau gerau left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

ACK 50d3790; tested locally, code review

@gerau
gerau merged commit 25458fa into master Jul 29, 2026
9 checks passed
@gerau
gerau deleted the feature/minimal-imports-enums branch July 29, 2026 09:39
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