rooooooooob

Results 114 comments of rooooooooob

>[A colon] is also the common way of naming elements of an array just for documentation; see Section 3.4. Yes, we do that in general. It's just that when you...

@nslowell I think it depends where you're running it from. So those files in [`/static/`](https://github.com/dcSpark/cddl-codegen/tree/master/static) aren't being located. Try running it from the cddl-codegen directory. Or pass in `--static-dir=` so...

@nslowell If you rewrite those enums as mentioned earlier in the issue it won't panic e.g.: ```cddl CommandIDs = 0 ; @name Zero / 1 ; @name One / 2...

The remaining ones are probably lower priority as most are just an issue of removing a single line from files after generation.

@alistair23 can you post the CDDL file (or snippet from it) that encountered it? It's possible it could be rewritten to work around it in the meantime (and good to...

What are you trying to achieve with `&(class-id: 0)`? We had never used `&` in the specs we've been generating from but what is the point in doing it on...

I don't think we can work around that non-empty restriction via cddl-codegen/changing the CDDL then. You can still try doing just: ```cddl class-map = { ? 0: $class-id-type-choice, ; @name...

Closing without current plans for java bindings

I think that part was just a mistake since we use those commands in the serialization lib. They're aliases for the standard `wasm-pack` build/pack commands, as it is mentioned it...

Do you have any tight loops that run many, many times that create anything in CML? We've enabled weakrefs in wasm/js which are supposed to be freed automatically when they...