Vivek Narang

Results 7 comments of Vivek Narang

> One less radical move could be to give up to the "single namespace" property, and at least group related enum constants together, under a separate generated class. That would...

> > ``` > enum Color > { > Red, > Green, > Blue, > } > ``` > > C code can do things like `Red | Blue` --...

Apologies for the significant delay of several weeks on this. I will revisit this feature and the suggestions/feedback and will create a fresh PR (if needed) in the near future....

The reason for the Java build failure is that the script could not find `jextract` (needed for generating Panama bindings before Java build and tests). The CI servers need to...