-
```c
static short b, c;
void foo(void);
static char(a)(char e, char f) { return e - f; }
static short(d)(short e) { return e; }
int main() {
int g = a((7 > 2 ^ b) < b, 71);
if (!(g >= -71 &…
-
```dart
enum E { a, b }
void f(E e) {
switch (e) {
case E.a:
break;
case E.b:
break;
default:
print('dead code');
}
}
```
The `default` clause should…
-
in [usbhost/Make.defs](https://github.com/apache/incubator-nuttx/blob/master/drivers/usbhost/Make.defs) hid_parser.c is added to CSRCS before ifeq ($(CONFIG_USBHOST),y) so it is always compiled, no ma…
-
https://dart-review.googlesource.com/c/sdk/+/160440 improves flow analysis so that it recognizes that if the LHS of a `??` or `??=` is non-nullable, the RHS is unreachable. This has the side effect o…
-
### Short description
We have some streams that have a negative HLS viewer count
### Environment
* Operating system and version: Ubuntu 22.04
* Java version: openjdk 17.0.12
* Ant Media Serve…
-
It the `.keylayout` I am using, dead keys are created in the following way:
the key is sent to a dedicated action as this one
```
```
then the action `my_dead_key` activates a special "state"
`…
-
Follow-up from: https://github.com/dart-lang/sdk/issues/55721#issuecomment-2113263991, It'd be nice to have a fix (or at least assist) that removes the unnecessary stack catch in code like:
```dart…
-
I'm not sure if it is dart2js or angular_test related issue. Due to lack of better idea, I'm pretty much duplicating https://github.com/angulardart/angular/issues/1952 here too.
Basically what I ha…
-
(reported)
The issue is that dart2js doesn't perform dead-code elimination when the condition being evaluated is static (which manifests as lazily initialized).
This is a simple reduction of the c…
-
The `currency-codes` package is 4 years out-of-date and looks like it is dead. The ISO 4217 standard has had many updates since that time, but the package does not reflect them.
- https://github.co…