Giter Club home page Giter Club logo

Comments (3)

ShariJoosten avatar ShariJoosten commented on July 26, 2024 1

I haven't had the time to fully dive into how these files were being autogenerated and how to workaround this. Luckily you did :D Thanks for showing me how it's done!

Yes, I've failed to notice that the Code and Message fields were once again pointers. I've looked at your commit and I see you nicely worked around this. I've added two comments about unconventional spaces.

Thanks for your help and I'm looking forward to a new release with improved error formatting :D

from gofalcon.

isimluk avatar isimluk commented on July 26, 2024 1

Thanks @ShariJoosten, I released v0.2.9 with the fix for this.

from gofalcon.

isimluk avatar isimluk commented on July 26, 2024

Hello @ShariJoosten,

Thanks for the issue report!

Your analysis is very accurate and I like the solution you have proposed. I have created pr #116 for this.

What I have noticed, however, is that I cannot simply introduce:

func (m *MsaAPIError) String() string {
	return fmt.Sprintf("%+v", *m)
}

as that would end-up with outputs like:

&{Errors:[{Code:0xc0004605ac Message: 0xc000126360}]

(tested with go1.16.5).

So, I have introduced slightly more verbose methods to do the formatting.


Note: There is actually way to modify the behaviour of autogenerated code by introducing new files into the source directory. Only those files that are autogenerated are being re-generated periodically, the others are left untouched.

from gofalcon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.