Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@dkwingsmt
Copy link
Contributor

Cherry picks #34827.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on
    writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

skia-flutter-autoroll and others added 30 commits August 13, 2022 21:14
* Update the GLFW example callbacks.

* Update the dart example.

* Update CMakeLists

* Update library dependencies in the BUILD file.

* Documenting.

* Formatting.

* Update the callback name.

* Move glfw_drm example to a new folder.

* Create new example folder for drm_embedder.

* Add the flutter spinkit dependency

* Update BUILD files.

* Do not compile glfw_drm example if running it on mac.

* Update the executable name for the glfw_drm example.

* Avoid looking for the surface and display every time since they are always the same.

* Formatting.

* GN formatting.

* Update the way the user malloc's the existing damage

* Update comment

* Update example and add gitignore.

Co-authored-by: Bernardo Eilert Trevisan <btrevisan@google.com>
bdero and others added 18 commits August 24, 2022 15:19
* Roll dart to 4738c1a

Changes since last dart roll
```
4738c1a Version 2.19.0-137.0.dev
84a39b0 [infra] Disable Goma on dartk-linux-release-riscv64-qemu.
69fcdc8 Version 2.19.0-136.0.dev
c0e74c4 [dart fix] report undefined diagnostics
7dfe682 Migration: _task is non-null
310d6d0 First draft of some process docs for the analyzer
39a6717 [vm] Don't run DFE with a low optimization threshold in profiler tests.
ece330a [analysis_server] Include annotation completions at end of class
2f3c69c Rename a subdirectory under doc to match what analysis_server has
00f032a [ VM / Service ] Add isolateGroupId to IsolateRef and Isolate
992672b [gardening] Fix gcc bot - add suggested parenthesis around '&&' within '||'
33846f3 [io/file] Add `exclusive` optional parameter to File.create, createSync.
f73f25e Revert to clang toolchain that was rolled in March
2b27d32 Report duplicated field names in record literals
65b4621 Fix an exception when a record type appears in an extends clause
8a883fa Change `:` to `=` for default values in `pkg`.
177147b [analysis_server] Improve handling of document modifications while computing completions
dbac2a4 [cfe] Add InternalRecordLiteral
```

* Update license hash
@flutter-dashboard
Copy link

This pull request was opened against a branch other than main. Since Flutter pull requests should not normally be opened against branches other than main, I have changed the base to main. If this was intended, you may modify the base back to flutter-3.3-candidate.12. See the Release Process for information about how other branches get updated.

Reviewers: Use caution before merging pull requests to branches other than main, unless this is an intentional hotfix/cherrypick.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.