-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Parse spaces in -l
/-L
/I
args correctly, default to no absolute path warnings
#3833
Conversation
…like Clang right now this creates hundreds of benign warnings in testing because `-I /tmp/foo` now properly warns for absolute paths. see emcc:643.
enabled with `-Wwarn-absolute-paths`.
Looks very good, thanks! I have 2 notes:
|
Alright,
|
|
I think it's a worthwhile note that |
Fair enough, agreed. |
How does this look? |
Very good! Just one last comment there, and please squash commits that it makes sense to squash. |
also refactored `other.test_l_link`.
Alright, I think it's ready to go. |
Thanks! |
FWIW, It would have been nice if emcc had continued to consume |
Yeah, good point. Sorry about that. Fixed on incoming. |
Fixes #3777 and #2713. This includes changes to the documentation (and a rebuild of the docs) to reflect #2713. Let me know if anything is out of place – it may be easier to read the first four commits without the clutter aa3c1b7 throws in in the PR diff.
This fails two tests in
other
; however, these both fail on incoming and master for me as well, so I believe something is wrong with my development environment rather than the PR. Do you recognize these errors? I'm running relatively fresh Linux Mint 17.2 with the latest packages.