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

forst-lang / forst / 24614685689
76%

Build:
DEFAULT BRANCH: main
Ran 18 Apr 2026 09:53PM UTC
Jobs 1
Files 221
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

18 Apr 2026 09:50PM UTC coverage: 75.79% (-0.05%) from 75.838%
24614685689

push

github

haveyaseen
feat: support Go dot-imports across parser, checker, and LSP

Parse `import . "path"` (alias `.`) and `import _ "path"` (side-effect-only).
Track dot-imported packages separately: do not register the package identifier
into `importPathByLocal`, so local-name / import hovers stay correct. Resolve
unqualified calls to exported functions from dot-imported packages and report
ambiguity when multiple dot imports define the same name. LSP uses
`GoHoverMarkdownDotImportedSymbol` for unqualified identifiers and extends
import-path hover scanning past `.` and alias tokens. Go transformer emits
dot-import syntax.

Example:

```forst
package main

import . "strings"

func main() {
  println(Contains("a", "b"))
}
```

120 of 191 new or added lines in 8 files covered. (62.83%)

3 existing lines in 2 files now uncovered.

20718 of 27336 relevant lines covered (75.79%)

88.93 hits per line

Uncovered Changes

Lines Coverage ∆ File
25
73.96
-1.45% forst/internal/typechecker/go_hover.go
24
74.85
-12.13% forst/internal/typechecker/infer_assignment.go
15
62.6
1.19% forst/internal/typechecker/go_interop.go
5
68.67
-0.25% forst/internal/typechecker/infer_expression.go
2
96.36
-3.64% forst/internal/parser/imports.go

Coverage Regressions

Lines Coverage ∆ File
2
73.96
-1.45% forst/internal/typechecker/go_hover.go
1
68.79
-0.24% forst/internal/transformer/go/expression_shape_literal.go
Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/180486464 24614685689.1 18 Apr 2026 09:53PM UTC 221
75.79
GitHub Action Run
Source Files on build 24614685689
  • Tree
  • List 221
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 496c40f5 on github
  • Prev Build on main (#24557461000)
  • Next Build on main (#24614790219)
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