Skip to content

Commit

Permalink
Rewrite and improve issues.sh (#756)
Browse files Browse the repository at this point in the history
* Rewrite and improve `issues.sh`

Rewritten in Rust. Entries are sorted and grouped.

Requirements:
- `cargo`
- `libclang`

Running:
- `cargo run -rp melee-issues`
  • Loading branch information
ribbanya authored Mar 19, 2023
1 parent 4c62da5 commit c9680ed
Show file tree
Hide file tree
Showing 9 changed files with 1,579 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
target-dir = "build/cargo"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build/
*.elf
*.map
*.dol
*.pdb

# Temporary files
*.swp
Expand All @@ -39,6 +40,7 @@ tools/doxygen-awesome-css
epilogue/

__pycache__
**/*.rs.bk
*.exe
*.dll
*.bat
Expand Down
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
max_width = 79
Loading

0 comments on commit c9680ed

Please sign in to comment.