Skip to content

Commit 0eb3fd8

Browse files
hyperpolymathclaude
andcommitted
fix: clean up TS files, add julia-ecosystem as proper submodule
TypeScript cleanup: - Delete 4 placeholder/headerless TS files (wasm-runtime benchmarks and tests) - Fix SPDX from AGPL-3.0-or-later to PMPL-1.0-or-later in 4 files (coq-jr server, redis tests, runtime-tools CLI and tests) - Rename 2 Deno re-export entry points from .ts to .js (cadre-router mod.ts, tea-router-pkg mod.ts) Submodule fix: - Convert julia-ecosystem from gitignored dir to proper submodule pointing to hyperpolymath/julia-ecosystem - opam-repository and package-publishers remain gitignored (third-party forks, 79MB and 2GB respectively) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 41481a3 commit 0eb3fd8

File tree

13 files changed

+9
-384
lines changed

13 files changed

+9
-384
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ htmlcov/
8181
# Crash recovery artifacts
8282
ai-cli-crash-capture/
8383

84-
# Large directories (no standalone repos, too big to track)
85-
/julia-ecosystem/
84+
# Large directories (third-party forks, too big to track)
8685
/opam-repository/
8786
/package-publishers/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@
4040
[submodule "satellites/developer-ux/nickel-config-reporter"]
4141
path = satellites/developer-ux/nickel-config-reporter
4242
url = git@github.com:hyperpolymath/nickel-config-reporter.git
43+
[submodule "julia-ecosystem"]
44+
path = julia-ecosystem
45+
url = git@github.com:hyperpolymath/julia-ecosystem.git

coq-ecosystem/coq-jr/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: AGPL-3.0-or-later
1+
// SPDX-License-Identifier: PMPL-1.0-or-later
22
// SPDX-FileCopyrightText: 2025 Coq-Jr Contributors
33

44
// Deno HTTP server for Coq-Jr

julia-ecosystem

Submodule julia-ecosystem added at 45d7b0a
File renamed without changes.

rescript-ecosystem/packages/bindings/redis/tests/redis_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: AGPL-3.0-or-later
1+
// SPDX-License-Identifier: PMPL-1.0-or-later
22
// SPDX-FileCopyrightText: 2025 Hyperpolymath
33

44
/**

rescript-ecosystem/packages/core/runtime-tools/bin/rrt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env -S deno run --allow-read --allow-write --allow-run --allow-net --allow-env
2-
// SPDX-License-Identifier: AGPL-3.0-or-later
2+
// SPDX-License-Identifier: PMPL-1.0-or-later
33
// rrt - ReScript Runtime Tools CLI
44
// Works on both Deno and Bun
55

rescript-ecosystem/packages/core/runtime-tools/tests/detect_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: AGPL-3.0-or-later
1+
// SPDX-License-Identifier: PMPL-1.0-or-later
22
// Tests for runtime detection
33

44
import { assertEquals, assertExists } from "@std/assert";

rescript-ecosystem/packages/ffi/wasm-runtime/benchmark/memory.ts

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)