Giter VIP home page Giter VIP logo

Comments (6)

Bodigrim avatar Bodigrim commented on May 29, 2024

You don't need env (evaluate (force (a, m)), a simple env (pure (a, m)) would suffice, because env forces the resource internally:

envWithCleanup res fin f = withResource
(res >>= evaluate . force)
(void . fin)
(f . unsafePerformIO)

(It seems the documentation of env is misleading, it can use a fix)

tasty-bench defers resource management to tasty. Is it possible to reproduce the issue with tasty itself?

from tasty-bench.

bolt12 avatar bolt12 commented on May 29, 2024

Thank you for your prompt reply! I changed the code to use just pure but the same issue, remains.

tasty-bench defers resource management to tasty. Is it possible to reproduce the issue with tasty itself?

What do you mean, tasty does not have any env function, only withResource which has a very different type signature. How can I try to reproduce the issue with tasty, given that I believe the issue is in env ?

from tasty-bench.

Bodigrim avatar Bodigrim commented on May 29, 2024

env is a thin wrapper over withResource. If you inline env and underlying envWithCleanup, you'll obtain a reproducer via withResource. You can further simplify your example replacing bench with a simpler test ingredient, say testCase.

from tasty-bench.

bolt12 avatar bolt12 commented on May 29, 2024

Thank you! Yes I tried that and still get the same problem. I inlined everything up to withResource and used something other than bench, but no success

from tasty-bench.

Bodigrim avatar Bodigrim commented on May 29, 2024

So if it's not tasty-bench specific, could you forward the issue to tasty issue tracker?

from tasty-bench.

bolt12 avatar bolt12 commented on May 29, 2024

Please see this comment: UnkindPartition/tasty#401 (comment)

from tasty-bench.

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.