Christian Menard

Results 165 comments of Christian Menard

I actually get the exact same output (including Kotlin 1.5.31). I am not sure why that is, as the kotlin Version is configured to `1.4.30`. However, it looks like we...

I think this is a great idea! However, more important than style checking in CI, is that we agree on a common workflow and style. Currently, it seems everyone uses...

I absolutely agree to the above. We should setup a formatter and use it consistently across different developer setups and also enforce it in CI. I think its most important...

> If we use a formatter that automatically re-flows documentation comments, then I suspect a uniform line length of 120 characters will be unacceptable for those of us who have...

Maybe we should make this a (short) discussion at the retreat. It would be great if we could try to reach a consensus and then just move forward with this.

An (probably simpler) alternative to the developer setup is to build Epoch via maven. Simply clone LF and run `mvn compile && mvn package`. On an x86 machine this provides...

I was sure that we did support floating point times in the past and hence recommended @revol-xut to open the issue, but now I remember that actually we didn't... However,...

I agree that this isn't high priority, but I think it is one of the little things that makes a language more convenient to use. We already have a rule...

> Are other targets doing this differently? I am not sure if I understand how this works in Rust, but in C++ we do not unroll the multiport. In the...

No, there is no other way. But probably we shouldn't bother. The messing with the repository is very risky and the "fork" (as you describe it), is not worth it....