You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use ugorji's code generation on the various wrp message structs. While this speeds up encoding and decoding, it does mean that we can't just update ugorji without rerunning the code generation. See: https://ugorji.net/blog/go-codecgen, specifically "How do I know if I have to re-generate the code?".
Dependabot, being a general tool, doesn't know anything about this requirement. That means that whenever dependabot thinks ugorji needs an update, all our unit tests for dependabot's PR fail. Example: #112
We should either (1) disable dependabot for this repo, or (2) figure out how to make dependabot smarter.
The text was updated successfully, but these errors were encountered:
We use ugorji's code generation on the various
wrp
message structs. While this speeds up encoding and decoding, it does mean that we can't just update ugorji without rerunning the code generation. See: https://ugorji.net/blog/go-codecgen, specifically "How do I know if I have to re-generate the code?".Dependabot, being a general tool, doesn't know anything about this requirement. That means that whenever dependabot thinks ugorji needs an update, all our unit tests for dependabot's PR fail. Example: #112
We should either (1) disable dependabot for this repo, or (2) figure out how to make dependabot smarter.
The text was updated successfully, but these errors were encountered: