Coder Social home page Coder Social logo

Comments (7)

dkorpel avatar dkorpel commented on May 27, 2024 1

Fixed by 7cd36c1

I now assume that bodyless enum/struct types are already defined, even when they have pointer types.

from ctod.

dkorpel avatar dkorpel commented on May 27, 2024

It does that because in C you can declare an opaque struct in-line:

void f(struct S *s)
{

}

However, in your examples, it should deduce that there is no pointer type, so it has to be defined already and should not emit a type definition.

from ctod.

schveiguy avatar schveiguy commented on May 27, 2024

The example function don't match the actual code, where it is a pointer. But the struct is defined (possibly in another module), so redefining the struct is still wrong.

For sure, redefining the struct inside a nested struct is wrong.

However, this is D. Can you not record which structs may or may not have been defined, and just spit out some struct S at the end if you hadn't seen it yet?

from ctod.

schveiguy avatar schveiguy commented on May 27, 2024

An option to disable this "struct prototype" feature would probably work too. Most code is going to be consistent in how they use structs.

from ctod.

schveiguy avatar schveiguy commented on May 27, 2024

Just tested by compiling, and it does indeed complain if you redefine the struct within the same module, even to just define as a prototype.

from ctod.

dkorpel avatar dkorpel commented on May 27, 2024

I suppose a future enhancement would be to manage a symbol table to know which symbols have been defined already, but unless you also read all #includes you still cannot be sure.

from ctod.

schveiguy avatar schveiguy commented on May 27, 2024

Yeah, it's probably not a huge deal, because defining the struct in the module is such a different thing than defining it again in C.

from ctod.

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.