mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 00:16:19 +03:00
817b7ca82c
'.' is not a valid character in a mangled name which caused unmangling to fail. Sadly the scenario service does not properly distinguish between dotted an undotted names but for now everything we unmangle is dotted anyway so I’ve taken the easy approach of simply changing our unmangling to take that into account. We might want to change the scenario service here but I’ll leave that for a separate PR. changelog_begin - [DAML Studio] Fix a crash in scenarios that referenced records originating from definitions like `data T = T1 { f1 : Int } | T2 { f2 : Int }`. changelog_end |
||
---|---|---|
.. | ||
src/DA/Daml/LF | ||
BUILD.bazel | ||
daml-lf-proto.cabal |