Coder Social home page Coder Social logo

Comments (8)

porcuquine avatar porcuquine commented on August 28, 2024 1

@aakoshh, this was fixed in #210. Thanks.

from lurk-rs.

porcuquine avatar porcuquine commented on August 28, 2024

Mmmm, that probably means our unit tests are failing to test some code paths. The solution is to add this as test and fix it, which I will do.

Can you please search for any other such cases?

from lurk-rs.

porcuquine avatar porcuquine commented on August 28, 2024

The short-term fix for Akosh is to use an older version (obviously).

from lurk-rs.

aakoshh avatar aakoshh commented on August 28, 2024

Thanks for the fix @porcuquine
I got around it by not passing lambdas with more than one parameter.

Can you please search for any other such cases?

The shortest example I found was this:

(cons (lambda (x y) nil) nil)

from lurk-rs.

porcuquine avatar porcuquine commented on August 28, 2024

For clarity, is your new example failing now that this PR is merged, or is it an independent and still-extant problem? If you can still reproduce now that #208 has merged, please create a new issue for it. Thanks for that (if applicable) and the initial report.

from lurk-rs.

porcuquine avatar porcuquine commented on August 28, 2024

If this is fixed now, but your reduced example also elicited the identical problem, we might replace the regression test with this cheaper one — since the fold example is relatively expensive (on success) for our tests.

from lurk-rs.

weissjeffm avatar weissjeffm commented on August 28, 2024

I just tried this on both versions and it fails on both. It looks like it's not exactly the same error, it is another bug of the same type:

> (cons (lambda (x y) nil) nil)
thread 'main' panicked at 'double booked: found Lambda when getting UnevaledArgs', /home/user/workspace/lurk-rs/src/hash_witness.rs:190:13

from lurk-rs.

weissjeffm avatar weissjeffm commented on August 28, 2024

opened new issue #209

from lurk-rs.

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.