TheAngryByrd / TheAngryByrd/MrBuild
Prototype a NativeAOT-compatible incremental syntax and dependency core
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Part of #19
Question
Can a small, platform-agnostic NativeAOT-compatible prototype retain parsed representations and dependency information across edits while invalidating only the changed F# file and affected dependents?
The prototype should exercise F# Source Order, signature invalidation, document versions, project-reference edges, concurrent requests, and latest-input-wins result publication. It should measure allocation and latency behavior, but need not implement the full F# language or editor feature set.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading parent issue #19 and define the prototype boundary from this issue. Scope the design around F# source order, signature invalidation, document versions, project-reference edges, concurrency, and latest-input-wins publication. Done means the prototype exercises those cases and reports allocation and latency behavior without implementing the full language or editor features.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100