-
https://www.typescriptlang.org/docs/handbook/enums.html#const-enums
-
A number of structures and enums are re-defined per processor mode in `yaxpeax-x86`, such as `Opcode`, `ConditionCode`, `Instruction`, `Prefixes`, and so on...
Could you commonize these enums and s…
-
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…
-
I ran into a problem with matching instruction id's to their enum counter parts defined in capstone-sys. Because rust does not have a provide a simple/safe way to cast a u32 to an enum value matching…
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
```
What steps will reproduce the problem?
1. create an entity with an enumfield and @Enumerated(EnumType.STRING)
What is the expected output? What do you see instead?
Trying to read this filed will …
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
```
What steps will reproduce the problem?
1. create an entity with an enumfield and @Enumerated(EnumType.STRING)
What is the expected output? What do you see instead?
Trying to read this filed will …
-
```
If you have a .proto that contains an enum, and a second proto that
contains a message that imports the first proto and references the enum
as "optional" and you use the detectMissing option, th…
-
Handle Java-style enum objects that allow for a definition of allowed values that get created automatically on first access with a static flag to avoid recreating the values again.
``` ruby
class Use…