Giter VIP home page Giter VIP logo

Comments (8)

kuribas avatar kuribas commented on September 26, 2024 1

I'll look at it this evening

from cubicbezier.

tkvogt avatar tkvogt commented on September 26, 2024

Can you upload this to hackage or add another maintainer to hackage?

from cubicbezier.

zac-garby avatar zac-garby commented on September 26, 2024

As far as I can tell this fix is as easy as changing to matrices 0.4.1. IMHO, this issue is quite important as the popular "diagrams" library relies on this.

from cubicbezier.

byorgey avatar byorgey commented on September 26, 2024

@kuribas you already merged a fix for this issue (#10). All that is needed is to upload to Hackage.

from cubicbezier.

zac-garby avatar zac-garby commented on September 26, 2024

Unless I'm missing something (and I very well could be), this doesn't fix the problem and in fact is the very commit which introduces it. The docs for version 0.4.1 (the version before that commit) is here, and as you can see it exports the unsafeTakeRow function, whereas version 0.5.0 only exports the safe counterpart takeRow.

from cubicbezier.

kuribas avatar kuribas commented on September 26, 2024

In fact this code isn't used, so I could remove the dependency.

from cubicbezier.

kuribas avatar kuribas commented on September 26, 2024

closing it since the package builds with matrices 0.5.0

from cubicbezier.

byorgey avatar byorgey commented on September 26, 2024

@zac-garby No, that commit changed the import from Data.Matrix.Generic to Data.Matrix.Class, which does export unsafeTakeRow. That commit certainly did not introduce the problem, the problem was just that the old code didn't work with version 0.5.0 of matrices due to the changes in exports. After that commit, cubicbezier now only works with version 0.5.0 of matrices (which seems fine).

@kuribas Thanks for uploading!

from cubicbezier.

Related Issues (10)

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.