-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please update latest
tag on npm
#178
Comments
So, atm, |
@shama, over at node-sass we are getting suggestions to switch to chokidar or alternative file watchers (sass/node-sass#636, not to mention those also have issues and limitations which glaze overcame long time ago). If this is still under active development and the future is gonna glow brighter with gaze, I will vote to stay. :) |
@am11 Yep gaze is still under active development, I am just slow. The latest version of chokidar is looking good though and now supports glob patterns. Feel free to use whichever library works best for you. |
Is 0.5.* still considered the most stable version? I'm getting warnings that a deprecated version of lodash is used when installing node-sass and they won't update their version of gaze untill lhe dist-tag is uppdated. Just curious about how it's looking, thanks! |
Maybe a v0.5.3 that updates lodash? |
How about this, let's release an updated Any objections? /cc @joshperry |
Sounds like a great plan! The only downside is that it will require other modules to actively upgrade their deps but in the long run having a nice and stable 1.0 and no 0.5/0.6 confusion is preferable. |
@jorrit #208 -- choosing the upgraded globule would update lodash to 2.4.x or something similar. Now that I've seen more of the issues, it seems as maintainer is stuck between a rock and a hard place. Can't raise the release in npmjs to the 0.6 branch because it isn't quite ready for prime time and cannot upgrade the globule dependency in the 0.5 series because of the lodash major version bump (which may cause breaks). I guess my only questions are: Are there breaking changes if globule were updated? The tests seem to pass. How many of these people are depending on the fairly old libraries-- do the breaking changes even affect gaze? Is it merely that the existing unit tests must pass for the range of supported node/iojs versions for release? |
@bradchesney79 It's mostly because this library gets downloaded 3M times a month. I want to avoid breaking people's workflows. The changes to I think Then just keep on working on |
@shama, this is the best strategy for 1.0. Depending on native module is going to be a major change, which may break folks on less-commonly used OSes (SunOS, NetBSD etc.) and many other reasons. Generally, one thing we should realize that date-time and file-system watcher are two long standing problems which almost every runtime/framework is struggling with. There is no decent native library which abstracts out all the varied file systems' observing mechanics and work like a champ. |
@shama: any progress on this? |
Latest is |
should probably be 0.6.4.
The text was updated successfully, but these errors were encountered: