15
8
Fork
You've already forked zig-spec
2

WIP: add sync script to push grammar.y into langref. #24

Closed
thejoshwolfe wants to merge 1 commit from sync into master
pull from: sync
merge into: ziglang:master
ziglang:master
ziglang:disorganized-spec-chunks
thejoshwolfe commented 2021年02月26日 16:29:42 +01:00 (Migrated from github.com)
Copy link

a python implementation of generating the langref content from this grammar.y

a python implementation of generating the langref content from this grammar.y
g-w1 (Migrated from github.com) reviewed 2021年02月27日 01:24:08 +01:00
@ -0,0 +6,4 @@
import argparse
parser = argparse.ArgumentParser()
parser.add_argument("--push", action="store_true")
parser.add_argument("langref", metavar="langref.html.in")
g-w1 (Migrated from github.com) commented 2021年02月26日 16:36:01 +01:00
Copy link

Would it be easier to do requests.get("http://ziglang.org/,../langref.html")? That way there is less setup for the script.

Would it be easier to do requests.get("http://ziglang.org/,../langref.html")? That way there is less setup for the script.
andrewrk commented 2021年05月23日 22:26:30 +02:00 (Migrated from github.com)
Copy link

30+ old day draft; closing

30+ old day draft; closing

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No reviewers
Labels
Clear labels
bounty
https://ziglang.org/news/announcing-donor-bounties
bug
Observed behavior contradicts documented or intended behavior.
contributor-friendly
This issue is limited in scope and/or knowledge of project internals.
downstream
An issue with a third-party project that uses this project.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
infra
An issue related to project infrastructure, e.g. continuous integration.
optimization
A task to improve performance and/or resource usage.
question
No questions on the issue tracker; use a community space instead.
regression
Something that used to work in a previous version stopped working
upstream
An issue with a third-party project that this project uses.
use case
Describes a real use case that is difficult or impossible, but does not propose a solution.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ziglang/zig-spec!24
Reference in a new issue
ziglang/zig-spec
No description provided.
Delete branch "sync"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?