Giter VIP home page Giter VIP logo

Comments (5)

lotodore avatar lotodore commented on August 27, 2024

I understand the problem. At the same time, the statement

In C, some legit enum definitions

is kind of questionable, I'm afraid. According to C99, enum is supposed to be represented by an integer, however, it is not specified which actual type or signedness is to be used. The meaning of an enum value STATUS_FAILED = 0xFFFFFFFF therefore depends on the compiler implementation. This means it is not as "legit" as it may seem.

That being said, it would probably make sense to use e.g. gcc as reference. But this is not a trivial problem. As enums can be evaluated, they can overflow during evaluation, and if the expression is evaluated in Go (because it is not evaluated before translation), the enum value may have a different result.

from c-for-go.

xlab avatar xlab commented on August 27, 2024

google/flatbuffers#5161

not so easy even in C/C++ codebases

from c-for-go.

hxy9243 avatar hxy9243 commented on August 27, 2024

https://github.com/RadeonOpenCompute/rocm_smi_lib/blob/master/include/rocm_smi/rocm_smi.h#L130

Sometimes people do use this pattern in enums.

There are workarounds for it. So if it's too much effort for a corner case, I'm all for closing this ticket.

from c-for-go.

xlab avatar xlab commented on August 27, 2024

@hxy9243 definitely not closing, coz we may eventually find a workaround. The target of c-for-go is to be as practical as possible

from c-for-go.

hxy9243 avatar hxy9243 commented on August 27, 2024

Sure. Right now I'm using hard-coded bash and sed to translate certain numbers in C header files. Would love a more elegant solution with c-for-go.

from c-for-go.

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.