10 Commits

Author SHA1 Message Date
Nurul Huda (Apon)
50b1f197f3
refactor: remove depcreated zig feature 2026-05-31 13:40:16 +06:00
Nurul Huda (Apon)
25c3630547
refactor(migration): Zig 0.16.0 (#116)
Few regressions bugs are there but merging to main to continue development on main and will make release only after all known bugs related to Zig 0.16.0 has been fixed.

- [x] Upstream http.zig - Core web server and routing - [PR](https://github.com/karlseguin/http.zig/pull/191)
- [x] Upstream zli - CLI Parser - remove dependancies and use [proposed std.cli](4b4d625ca9/lib/std/cli.zig)
- [x] Upstream zig-tree-sitter - [PR](https://github.com/tree-sitter/zig-tree-sitter/pull/40)
- [x] Core Ziex Language
- [x] Core Ziex app
- [x] Core Ziex CLI
- [x] Ziex Dev Server (zx dev)
- [x] LSP
- [x] Playground
    - [x] Upgrade to Zig 0.16.0
    - [x] Fix WASM Regression
- [ ] Fix regressions
    - [ ] Runtime: File Form
    - [x] CLI: Export
    - [x] CLI: Bundle
    - [ ] Runtime: Websocket
    - [ ] DevServer: Error Overlay
    - [x] WASI Build
2026-05-29 09:22:04 +06:00
Nurul Huda (Apon)
deddd83392
bench: add github.com/platformatic/ssr-performance-showdown 2026-02-13 15:48:55 +06:00
Nurul Huda (Apon)
6503e471ac
chore: improve test runner 2026-01-26 18:06:46 +06:00
Nurul Huda (Apon)
7f1d8927df
test: retry flaky test 2026-01-10 03:02:30 +06:00
Nurul Huda (Apon)
6f84e11ce2
feat: get rid of special syntax requirement for format expression 2025-12-21 18:21:47 +06:00
Nurul Huda (Apon)
0a3fa4f9c4
feat: add nesting expression 2025-11-17 04:55:53 +06:00
Nurul Huda (Apon)
63f7bf22ef
test: add todo marker 2025-11-13 12:54:44 +06:00
Nurul Huda (Apon)
4b5839ede3
test: add failing test as skipped 2025-11-13 12:45:36 +06:00
Nurul Huda (Apon)
ff8644757f
test: add test for all supported control flow 2025-11-13 00:01:24 +06:00