Stephen Compall

Results 73 comments of Stephen Compall

Almost certainly related to #455. @stankoua What scalac options are you using?

The other thought that immediately arises is whether the error occurs with a DB initialized with `disableContractPayloadIndexing=true`.

#15022 should address the empty results when `disableContractPayloadIndexing=true`. It does not help with the `Oracle Text error` when the index is enabled.

Will using `templateId` to specify interface ID still be supported?

> it will not be possible to abuse the templateId to specify interface ID. Then, maybe this should be added to exercise-by-key and create-and-exercise first? At least for those commands,...

> using a field name called template_id to specify an interface_id is very confusion. There's a smaller change to deal with the naming problem without breaking how commands are built...

> What’s the issue in codegens & the JSON API? Both of them are very much type aware so why can they not set the right field? JSON API is...

Utilities built upon non-`Primitive` types are very tricky. First, we do not want to treat particular structures specially, instead applying the rules for LF universally. For example, we only permitted...

Exactly the same ways as if a user defined `data MySet a = MySet { map : Map a () }` and wanted to construct `MySet`s. I would slightly vary...

No objections, indeed, encouragement.