Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Why is Daml-LF 1.14 pacakge called 1_13?Forum ↗

Why is Daml-LF 1.14 pacakge called 1_13?

App Development2 posts199 viewsLast activity Nov 2022
LU
LucianoOP
Nov 2022

When I look here:

github.com

digital-asset/daml/blob/06892a4ae9717f40588cfa73fe1e8a6e4c54aa2a/daml-lf/archive/src/stable/protobuf/com/daml/daml_lf_1_14/daml_lf.proto#L5-L8


      
  1. package daml_lf_1_13;
  2. option java_package = "com.daml.daml_lf_1_14";
  3. 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 2022

Good catch. The PR #15550 fixes the issue.

← Back to Discussions