Remove duplicate runtime IR files#9
Merged
Conversation
Co-authored-by: tcrypt25519 <212655132+tcrypt25519@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove or centralize duplicate runtime IR file
Remove duplicate runtime IR files
Feb 3, 2026
tcrypt25519
marked this pull request as ready for review
February 3, 2026 18:50
There was a problem hiding this comment.
Pull request overview
This pull request consolidates three identical copies of the runtime LLVM IR file (jet.ll) to a single source of truth at the workspace root. The PR successfully removes the duplicate files and updates documentation to reflect this change.
Changes:
- Removed duplicate
jet.llfiles fromcrates/jet/runtime-ir/andexamples/directories - Updated
docs/manifesto.mdto documentruntime-ir/jet.llas the single source of truth for runtime module layout - Clarified build system documentation to remove references to duplicate files
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| examples/jet.ll | Removed duplicate runtime IR file that was identical to the source of truth |
| crates/jet/runtime-ir/jet.ll | Removed duplicate runtime IR file that was identical to the source of truth |
| docs/manifesto.md | Updated documentation to remove duplicate references and clarify single source of truth at runtime-ir/jet.ll |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tcrypt25519
added a commit
that referenced
this pull request
Feb 16, 2026
…me-ir-file Remove duplicate runtime IR files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three identical copies of
jet.llexisted in the repository. Consolidated to single source of truth atruntime-ir/jet.ll.Changes
Removed duplicates:
crates/jet/runtime-ir/jet.llexamples/jet.llUpdated documentation:
docs/manifesto.md: Removed duplicate file references, clarifiedruntime-ir/jet.llas source of truthContext
Engine loads runtime IR via relative path
"runtime-ir/jet.ll"from workspace root. This path continues to resolve correctly to the remaining file.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/TheDan64/inkwell/commits/HEAD/home/REDACTED/.rustup/toolchains/stable-x86_64-REDACTED-linux-gnu/bin/cargo /home/REDACTED/.rustup/toolchains/stable-x86_64-REDACTED-linux-gnu/bin/cargo metadata --format-version 1(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.