Skip to content

Commit

Permalink
Merge pull request #52 from palfrey/generate-peg
Browse files Browse the repository at this point in the history
Generate rockstar.peg from upstream
  • Loading branch information
palfrey committed Mar 31, 2024
2 parents 1e743c6 + 051c617 commit 791458e
Show file tree
Hide file tree
Showing 11 changed files with 676 additions and 241 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ jobs:
- name: Clippy
run: cargo clippy -- -W clippy::all
if: matrix.rust == 'stable'
env:
RUST_BACKTRACE: full
- name: Build and test
run: cargo test
env:
RUST_MIN_STACK: 8388608
RUST_BACKTRACE: full

minimal-versions:
name: minimal versions check
Expand All @@ -50,6 +53,8 @@ jobs:
- name: Remove lock
run: rm Cargo.lock
- run: cargo build -Z minimal-versions
env:
RUST_BACKTRACE: full

web:
name: web build
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
target/
.DS_Store
.vscode/
trunk
trunk
node_modules/
.downloads/
_tmp*
*.peg
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ pretty_env_logger = "0.4"
[build-dependencies]
walkdir = "2"
failure = "0.1.3"
serde_json = "1"
serde = "1.0.85"
serde_derive = "1.0.85"

# Fixes for
# * https://github.com/rust-lang/backtrace-rs/issues/24
Expand Down

0 comments on commit 791458e

Please sign in to comment.