edwardpeters
edwardpeters
EDIT: I filed this bug based on my understanding of how extensible record types work in Elm; following conversations in https://github.com/finos/morphir/issues/199 , it's clear those are not the expected semantics...
**Describe the bug** If two definitions by the same name are given in the same module, the compiler gives no errors or warnings; additionally, any errors in the earlier definition...
**Describe the bug** Type errors coming from the incremental compiler are much more verbose and unclear than those coming from the non-incremental compiler. **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** If you have a module listed in morphir.json, but no actual implementation, then no error is thrown and the build appears to pass. **To Reproduce** Steps to...