Skip to content
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

find is just strange, I think we should deprecate #122

Open
stefanpenner opened this issue Jul 20, 2016 · 8 comments
Open

find is just strange, I think we should deprecate #122

stefanpenner opened this issue Jul 20, 2016 · 8 comments

Comments

@stefanpenner
Copy link
Owner

In nearly all cases, stew.find is better served by just using Funnel. I think it was a good experiment. We should confirm the above, and then find a good path forward.

@chadhietala
Copy link
Collaborator

SG. Was a good experiment but it had cross-cutting concerns that never seemed quite right.

@locks
Copy link

locks commented Jan 13, 2017

What's the current status on this?

@rwjblue
Copy link
Collaborator

rwjblue commented Jan 13, 2017

I'm in favor of deprecating also.

@locks
Copy link

locks commented Feb 17, 2017

@stefanpenner time to deprecate, what's the process?

rwjblue added a commit to rwjblue/ember.js that referenced this issue Mar 1, 2017
Prior to these changes, in order to `npm link ember-source` you must
run a production build of Ember. This is because of the list of files
that we provide to `stew.find` (now `Funnel`) includes `ember.prod.js`
and `ember.min.js`.

This commit does two main things:

* Remove usage of `stew.find` (and therefore remove `broccoli-stew` as a dep).
  It is likely that `stew.find` will be deprecated (stefanpenner/broccoli-stew#122).
* Only provide the list of files that are present to the `Funnel` `files` listing.

Before this change the following would throw an error:

```
git clone [email protected]:emberjs/ember.js.git ember-canary
cd ember-canary
yarn install
./node_modules/.bin/ember build --environment=development
yarn link

cd ..
ember new test-app --yarn
cd test-app
yarn link ember-source
ember s
```
@stefanpenner
Copy link
Owner Author

thanks for pinging, I think we just place a warning when invoking stew.find, that warning should link to a md file in this document explaining how to use broccoli-funnel

@locks
Copy link

locks commented Mar 1, 2017

@i've put this on my OSS queue!

chadhietala pushed a commit to emberjs/ember.js that referenced this issue Mar 2, 2017
Prior to these changes, in order to `npm link ember-source` you must
run a production build of Ember. This is because of the list of files
that we provide to `stew.find` (now `Funnel`) includes `ember.prod.js`
and `ember.min.js`.

This commit does two main things:

* Remove usage of `stew.find` (and therefore remove `broccoli-stew` as a dep).
  It is likely that `stew.find` will be deprecated (stefanpenner/broccoli-stew#122).
* Only provide the list of files that are present to the `Funnel` `files` listing.

Before this change the following would throw an error:

```
git clone [email protected]:emberjs/ember.js.git ember-canary
cd ember-canary
yarn install
./node_modules/.bin/ember build --environment=development
yarn link

cd ..
ember new test-app --yarn
cd test-app
yarn link ember-source
ember s
```

(cherry picked from commit 1a24de8)
wycats pushed a commit to emberjs/ember.js that referenced this issue Mar 8, 2017
Prior to these changes, in order to `npm link ember-source` you must
run a production build of Ember. This is because of the list of files
that we provide to `stew.find` (now `Funnel`) includes `ember.prod.js`
and `ember.min.js`.

This commit does two main things:

* Remove usage of `stew.find` (and therefore remove `broccoli-stew` as a dep).
  It is likely that `stew.find` will be deprecated (stefanpenner/broccoli-stew#122).
* Only provide the list of files that are present to the `Funnel` `files` listing.

Before this change the following would throw an error:

```
git clone [email protected]:emberjs/ember.js.git ember-canary
cd ember-canary
yarn install
./node_modules/.bin/ember build --environment=development
yarn link

cd ..
ember new test-app --yarn
cd test-app
yarn link ember-source
ember s
```

(cherry picked from commit 1a24de8)
@stefanpenner
Copy link
Owner Author

@locks how looks that queue?

@locks
Copy link

locks commented Jan 8, 2018

@stefanpenner getting round to it atm

@locks locks mentioned this issue Jan 9, 2018
2 tasks
stefanpenner added a commit that referenced this issue Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants