Giter Site home page Giter Site logo

Comments (3)

jondegenhardt avatar jondegenhardt commented on August 11, 2024 1

Thanks for the report. Yes, far as I can tell it you are using it correctly. When I compile your main I do not see this bug. (I'm calling dmd and ldc directly.)

Looking at the phobos library, this looks like a difference between rawRead on Unix/MacOs vs Windows. (tsv-utils are tested on Unix and MacOS, but not Windows.) On Windows there is a call to an @system function. On Unix and other non-Windows platforms rawRead calls trustedFread, which has been marked @trusted, so it can be called from @safe code.

I should probably remove the @safe attribute on the popFront call. I'll do that as part of the next point release. It'll be a few days before I can make this change though. If you want to try making the change locally, the place to make it is here

from tsv-utils.

jondegenhardt avatar jondegenhardt commented on August 11, 2024

Hopefully PR #283 addresses this case. dub won't pick up the new version until I tag a new version, and I might not get to for a few days. (There's some additional work on my part.)

from tsv-utils.

jondegenhardt avatar jondegenhardt commented on August 11, 2024

@tastyminerals - A new release (v1.6.1) with the change has been tagged and is available via dub. Hopefully this enables compilation.

I'm closing this for now. When you get a chance I'm hoping you can test in your environment and report if it worked or not. If it didn't work, reopen this issue or a new issue as appropriate.

Thanks again for the report.

from tsv-utils.

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.