Skip to content

chore(repo): Release + bump deps#7

Merged
dnys1 merged 1 commit intomainfrom
chore/bump-deps
Jan 21, 2024
Merged

chore(repo): Release + bump deps#7
dnys1 merged 1 commit intomainfrom
chore/bump-deps

Conversation

@dnys1
Copy link
Member

@dnys1 dnys1 commented Jan 21, 2024

No description provided.

Copy link
Member Author

dnys1 commented Jan 21, 2024

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

Copy link
Contributor

@abdallahshaban557 abdallahshaban557 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dnys1 dnys1 merged commit 3c9aeb9 into main Jan 21, 2024
@dnys1 dnys1 deleted the chore/bump-deps branch January 21, 2024 23:06
dnys1 added a commit that referenced this pull request Mar 9, 2025
Fixes a few issues related to flags passed to the `dart` and `flutter_tester` commands.

1. Can't use filepaths on Windows--FE server needs file: URIs. But - only true for some flags, others require paths.

```
[ProcessManager] FINEST: run: c:\hostedtoolcache\windows\flutter\stable-3.22.1-x64\bin\cache\dart-sdk\bin\dartaotruntime c:\hostedtoolcache\windows\flutter\stable-3.22.1-x64\bin\cache\dart-sdk\bin\snapshots\frontend_server_aot.dart.snapshot --sdk-root c:\hostedtoolcache\windows\flutter\stable-3.22.1-x64\bin\cache\artifacts\engine\common\flutter_patched_sdk --platform c:\hostedtoolcache\windows\flutter\stable-3.22.1-x64\bin\cache\artifacts\engine\common\flutter_patched_sdk\platform_strong.dill --link-platform --target flutter --packages D:\a\cloud\cloud\apps\cli\test\fixtures\legacy\flutter\goldens\.dart_tool\package_config.json --output-dill D:\a\cloud\cloud\apps\cli\test\fixtures\legacy\flutter\goldens\functions\dart_ui\lerpColor.dill D:\a\cloud\cloud\apps\cli\test\fixtures\legacy\flutter\goldens\functions\dart_ui\lerpColor.dart
❌ test\fixtures\legacy\fixtures_test.dart: Fixture flutter apis dart_ui lerpColor (setUpAll) (failed)
  Error generating initial kernel file: result dde93313-620b-4cb7-a85d-8b4a6668d203

  Unhandled exception:
  FileSystemException(uri=c:/hostedtoolcache/windows/flutter/stable-3.22.1-x64/bin/cache/artifacts/engine/common/flutter_patched_sdk/platform_strong.dill; message=StandardFileSystem only supports file:* and data:* URIs)
  #0      StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:34)
  #1      ProcessedOptions.validateOptions (package:front_end/src/base/processed_options.dart:328)
  <asynchronous suspension>
  #2      CompilerContext.runWithOptions.<anonymous closure> (package:front_end/src/fasta/compiler_context.dart:129)
  <asynchronous suspension>
  #3      CompilerContext.clear (package:front_end/src/fasta/compiler_context.dart:139)
  <asynchronous suspension>
  #4      kernelForProgramInternal (package:front_end/src/api_prototype/kernel_generator.dart:64)
  <asynchronous suspension>
  #5      kernelForProgram (package:front_end/src/api_prototype/kernel_generator.dart:50)
  <asynchronous suspension>
  #6      compileToKernel (package:vm/kernel_front_end.dart:469)
  <asynchronous suspension>
  #7      FrontendCompiler.compile (package:frontend_server/frontend_server.dart:639)
  <asynchronous suspension>
  #8      starter (package:frontend_server/starter.dart:101)
  <asynchronous suspension>
  #9      main (file:///C:/b/s/w/ir/x/w/sdk/pkg/frontend_server/bin/frontend_server_starter.dart:13)
  <asynchronous suspension>
```

2. Windows does not need isolates paused when using `--no-dds` so we can remove all that code

3. The `--run-forever` flag creates a zombie process that can only be killed with `SIGKILL`
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.

2 participants