Skip to content

chore: Update README file#1

Merged
abdallahshaban557 merged 3 commits intomainfrom
README-update
Dec 9, 2023
Merged

chore: Update README file#1
abdallahshaban557 merged 3 commits intomainfrom
README-update

Conversation

@abdallahshaban557
Copy link
Contributor

chore: Update README file

chore: Update README

Copy link
Contributor Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@abdallahshaban557 abdallahshaban557 merged commit dc807b2 into main Dec 9, 2023
@dnys1 dnys1 deleted the README-update branch December 24, 2023 17:40
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