Giter Club home page Giter Club logo

Comments (8)

jgable avatar jgable commented on July 4, 2024

I made an update a while back that should now just do a grunt fail on parsing errors. It's published as 0.0.10 of es6-import-validate, running npm update should pull the latest version for the broccoli task.

from broccoli-sane-watcher.

stefanpenner avatar stefanpenner commented on July 4, 2024

@jgable this seems to be happening across more filters. Maybe it is a plugin problem not the watcher?

from broccoli-sane-watcher.

jgable avatar jgable commented on July 4, 2024

Sure, but es6-import-validate shouldn't fall on its face when parsing fails.

from broccoli-sane-watcher.

stefanpenner avatar stefanpenner commented on July 4, 2024

@jgable understood.

from broccoli-sane-watcher.

WMeldon avatar WMeldon commented on July 4, 2024

@stefanpenner I did some poking and found the point that was never being reached after a build error. It appears to be here.

As a quick and dirty hack, I added a reject like so:

  this.sequence = this.sequence.then(function () {
    return timeout.then(build);
  }, function() {
    return timeout.then(build);
  });

And lo and behold, the build came back. I don't know what that means, but I thought it might be helpful.

from broccoli-sane-watcher.

stefanpenner avatar stefanpenner commented on July 4, 2024

@WMeldon i think this watcher is just working correctly, but exposed that some filters/writes are buggy.

We should likely make this watcher log, but absorb build errors.

from broccoli-sane-watcher.

WMeldon avatar WMeldon commented on July 4, 2024

@stefanpenner I'd agree with that. Base level things like this need to be very liberal in what they accept. Especially with a new ecosystem like broccoli, higher level plugins are going to be a little rough around the edges.

from broccoli-sane-watcher.

krisselden avatar krisselden commented on July 4, 2024

I know what it is, I'll push a fix shortly.

from broccoli-sane-watcher.

Related Issues (15)

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.