Giter Club home page Giter Club logo

Comments (5)

mhuebert avatar mhuebert commented on June 14, 2024 1

@athos thanks! this works great. apologies for the delay, had some time away from this project.

from kitchen-async.

athos avatar athos commented on June 14, 2024

Hi, @mhuebert!

Thanks for reporting the issue. I will look into it soon 😃

from kitchen-async.

athos avatar athos commented on June 14, 2024

Hi, thanks again for reporting the issue!

After digging into this, it turns out that the root cause of it is that p/then doesn't handle keywords correctly as its callback:

(-> (p/resolve {:x 10}) (p/then :x) (p/then prn))
;=> {:x 10}

The commit b161e4f fixes the glitch (and I've checked all the additional tests pass locally), but I'm running into another CI trouble, so it would take a little more to publish a fixed SNAPSHOT release.

Or if you're using Clojure CLI, you could try the fixed version right now by specifying the commit SHA directly in your deps.edn.

from kitchen-async.

athos avatar athos commented on June 14, 2024

@mhuebert Just fixed the CI issue and released a new SNAPSHOT 👍Give it a shot, please.

from kitchen-async.

athos avatar athos commented on June 14, 2024

I'm closing the issue.

from kitchen-async.

Related Issues (5)

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.