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

forst-lang / forst
75%
main: 76%

Build:
Build:
LAST BUILD BRANCH: test/go-runtime-coverage-gaps
DEFAULT BRANCH: main
Repo Added 27 May 2025 10:22PM UTC
Files 404
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 feat/go-builtin-hover-docs
branch: feat/go-builtin-hover-docs
CHANGE BRANCH
x
Reset
  • feat/go-builtin-hover-docs
  • builtins-generics
  • chore/centralize-test-go-mod-fixtures
  • chore/release-docker
  • chore/release-vscode-marketplace
  • chore/update-deps-20260711
  • control-flow-narrowing
  • dependabot/npm_and_yarn/examples/in/rfc/node-interop/remix-serve/npm_and_yarn-1341e02b81
  • dependabot/npm_and_yarn/examples/in/rfc/node-interop/remix-serve/remix-run/node-2.17.2
  • dependabot/npm_and_yarn/examples/in/rfc/node-interop/remix-serve/remix-run/react-2.17.3
  • document-builtins-hover
  • error-types
  • expand-lsp-functionality
  • feat/ensure-test-diagnostics
  • feat/full-request-sidecar
  • feat/go-ffi-slice-spread-field-access
  • feat/interop-prod-coverage
  • feat/jump-to-go-import
  • feat/jump-to-node-import
  • feat/language-gap-filling
  • feat/map-read-result
  • feat/node-bootstrap-socket-rpc
  • feat/node-interop
  • feat/nodert-effect-runtime
  • feat/sidecar-layer-hardening
  • feat/type-unions-intersections
  • feat/use-with
  • fix-handle-value-constraints-in-field-lookup
  • fix/forst-build-extra-packages
  • fix/host-mode-duplicate-spawn
  • fix/security-hardening-20260628
  • fix/test-pipeline-and-codegen-fixes
  • fix/transformer-ensure-or-fallback
  • fix/various-bugs-20260628
  • forst-cli-package
  • generator-ts
  • go-interop
  • gofmt-examples-out
  • improve-lexer
  • increase-coverage-20260403
  • increase-coverage-20260405
  • lint-fix
  • lsp
  • lsp-navigate
  • main
  • perf/hash-scope-key-restore
  • perf/release-pgo
  • perf/typechecker-hash-and-scope-cache
  • refactor-transformer
  • refactor/modernize-stdlib-usage
  • refactor/testutil-harness
  • release
  • result-types
  • rfc-guard
  • shape-guards
  • showcase-example-tictactoe
  • sidecar
  • sidecar-release
  • test-hash
  • test/go-runtime-coverage-gaps
  • test/increase-coverage-20260706
  • test/increase-coverage-20260720
  • type-guards
  • update-dependencies-20260402
  • update-dependencies-20260628
  • use-task
  • vscode-lsp-extension

28 Jun 2026 05:33PM UTC coverage: 75.457% (-0.02%) from 75.479%
28330377715

Pull #110

github

haveyaseen
feat(lsp): show hover for Go predeclared builtins

Load docs and signatures from Go's package builtin via go/doc and
go/ast, then surface them in LSP hover for names registered as
predeclared builtins (len, min, max, etc.). Includes Go doc text,
signature, and Forst return type from the builtin registry.

Example:

```forst
func main(): Void {
  s: String = "ab"
  println(len(s))   // hover `len` → Go builtin docs + `Int` return
  println(min(1, 2))
}
```
Pull Request #110: feat(lsp): show hover for Go predeclared builtins

95 of 137 new or added lines in 3 files covered. (69.34%)

24808 of 32877 relevant lines covered (75.46%)

103.26 hits per line

Relevant lines Covered
Build:
Build:
32877 RELEVANT LINES 24808 COVERED LINES
103.26 HITS PER LINE
Source Files on feat/go-builtin-hover-docs
  • Tree
  • List 277
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28330377715 feat/go-builtin-hover-docs feat(lsp): show hover for Go predeclared builtins Load docs and signatures from Go's package builtin via go/doc and go/ast, then surface them in LSP hover for names registered as predeclared builtins (len, min, max, etc.). Includes Go doc text, s... Pull #110 28 Jun 2026 05:36PM UTC haveyaseen github
75.46
See All Builds (476)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc