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

[DEPRECATIONS] stew.find #155

Closed
wants to merge 1 commit into from
Closed

[DEPRECATIONS] stew.find #155

wants to merge 1 commit into from

Conversation

locks
Copy link

@locks locks commented Jan 9, 2018

Fixes #122.

Tasks

  • Add deprecation method when calling stew.find
  • Document deprecation in DEPRECATIONS.md


### stew.find

(insert technical rationale that I am not fully aware of)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stew.find(path) tried to do magic to figure out what the user wanted, the result was a more confusing and brittle experience.


(insert technical rationale that I am not fully aware of)

Instead, you should use `broccoli-funnel`.
Copy link
Owner

@stefanpenner stefanpenner Jan 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought our discussion was that we merely deprecate stew.find(x) and continue to allow stew.find(x, { /* funnelOptions */)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirm, the PR was previous to the conversation :) I'll update tomorrow!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ok 👍

stefanpenner added a commit that referenced this pull request Jun 23, 2019
@locks locks closed this Jun 20, 2022
@locks locks deleted the deprecate-stew-find branch June 20, 2022 15:33
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 this pull request may close these issues.

find is just strange, I think we should deprecate
2 participants