-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Path::is_absolute is wrong on hermit #132141
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-hermitOperating System: HermitOperating System: HermitT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-hermitOperating System: HermitOperating System: HermitT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
On Hermit, this currently returns false, I would expect it to be true:
I could not find any documentation on what Hermit considers an absolute path, so just to be sure, this is also false:
I think adding hermit alongside wasi here in
path.rsinstdwould suffice:Meta
build-stdis giving me trouble, so I cannot test this on nightly right now, but the code inis_absolutewas not touched since, as far as I can tell.