Skip to content

Commit 08b9f9a

Browse files
committed
chore: Make materializer stackless for obj and arr
1 parent 415524b commit 08b9f9a

File tree

5 files changed

+768
-50
lines changed

5 files changed

+768
-50
lines changed

readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,25 @@ To generate the static files without starting a server:
292292

293293
The output is a single `index.html` file (with the Sjsonnet JS engine inlined) written to `out/playground/bundle.dest/`. You can open it directly in a browser — no server needed — or serve it with any static file server. The editor UI (CodeMirror) is loaded from a CDN at runtime, so an internet connection is required.
294294

295+
## Development
296+
To compile the JVM version:
297+
298+
```bash
299+
./mill 'sjsonnet.jvm[3.3.7]'.compile
300+
```
301+
302+
To run the tests:
303+
304+
```bash
305+
./mill 'sjsonnet.jvm[3.3.7]'.test
306+
```
307+
308+
If you want to test for all platforms and versions, you can run
309+
310+
```bash
311+
./mill __.test
312+
```
313+
295314
## Client-Server
296315

297316
Sjsonnet comes with a built in thin-client and background server, to help

0 commit comments

Comments
 (0)