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

readlink should normalize against parent, not against cwd #3277

Merged
merged 1 commit into from
Mar 20, 2015

Conversation

janjongboom
Copy link
Contributor

Currently running the test suite, the tests I could find that utilize symlinks (unistd_links / stat) run ok now.

I verified the behavior specified in the modified test against gcc, previous definition was not correct.

@janjongboom janjongboom changed the title readlink should normalize against parent, not against root readlink should normalize against parent, not against cwd Mar 20, 2015
@kripken kripken merged commit f3612fc into emscripten-core:incoming Mar 20, 2015
@kripken
Copy link
Member

kripken commented Mar 20, 2015

Thanks! This looks good on local testing for me.

@janjongboom
Copy link
Contributor Author

Thanks @kripken, it passes all tests for me on incoming too:

ok


Ran 3447 tests in 19785.302s

OK

@sbc100
Copy link
Collaborator

sbc100 commented May 6, 2024

We are currently looking at effectively reverting this change in #21805

sbc100 pushed a commit that referenced this pull request May 8, 2024
…21805)

This PR reverts the behaviour that was added in #3277 and suggested in #3222.
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

Successfully merging this pull request may close these issues.

None yet

3 participants