Christian Menard
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....
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...
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...
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...
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...
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....
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...
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...