-
-
Notifications
You must be signed in to change notification settings - Fork 113
Bugfix - fix broken ember-data GitHub URLS #862
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
Conversation
If the file has packages already in the path, make sure we don't add duplicate packages via the mainDir function. Fixes an issue with ember data URLS having an incorrect 'packages/packages' in the GitHub source URL Example problem was https://api.emberjs.com/ember-data/4.10/classes/RecordArray
@runspired do you have any idea why there were recently some duplicate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to address the failing tests b/f merging this
This is fixed in EmberData now emberjs/data#8598 |
Awesome, thank you! |
If the file has packages already in the path, make sure we don't add duplicate packages via the mainDir function.
Fixes an issue with ember data URLS having an incorrect 'packages/packages' in the GitHub source URL
Example problem was
https://api.emberjs.com/ember-data/4.10/classes/RecordArray
Closes ember.js #20404