-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[RFC PATCH 00/44] feat(cmake): runtime-agnostic codegen #25820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
bmwalters
wants to merge
1
commit into
oven-sh:main
Choose a base branch
from
bmwalters:rfc-agnostic-codegen
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
# Check the actual README.md file content at the beginning head -20 README.mdRepository: oven-sh/bun
Length of output: 1223
🏁 Script executed:
Repository: oven-sh/bun
Length of output: 109
🌐 Web query:
Is https://github.com/bmwalters/bun/commits/codegen-runtime-agnostic a valid GitHub repository URL?💡 Result:
Yes — that URL is valid. It points to the commits page for the branch "codegen-runtime-agnostic" in the bmwalters/bun repository on GitHub. [1]
Source:
[1] GitHub — bmwalters/bun — Commits (branch: codegen-runtime-agnostic).
Remove or move the introductory HTML paragraph—file should not start with
<p>tag.The file begins with an HTML
<p>tag instead of a proper markdown heading or content. While the fork information is helpful, it should either be converted to markdown format or moved below the main# Bunheading. The GitHub URL is valid and reachable.Suggested fix
Option 1: Move below the main heading and convert to markdown
Remove lines 1-2, then add after the
<h1 align="center">Bun</h1>heading:+> **Note:** This is the bmwalters fork of Bun. It enables running codegen scripts and bootstrapping an initial binary using node + npm + esbuild. See the [codegen-runtime-agnostic branch](https://github.com/bmwalters/bun/commits/codegen-runtime-agnostic) for the list of changes.Option 2: Convert to markdown heading
📝 Committable suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
1-1: First line in a file should be a top-level heading
(MD041, first-line-heading, first-line-h1)
🤖 Prompt for AI Agents