Coder Social home page Coder Social logo

Comments (8)

rwjblue avatar rwjblue commented on May 19, 2024

In general I am OK with using the updater to just keep the local copy up to date, but if possible, I would like to fix the issues with Bower.

@joefiorini - Is the primary issue you have faced using non-tagged canary/beta builds (based on commits to those respective branches)? Or is there another issue that I'm not aware of...

from ember-cli.

stefanpenner avatar stefanpenner commented on May 19, 2024

But other deps might depend on ember, with version deps..

from ember-cli.

joefiorini avatar joefiorini commented on May 19, 2024

My main problem is when I need to go to a non-release channel my only option is to get it from S3, which changes the name of the file to index.js instead of ember.js. It also means that I can't take advantage of bower's versioning, because bower doesn't know about versions that aren't git tags. Although, I just realized that we tag beta releases, so I guess this is only an issue on canary, right?

from ember-cli.

joefiorini avatar joefiorini commented on May 19, 2024

It's starting to feel like we're conflicting with bower's functionality. If we keep ember in bower, then the updater should just interact with bower. If we want the updater to directly download ember/ember-data versions then we should take ember out of bower altogether, right?

@stefanpenner if other deps depend on ember, then the user will never want us to automatically update ember, right? Seems like it would be bad to prompt people for updates if it could conflict with their bower setup. I'm starting to think we should only enable evergreen if they aren't using bower for ember. This can be by either a) using bower by default and allowing them to opt out if they want evergreen or b) not using bower by default (just for Ember/Ember-Data) and turning off evergreen if bower.json contains ember as a dependency. I'm not sure how to handle libs that depend on ember themselves. Open to other thoughts.

from ember-cli.

rwjblue avatar rwjblue commented on May 19, 2024

I'm pretty sure that I can get the per-commit builds pushed to the bower repo. Then you can use either tags, or branches (for canary/beta/release). This should make it possible to keep the Ember version evergreen'ed (via bower though), but it doesn't solve the issue of dependencies requiring different versions.

from ember-cli.

joefiorini avatar joefiorini commented on May 19, 2024

Talked with @rjackson about this on IRC yesterday. We agreed it makes sense to just let bower do the updates. He's working to get each channel in its own branch, which should ease our checking for updates. So "subscribing" would likely be just updating bower.json. Updating would just be triggering a bower update.

from ember-cli.

stefanpenner avatar stefanpenner commented on May 19, 2024

nice, thanks @rjackson !

from ember-cli.

joefiorini avatar joefiorini commented on May 19, 2024

Resolved, we will be using bower for managing ember versions

from ember-cli.

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.