dart-sdk/pkg/vm
Parker Lougheed 6e8b466d95 [pkg/vm] Use correct method to relativize URIs in resource files
The previous method I used didn't account for Windows drive letters or host names, and ended up using a bunch of '..' to go back to the root unnecessarily.


Fixes https://github.com/dart-lang/sdk/issues/54129

TEST=pkg/vm/test/transformations/resource_identifier_test

Cq-Include-Trybots: luci.dart.try:pkg-win-release-arm64-try,pkg-win-release-try,pkg-linux-release-try
Change-Id: Ida627148c178137cb3684eb23d0b30c16791308b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/344762
Reviewed-by: Moritz Sümmermann <mosum@google.com>
Commit-Queue: Moritz Sümmermann <mosum@google.com>
Auto-Submit: Parker Lougheed <parlough@gmail.com>
Reviewed-by: Daco Harkes <dacoharkes@google.com>
2024-01-05 13:56:58 +00:00
..
bin [VM] Support macros from kernel_service. 2023-12-21 11:12:33 +00:00
lib [pkg/vm] Use correct method to relativize URIs in resource files 2024-01-05 13:56:58 +00:00
test [pkg/vm] Create @pragma("vm:platform-const-if", <cond>) annotation 2024-01-04 14:44:29 +00:00
testcases/transformations [vm/ffi] Check Array<T extends AbiSpecificInt> bounds [] and []= 2024-01-05 12:35:49 +00:00
tool [pkg/vm] Bump language version to 3.0 and cleanup experimental flags 2023-09-12 20:18:59 +00:00
analysis_options.yaml [pkg/vm] analyze using package:lints 2022-07-07 23:22:49 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
OWNERS Also add global owners to CFE/VM packages 2023-11-27 14:35:52 +00:00
pubspec.yaml [pkg/vm] Use correct method to relativize URIs in resource files 2024-01-05 13:56:58 +00:00
README.md

This package hosts VM specific Dart code and helper scripts.