Skip to content

Implement ProjectGraph and foundational driver architecture#271

Open
LesterEvSe wants to merge 1 commit intoBlockstreamResearch:dev/importsfrom
LesterEvSe:feature/simple-driver
Open

Implement ProjectGraph and foundational driver architecture#271
LesterEvSe wants to merge 1 commit intoBlockstreamResearch:dev/importsfrom
LesterEvSe:feature/simple-driver

Conversation

@LesterEvSe
Copy link
Copy Markdown
Collaborator

Project Graph: Added driver.rs featuring the ProjectGraph implementation to build a Directed Acyclic Graph of project dependencies.
Trait Refactoring: Updated the ParseFromStrWithErrors trait to accept a full SourceFile (containing both metadata and source text) instead of just the raw string content.

@LesterEvSe LesterEvSe requested a review from KyrylR April 3, 2026 13:48
@LesterEvSe LesterEvSe self-assigned this Apr 3, 2026
@LesterEvSe LesterEvSe requested a review from delta1 as a code owner April 3, 2026 13:48
@LesterEvSe LesterEvSe added the enhancement New feature or request label Apr 3, 2026
pub struct ProjectGraph {
/// Arena Pattern: the data itself lives here.
/// A flat vector guarantees that module data is stored contiguously in memory.
#[expect(dead_code)]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
#[expect(dead_code)]
#[allow(dead_code)]

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