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

99designs / gqlgen / 23217492618
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: remove-light-mode-prefetch
DEFAULT BRANCH: master
Ran 17 Mar 2026 09:38PM UTC
Jobs 1
Files 0
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

17 Mar 2026 09:35PM UTC coverage: 0.0%. Remained the same
23217492618

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

Jobs
ID Job ID Ran Files Coverage
1 23217492618.1 17 Mar 2026 09:38PM UTC 0
0.0
GitHub Action Run
Source Files on build 23217492618
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #4080
  • PR Base - master (#23191672097)
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