• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

forst-lang / forst / 24039222463
76%

Build:
DEFAULT BRANCH: main
Ran 06 Apr 2026 04:03PM UTC
Jobs 1
Files 180
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Apr 2026 04:01PM UTC coverage: 61.607% (+0.01%) from 61.597%
24039222463

push

github

haveyaseen
feat(compiler): add exportable struct fields for JSON and TS wire alignment

Plumb `-export-struct-fields` on `forst run`/`build` and `compiler.exportStructFields`
in ftconfig into the Go transformer so emitted structs use exported names and
`json:"…"` tags (default off). Add compiler and config tests; log the flag in
`forst dev` startup. Document in the tictactoe example and enable it in that
package’s ftconfig.

Example:

\`\`\`bash
forst build -export-struct-fields -o out.go app.ft
\`\`\`

\`\`\`json
{ "compiler": { "exportStructFields": true } }
\`\`\`

fix(sidecar): avoid unhandled rejections in version check and shutdown

Catch spawn failures in `getLocalBinaryVersion`, use a sync-wrapped async
SIGINT/SIGTERM handler on `ForstServer`, listen for chokidar `error`, and make
the RFC sidecar test runner exit with distinct codes (nonzero on unhandled
rejection/exception).

ci(task): run example:sidecar-downloaded against built bin/forst

Default `FORST_BINARY` to `bin/forst` after `task build`, dthe CI fallback
echo, and document the override in the sidecar tests README.

22 of 23 new or added lines in 4 files covered. (95.65%)

15377 of 24960 relevant lines covered (61.61%)

15.58 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
48.83
-0.13% forst/cmd/forst/dev_server.go
Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/179831161 24039222463.1 06 Apr 2026 04:03PM UTC 180
61.61
GitHub Action Run
Source Files on build 24039222463
  • Tree
  • List 180
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a7cce2b1 on github
  • Prev Build on main (#24038739470)
  • Next Build on main (#24041106454)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc