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
Can this issue be reproduced with the latest version?
Yes
What did you do?
This is an extremely minor bug, but it's worth noting down if anyone wants to look into it.
I ran gsa on my API binaries when I noticed that zap was being imported into my project. I think it's leaking into the API binaries via the ogen/jsonschema library (not sure) and adding ~40kb to all binaries if you do not use zap.
What version of ogen are you using?
v1.1.0
Can this issue be reproduced with the latest version?
Yes
What did you do?
This is an extremely minor bug, but it's worth noting down if anyone wants to look into it.
I ran
gsa
on my API binaries when I noticed thatzap
was being imported into my project. I think it's leaking into the API binaries via theogen/jsonschema
library (not sure) and adding ~40kb
to all binaries if you do not usezap
.ogen/jsonschema/external.go
Line 57 in e147d5e
It's not high priority, but I think any optimizations like this will help in resource constrained environments.
What did you expect to see?
zap
should not be present in the library.What did you see instead?
The text was updated successfully, but these errors were encountered: