-
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)
-
I think that while the ability to mock microtasks can be useful, most use-cases don't really care about this. Instead, people likely use fake_async for Duration based APIs like clocks or timers
By …
-
In the [documentation](https://libusb.sourceforge.io/api-1.0/group__libusb__asyncio.html) for implementing event handling threads, the example code about quitting such a thread *without* using hotplug…
-
Considering a simple example:
```java
public class UnsafeSubscriber implements Subscriber {
private boolean duplicateOnSubscribe = false;
@Override
public void onSubscribe(final S…
-
Either by using the visitor interface or serializing a whole module, we can see AtAttributes are being parsed (as are access specifiers) but they don't seem to be attached to FunctionDeclaration class…
-
Shook this out with try_repeat:
```
---- lang_tests::unroll_safe_implies_noinline.c status ----
Error
---- lang_tests::unroll_safe_implies_noinline.c stderr ----
--- Begin aot ---
source_f…
-
My first C++ conversion target is `wfdbio.c` with `wfdb.h` and `wfdblib.h`. Trying to compile this with C++ settings results in several errors from the memory allocation macros, such as: `a value of t…
-
| | |
| --- | --- |
| Bugzilla Link | [16095](https://llvm.org/bz16095) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
LLVM's StackColoring pas…
-
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…
-
fs.c is not thread safe, it has a mutex around the mount list to give the illusion that it is thread safe, but it is not sufficient.
**Describe the bug**
I have an stm32h7 target running zephyr wi…