Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bgp-backbone-lab/examples/web-project-deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "deno test --allow-all"
},
"imports": {
"rescript": "npm:rescript@^12.1.0",
"rescript": "^12.0.0",
"@rescript/core": "npm:@rescript/core@^1.6.0",
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
"proven/": "../proven/bindings/rescript/src/"
Expand Down
2 changes: 1 addition & 1 deletion examples/web-project-deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "deno test --allow-all"
},
"imports": {
"rescript": "npm:rescript@^12.1.0",
"rescript": "^12.0.0",
"@rescript/core": "npm:@rescript/core@^1.6.0",
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
"proven/": "../proven/bindings/rescript/src/"
Expand Down
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ lint:
@command -v shellcheck >/dev/null && find . -name "*.sh" -exec shellcheck {} + || echo "shellcheck not found"
@command -v typos >/dev/null && typos . || echo "typos not found"
@echo "Linting complete"

# [AUTO-GENERATED] Multi-arch / RISC-V target
build-riscv:
@echo "Building for RISC-V..."
cross build --target riscv64gc-unknown-linux-gnu
16 changes: 0 additions & 16 deletions specs/tools/apply_banners.py

This file was deleted.

48 changes: 0 additions & 48 deletions src/stale/hyperglass/hyperglass/__init__.py

This file was deleted.

72 changes: 0 additions & 72 deletions src/stale/hyperglass/hyperglass/api/__init__.py

This file was deleted.

78 changes: 0 additions & 78 deletions src/stale/hyperglass/hyperglass/api/error_handlers.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/stale/hyperglass/hyperglass/api/events.py

This file was deleted.

Loading
Loading