Strange error when using direct DPair
instead of (... ** ...)
syntax of a derived generator return type
#153
Labels
derive: entry
Issue on the derivation function facing to the end-user
issue: bad message
When library reports some problem badly
issue: compilation error
When compilation error raises because of the library
part: derivation
Related to automated derivation of generators
status: confirmed bug
Something isn't working
status: workarounded
Problem per se is not solved but workaround exists or implemented
I had a definitions and a derived generator
and all worked, but once I change the return type to be in form of
derivation suddenly crashes with
Error: While processing right hand side of genNewName. Error during reflection: Target type's argument must be a variable name
with non-var expression being
String
.Suddenly, replacing the return type with
helps with this.
The text was updated successfully, but these errors were encountered: