Giter Club home page Giter Club logo

Comments (4)

s-ludwig avatar s-ludwig commented on September 15, 2024

I've opened a workaround pull request, but it sounds like this should also be corrected in DMD itself. Since D has a module system, it would make sense to name object files according to their fully qualified name instead of just the module name itself.

from eventcore.

unleashy avatar unleashy commented on September 15, 2024

@s-ludwig hey, this issue is back unfortunately 😬

from eventcore.

s-ludwig avatar s-ludwig commented on September 15, 2024

Noticed that too, a few days ago. The good news is that it only influences debug data for the mentioned module. Everything else works as normal. So if stack traces do not show up, the cause is probably something else.

The right solution to me seems to be to let DMD name the modules according to their package hiearchy (e.g. "eventcore-driver.obj" instead of just "driver.obj"). That would also solve issues surrounding the "-op" switch, which is currently used by DUB to properly build projects that have this kind of name clash.

from eventcore.

unleashy avatar unleashy commented on September 15, 2024

The good news is that it only influences debug data for the mentioned module.

Ah, good to know! Stack traces do seem to be working fine, so it's mostly usable. Thanks for coming back to me!

from eventcore.

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.