Why is Daml-LF 1.14 pacakge called 1_13?
App Development2 posts199 viewsLast activity Nov 2022
LU
LucianoOP
Nov 2022When I look here:
github.comdigital-asset/daml/blob/06892a4ae9717f40588cfa73fe1e8a6e4c54aa2a/daml-lf/archive/src/stable/protobuf/com/daml/daml_lf_1_14/daml_lf.proto#L5-L8
- package daml_lf_1_13;
-
- option java_package = "com.daml.daml_lf_1_14";
- option csharp_namespace = "Com.Daml.Daml_Lf_1_14.DamlLf";
I can see that the protobuf package name for Daml-LF 14 is actually daml_lf_1_13. (Note the mismatch with the java_package option below). Is this deliberate? Is there some interesting reason for this?
RE
Remy
Nov 2022Good catch. The PR #15550 fixes the issue.