Is Platform::ResolveExecutablePath really needed? Not cross platform. #24302
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-io
The way Platform::ResolveExecutablePath is not cross platform and currently not possible to implement in a reliable way on OpenBSD.
This seems to be used to obtain the Dart SDK root:
OpenBSD Developers state that they have no safe way to obtain that info:
If the code is only used to obtain the SDK path then I think it should be part of installation configuration not part of the runtime.
This issue is related to the porting efforts of getting Dart running on OpenBSD: #10260
The text was updated successfully, but these errors were encountered: