Skip to content

Change AST to match the functionality of the Driver#284

Draft
LesterEvSe wants to merge 1 commit intoBlockstreamResearch:dev/importsfrom
LesterEvSe:feature/imports-with-ast
Draft

Change AST to match the functionality of the Driver#284
LesterEvSe wants to merge 1 commit intoBlockstreamResearch:dev/importsfrom
LesterEvSe:feature/imports-with-ast

Conversation

@LesterEvSe
Copy link
Copy Markdown
Collaborator

Adapt the AST to enable driver functionality.
AST currently has some issues with processing source files properly, so they are not used and have been deleted along with the ResolvedFile structure.
I hope this will be fixed when the ErrorCollector is recoded to support multiple files better.

@LesterEvSe LesterEvSe requested a review from KyrylR April 15, 2026 12:35
@LesterEvSe LesterEvSe self-assigned this Apr 15, 2026
@LesterEvSe LesterEvSe requested a review from delta1 as a code owner April 15, 2026 12:35
@LesterEvSe LesterEvSe added the enhancement New feature or request label Apr 15, 2026
Comment thread src/driver/mod.rs Outdated

mod linearization;
mod resolve_order;
pub mod resolve_order;
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.

Suggested change
pub mod resolve_order;
pub(crate) mod resolve_order;

?

@LesterEvSe LesterEvSe force-pushed the feature/imports-with-ast branch from d27b895 to 5db3887 Compare April 15, 2026 16:12
@LesterEvSe LesterEvSe force-pushed the feature/imports-with-ast branch from 5db3887 to 8924e31 Compare April 15, 2026 16:14
@LesterEvSe LesterEvSe requested a review from KyrylR April 15, 2026 16:14
@LesterEvSe LesterEvSe marked this pull request as draft April 17, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants