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

99designs / gqlgen / 33531861612
0%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2026 04:30PM 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

01 Sep 2026 04:27PM UTC coverage: 0.0%. Remained the same
33531861612

push

github

web-flow
binder: stop emitting the value marshaler superseded by  `resolvers_always_return_pointers` (#4296)

* fix: stop emitting the value marshaler superseded by resolvers_always_return_pointers

With resolvers_always_return_pointers enabled, buildField swaps a resolver
field's value TypeReference for a pointer one. The superseded reference stayed
registered, so buildTypes emitted a marshaler for the value type that nothing
called.

Add Binder.RemoveRef and Binder.ReplaceWithPointer, and use the latter in
buildField. PointerTo keeps registering both references: external plugins build
against it and may need the value one alongside the pointer.

* fix: stop emitting the unmarshaler superseded by an argument's Go binding

bindArgs rebinds an argument to the type of the matching parameter of the Go
method the field is bound to, but left the reference built from the default
binding registered. When the two types differ, buildTypes emitted an unmarshaler
for the default one that nothing called.

---------

Co-authored-by: Aleksei Korotin <a.korotin@sports.ru>

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33531861612.1 01 Sep 2026 04:30PM UTC 0
0.0
GitHub Action Run
Source Files on build 33531861612
Detailed source file information is not available for this build.
  • Back to Repo
  • 89749fac on github
  • Prev Build on master (#33516499590)
  • Next Build on master (#33536311203)
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