-
Should all the enumerations have an `obsolete` field or only those where we know there are obsoleted items
-
Create convertors for enums and use it on field
-
Hi,
It doesn't seem like I can generate a bunch of enums if they are declared in a single file.
That's not really a problem to create separate files, but it should probably be mentioned in the r…
-
### Describe the bug
I am trying to convert our cloudformation templates to cdk by using the new experimental `cdk migrate`. I have run into an issue when referencing one of our templates and expect …
v4de updated
4 months ago
-
Use `thiserror` to define error enums to fit different error handling flows, and replace `anyhow::Error` usage.
-
Need to add Project to the ScopeType enum list
-
https://www.typescriptlang.org/docs/handbook/enums.html#const-enums
-
Please implement the enhancement done to `javac` which allows to compile enums with more constants.
https://bugs.openjdk.org/browse/JDK-8241798
A little test shows, that `javac` compiles ok but `e…
-
The Rust compiler emits tagged enums and their members as `DW_TAG_variant_part` and `DW_TAG_variant` DIEs in DWARF correspondingly. According to the [DWARF standard](https://dwarfstd.org/doc/DWARF5.pd…
sdnr1 updated
2 months ago
-
Currently, most Amiga compilers represent enums as 32-bit ints. GCC compilers have `-fshort-enums` switch, but it comes with a tradeoff:
> Allocate to an enum type only as many bytes as it needs fo…