Martin Huschenbett

Results 6 comments of Martin Huschenbett

Hello @anchit93, thanks a lot for trying out DAML and taking the time to report this issue. I'm very sorry that it didn't work on your first attempt. I'll do...

Hello @anchit93, these outputs look good. My suspicion is that you `JAVA_HOME` environment variable points to a different JDK. Could you please try unsetting your `JAVA_HOME` variable. For example, ```...

Hi @anchit93, unfortunately, the approach with the docker image doesn't work on my machine either. This example is currently not actively maintained and I would recommend installing Maven instead. Would...

@akalburgi Can you please look into 1., 3. and 4. Regarding 2. we need to make a decision first.

@leo-da We're already using some form of dynamic dispatch for the `Kont` type: https://github.com/digital-asset/daml/blob/067f3c987da11d6292e7cd51baa56f9d5c945528/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Speedy.scala#L519 I'm not sure if that's exactly the visitor pattern but it's definitely the same basic idea....

@gerolf-da has a very fair point here. @da-tanabe, how bad would it be for you if the only way to validate a DAR would be to rerun the compiler? At...