-
From style guide: [DON’T use async when it has no useful effect.](https://www.dartlang.org/guides/language/effective-dart/usage#dont-use-async-when-it-has-no-useful-effect)
-
### Background and motivation
`System.Reflection.Metadata` is a pretty perormance-oriented library but its API lacks methods that accept spans. I propose additional span overloads for methods that …
-
There are many methods in libc++ which can cause out-of-bounds issues when given incorrect inputs, such as any method that takes one or more iterators as its inputs, or that takes a pointer input.
…
-
I would ask the developers for commenting on a largish refactoring change. I would like to separate the UI driver low level driver code from the code which handles the drawing API. That means we will…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
Currently many core plugin APIs in Windows are platform-thread only, as on other platforms. However, as discussed in https://github.com/flutter/engine/pull/31134#pullrequestreview-991213668 and https:…
-
Currently the OpenCL interoperability does not work on 64-bit Windows machine. The reason for this is the use of `c_int_t` which defaults to long on Windows (which on the other hand is 32-bit). This c…
-
Compilation fails with -Werror=strict-aliasing.
```
/usr/bin/x86_64-pc-linux-gnu-gcc -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshad…
-
Issue:
Does not build on Mac.
Error:
```
./src/main.zig:1:11: error: C import failed
const c = @cImport({
^
./zig-cache/o/812b576719d56fc816f68bf98065eb2d/cimport.h:1:10: note: 'SDL…
-
[@jvasileff] The code below is safe, but disallowed. It might be nice to support this sort of thing, so that you can organize constructors (possibly non-`shared`) in a way that allows the use of metho…