Resolve old_path in uvwasi_path_symlink()#303
Conversation
|
@ospencer Hi, sorry to bother you. I'm not sure if you are able to approve and/or merge this PR, but you are my only contact related to uvwasi. I hope you can help review this PR and possibly approve and merge it. Thanks a lot. |
|
@lum1n0us the CI is failing. |
- add test-symlink-outbox
e18da63 to
1b2ab00
Compare
|
I've fixed the unused variables errors in uvwasi CI / ubuntu-latest - debug-log. The other two seem related to infrastructure. From Build Fuzzers(address). https://github.com/nodejs/uvwasi/actions/runs/15101901324/job/43082367465?pr=303 AND. From Test Coverage. https://github.com/nodejs/uvwasi/actions/runs/15101901326/job/43082367566?pr=303 BTW, Is there a way I can re-run the CI or trigger it without bothering you? |
It might work on future PRs now that you're no longer a first time contributor. |
Notable changes: - Disallow malformed path with null byte (#266) (7aaa0b4) - Preserve trailing slash in file path (#268) (afffaaa) - Disallow absolute path at the raw WASI level (#270) (9811374) - Error if creating symlink to absolute path (#272) (c8d4f01) - Add cflite and document normalize path (#280) (6eeddba) - Resolve old_path in uvwasi_path_symlink() (#303) (98da5ad) - Use index rather than `telldir`/`seekdir` to represent `fd_readdir` cookie (#298) (392e1f1) - fix: static library name (#305) (146e516) - fix: do not put header files in a subfolders (#302) (ec28b58) - fix: explicitly export symbols (#308) (4e9b4e0)
fix #299