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

forst-lang / forst
63%
main: 76%

Build:
Build:
LAST BUILD BRANCH: feat/full-request-sidecar
DEFAULT BRANCH: main
Repo Added 27 May 2025 10:22PM UTC
Files 231
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

LAST BUILD ON BRANCH result-types
branch: result-types
CHANGE BRANCH
x
Reset
  • result-types
  • builtins-generics
  • control-flow-narrowing
  • document-builtins-hover
  • error-types
  • expand-lsp-functionality
  • feat/full-request-sidecar
  • feat/map-read-result
  • feat/sidecar-layer-hardening
  • feat/type-unions-intersections
  • fix-handle-value-constraints-in-field-lookup
  • forst-cli-package
  • generator-ts
  • go-interop
  • gofmt-examples-out
  • improve-lexer
  • increase-coverage-20260403
  • increase-coverage-20260405
  • lint-fix
  • lsp
  • lsp-navigate
  • main
  • refactor-transformer
  • release
  • rfc-guard
  • shape-guards
  • showcase-example-tictactoe
  • sidecar
  • sidecar-release
  • test-hash
  • type-guards
  • update-dependencies-20260402
  • use-task
  • vscode-lsp-extension

12 Apr 2026 01:36PM UTC coverage: 62.502% (+0.7%) from 61.831%
24307985715

Pull #69

github

haveyaseen
fix(discovery): mark Result returns as multi-return for executor Go

Result(S, F) is a single Forst return type but lowers to (S, error) in Go.
Set HasMultipleReturns when applying Result discovery metadata so generated
wrapper mains use `succ, err := pkg.Fn(...)` instead of a single `result :=`.

feat(typechecker): type two-target assignment from Result-returning call

For `a, b := g()` where `g()` is typed as Result(S, F), distribute resolved
types to the two LHS variables as S and F.

fix(examples): tictactoe server demo uses Ok() narrowing and stable output
Pull Request #69: feat!(typechecker): Result single-return, Ok/Err, and narrowing

989 of 1561 new or added lines in 39 files covered. (63.36%)

39 existing lines in 9 files now uncovered.

16358 of 26172 relevant lines covered (62.5%)

19.85 hits per line

Relevant lines Covered
Build:
Build:
26172 RELEVANT LINES 16358 COVERED LINES
19.85 HITS PER LINE
Source Files on result-types
  • Tree
  • List 190
  • Changed 33
  • Source Changed 0
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24307985715 result-types fix(discovery): mark Result returns as multi-return for executor Go Result(S, F) is a single Forst return type but lowers to (S, error) in Go. Set HasMultipleReturns when applying Result discovery metadata so generated wrapper mains use `succ, er... Pull #69 12 Apr 2026 01:38PM UTC haveyaseen github
62.5
See All Builds (336)
  • Repo on GitHub
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