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

forst-lang / forst / 24029046578
76%

Build:
DEFAULT BRANCH: main
Ran 06 Apr 2026 10:53AM UTC
Jobs 1
Files 175
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 10:51AM UTC coverage: 60.32% (+0.008%) from 60.312%
24029046578

push

github

haveyaseen
feat(compiler): add defer and go statements with Go-compatible rules

Wire defer and go from parse to emit: only function or method calls as operands,
reject parenthesized forms at parse time, and reject the same predeclared
built-ins Go disallows in defer/go operand position (aligned with expression
statement rules). Document parity and gaps in the roadmap.

Example:

```forst
package main

func work() {}

func main() {
  defer work()
  go work()
}
```

72 of 116 new or added lines in 8 files covered. (62.07%)

14437 of 23934 relevant lines covered (60.32%)

14.04 hits per line

Uncovered Changes

Lines Coverage ∆ File
14
58.47
-1.14% forst/internal/hasher/hasher.go
12
26.23
-0.53% forst/internal/printer/printer.go
8
37.65
0.38% forst/internal/transformer/go/statement.go
6
66.67
0.72% forst/internal/typechecker/infer.go
4
81.25
-1.68% forst/internal/parser/statement.go
Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/179821861 24029046578.1 06 Apr 2026 10:53AM UTC 175
60.32
GitHub Action Run
Source Files on build 24029046578
  • Tree
  • List 175
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 780b61b3 on github
  • Prev Build on main (#24014712921)
  • Next Build on main (#24030503393)
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