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

Make initial config file generation easier. #15

Open
rwjblue opened this issue Jul 23, 2015 · 5 comments
Open

Make initial config file generation easier. #15

rwjblue opened this issue Jul 23, 2015 · 5 comments

Comments

@rwjblue
Copy link
Member

rwjblue commented Jul 23, 2015

Copy and paste from the console kinda sucks. We can do better.

How?

@raytiley
Copy link
Member

can plugins interact w/ the file system? Would be cool if there was a tab in ember inspector that allowed you to diff your current deprication-workflow.js and add / remove / generate the file from there.

@rwjblue
Copy link
Member Author

rwjblue commented Jul 23, 2015

Definitely agree. We could add to emberjs/ember-inspector#430.

@rwjblue rwjblue mentioned this issue Jul 23, 2015
7 tasks
@jakehow
Copy link

jakehow commented Aug 18, 2015

@rwjblue simple way to make this better on one dimension easily, is print out instructions in the console post test run for deprecationWorkflow.flushDeprecations(), I keep having to come back to the github repo to lookup the method name and copy and paste it.

@rwjblue
Copy link
Member Author

rwjblue commented Aug 18, 2015

@jakehow - I'm game.

@ssendev
Copy link

ssendev commented Aug 21, 2015

another thing to make it easier would be if already registered deprecations would not be listed or get added to the list. use case beeing not having a test suite which collects all deprecations at once and instead scraping them from several pages.

it would help when regexps were added manually which catch several deprecations e.g. /You attempted to set '.*\' from '.*', but object proxying is deprecated. Please use 'model\..*' instead./. another helpful thing would be if messages that contain ember objects with id would be a regexp by default. <my-app@controller:application::ember\d+>

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

No branches or pull requests

4 participants