-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add basename option #1478
Add basename option #1478
Conversation
Thanks for opening a pull request! Here are some highlighted action items that will help get it across the finish line, from the
Development and triage is community-driven, so please be patient and we will get back to you as soon as we can. |
Codecov Report
@@ Coverage Diff @@
## main #1478 +/- ##
=======================================
Coverage 95.58% 95.58%
=======================================
Files 15 15
Lines 793 793
=======================================
Hits 758 758
Misses 35 35
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
I think there are better solutions for this problem than adding yet another confusing option to Packager, but I'll let other Ecosystem WG members weigh in.
We could also try this: |
Regardless of the implementation, it'd be best if you added tests which showed what the intended behavior is supposed to be. |
Any recommendation from WG-ecosystem? |
I just came across this problem, too. This solution here would fix my problem. Spaces in folders are bad, even on macOS. The real problem is that @malept I think I'm generally in favor of merging it in. |
I'd be more inclined to do this than add another flag, but I currently lack the context of what might break if we did that. |
In theory, the internal folder structure is an implementation detail and not part of the API, so we could change it in a minor version. |
I'd love to fix this problem! I tried a few things here and I believe that changing how we generate the name is the best thing we can do, because either solution will require a change in I'm closing this PR here. @Cefold I am so sorry about how long it took for us to actually act here. |
Summarize your changes:
Add basename option to
generateFinalBasename
, that we could avoid this error if the appname has space.