Git Product home page Git Product logo

Comments (6)

hdgarrood avatar hdgarrood commented on May 24, 2024 1

Thank you!

from purescript-spec.

safareli avatar safareli commented on May 24, 2024

doing rm -rf .pulp-cache output bower_components && bower i && pulp build might help.

from purescript-spec.

hdgarrood avatar hdgarrood commented on May 24, 2024

This is not a stale output issue. The issue is that where scoping changed in 0.13.0. The relevant code is:

    Event.Suite name -> pure (pushCrumb name s)
    Event.SuiteEnd -> pure (popCrumb s)
    Event.Pass name _ _ -> flushCrumbs do
      log $ "  " <> (colored Color.Checkmark "✓︎" <> " " <> colored Color.Pass name)
    Event.Pending name -> flushCrumbs do
      log $ "  " <> (colored Color.Pending $ "~ " <> name)
    Event.Fail name msg _ -> flushCrumbs do
      log $ "  " <> (colored Color.Fail $ "" <> name <> ":")
      log ""
      log $ colored Color.Fail $ "  " <> msg
    Event.End results -> s <$ printSummary results
    _ -> pure s
      where
      flushCrumbs action = [...]

I can reproduce it by checking out v3.1.0 and running the command you specify with purs 0.13.0 on my PATH. However, it is already fixed in master. Could we possibly have a new release please?

from purescript-spec.

safareli avatar safareli commented on May 24, 2024

We do have Pre-release https://github.com/purescript-spec/purescript-spec/releases/tag/v4.0.0-rc1
as it was braking change we made pre release to get feedback from people and if something was off fix it until actual release was made. but looks like there is no issue or no one is using pre-release.

What you think would be best here. I think releasing v.3.1.1 (on some v3 branch) with the where fix and then releasing v4 as it's now is best option. what you think?

from purescript-spec.

hdgarrood avatar hdgarrood commented on May 24, 2024

Oh yeah sorry, I didn't notice the rc release until after I posted this comment, but I'm using 4.0.0-rc1 now and it seems fine :)

I think you should release v4.0.0 whenever you feel is appropriate (I'm not familiar enough with this library to be able to offer any more detailed advice). A v3.1.1 release for 0.13.0 would be very nice to have in any case.

from purescript-spec.

safareli avatar safareli commented on May 24, 2024

#91

from purescript-spec.

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.