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

99designs / gqlgen / 23207965703 / 1
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: refactor/template-root-schema-split
DEFAULT BRANCH: master
Ran 17 Mar 2026 05:40PM UTC
Files 0
Run time 0s
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

17 Mar 2026 05:37PM UTC coverage: 0.0%. Remained the same
23207965703.1

Pull #4080

github

NGO Yizraeli
Remove use_light_mode_prefetch option

This option was intended to speed up package loading by using light mode
(NeedName|NeedFiles|NeedModule) instead of full mode (NeedTypes|NeedSyntax|...).

However, the option doesn't work well with:
- Autobind packages (need full type info to match Go types)
- @goModel mappings (need full type info to resolve types)

For projects using these features (most real-world projects), the option
either causes incorrect code generation or provides no benefit because
the types need to be loaded anyway.

Keeping the 3 other performance options that do work:
- fast_validation: Uses -gcflags="-N -l" for faster validation
- skip_import_grouping: Uses format.Source instead of imports.Process
- use_buffer_pooling: Reuses byte buffers via sync.Pool

Also adds tests for the remaining performance options.
Pull Request #4080: Remove use_light_mode_prefetch option

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Source Files on job 23207965703.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23207965703
  • faf5127f on github
  • Prev Job for on remove-light-mode-prefetch (#23191672097.1)
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