Christian Menard

Results 39 issues of Christian Menard

This is a simple change adding a `-workers` CLI argument that allows to override the default number of workers. This is particularly useful for analyzing the scaling behavior of certain...

In C++, width can be given as code blocks. In the following example, lfc reports "Left width 25 does not match right width 0" although the widths actually do match....

bug

It appears that Maven uses a Kotlin version below 1.5 while in gradle we use Kotlin 1.6.20. This surfaced because #1218 made use of the `lowercase` function introduced in Kotlin...

bug
build system

Compiling with gradle works fine when compiling for the first time. However, if I make changes to a kotlin file and invoke `.\gradlew build` again, the resulting jar does not...

bug
gradle

This epic specifies the new envisioned and simplified project structure as well as concrete incremental steps we can take towards this goal. ### Overview Our current is very bloated and...

epic

Currently, hitting the "Run" button in Epoch only produces the message "The selection cannot be launched, and there are no recent launches." It would be great if we could instead...

enhancement
epoch

This (hopefully) provides a simple fix for #1188.

The validator should produce a warning if ports, actions or timers are unused. This can help to mitigate some problems that we would otherwise only notice when running the program....

enhancement

During the implementation of interleaved by @jhaye for Rust, it came up that the current implementation of interleaved assumes that all multiports within the bank have the same width. This...

bug
question

While working on the handling of time values within our compiler, I found many inconsistencies, redundant code and weird constructs. The code regarding handling of time values (ASTUtils) and their...

language