Skip to content

refactor(compiler): build semantic module graph - #15

Merged
fffonion merged 1 commit into
masterfrom
refactor/semantic-module-graph
Aug 17, 2026
Merged

refactor(compiler): build semantic module graph#15
fffonion merged 1 commit into
masterfrom
refactor/semantic-module-graph

Conversation

@fffonion

@fffonionfffonion commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Builds deterministic module and symbol graphs.
  • Preserves nested import correctness, diagnostics, source maps, CLI behavior, wasm, and no-std compatibility.
  • Folds the semantic-module follow-ups into one implementation commit.

Stack

Verification

  • Compiler suite passed
  • no-std focused suite passed
  • One implementation commit

@fffonion
fffonionforce-pushed the refactor/semantic-module-graph branch from 7f536ed to a1e15edCompareAugust 10, 2026 23:02
@fffonion
fffonionforce-pushed the refactor/semantic-module-graph branch 2 times, most recently from e2e554e to dccf2fdCompareAugust 17, 2026 10:47
@fffonionfffonion changed the title refactor(compiler): build a semantic module graphrefactor(compiler): build semantic module graphAug 17, 2026
Base automatically changed from plan/architecture-remediation-roadmap to masterAugust 17, 2026 11:21
@fffonion
fffonionforce-pushed the refactor/semantic-module-graph branch from dccf2fd to 0b353edCompareAugust 17, 2026 11:21
@fffonion
fffonion merged commit 6bc677f into masterAug 17, 2026
8 checks passed
@fffonion
fffonion deleted the refactor/semantic-module-graph branch August 17, 2026 11:26
Sign up for freeto 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.

1 participant

@fffonion