-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Rewrite install dir resolution for legacy plugins #589
Conversation
…cture used in plugin.xml. (apache#575)
Codecov Report
@@ Coverage Diff @@
## master #589 +/- ##
==========================================
+ Coverage 62.11% 62.24% +0.13%
==========================================
Files 17 17
Lines 1985 1992 +7
Branches 371 371
==========================================
+ Hits 1233 1240 +7
Misses 752 752
Continue to review full report at Codecov.
|
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.
Can you make a couple more vars for:
'\\' + PATH_SEPARATOR
(\\' + PATH_SEPARATOR + '|$)
Everything else looks good now, I will merge if you fix it right. Thanks again for your efforts.
Is that what you were thinking about? |
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.
Merging now. Thanks @Jule- for contributing the improvements.
You're welcome! 🙂👍 |
This change is merged onto the @Jule- I noticed that the changes were proposed from your |
Copy that! |
Let's start fresh!
What does this PR do?
This is the rebase of my old PR #576 coming from #575 on the master branch as encouraged.
Basically I have separated bloc that was handling new app directory structure from the old one. Plus I have rewrite tests with RegExp allowing buggy forms with or without
/
at the end.Plus all (hope so) code reviews from @brodybits.
What testing has been done on this change?
app
,app/
,app/whatever
src
,src/
,src/whatever/source
,libs
,libs/
,libs/whatever/bin
src/myappsomething/source
,appsomething/source
Like my original issue with: cordova-plugin-local-notifications. Try it:
Contextual issues and PRs raised
#577, #578, #580