Catherine

Results 1913 comments of Catherine

The big question for this proposal, besides "should we do this", is "what happens to values which don't have associated enum elements"?

@wanda-phi has narrowed down the issue to the two underlying causes (thanks!). These are: 1. Circuits that provide combinational feedback from control to status signals, when used together with testbenches...

In this particular case, the race condition is: 1. A posedge causes a status signal to be asserted. 2. A testbench samples it after the posedge using `get()` and manipulates...

@gasche I still haven't got around to replicating @dra27's findings a fresh setup. Anyway, the criterion I am going to use is that a freshly compiled file outside the _build...

@dra27 I agree about 3), and 1) probably doesn't matter. And the outcome of skipping fixes like this is keeping the community not familiar with Windows by placing ridiculous artificial...

@gasche We might want to address this in 0.11.

Workaround: I think you can change that in myocamlbuild.ml, by mutating the Options.ext_dll and friends.

> I would rather release what we have, and release more often if we have more. Ok. > in a month. That's not "iterating fast" in my book...

For posterity, here is the workaround I came up with for the incompatible format of the history files: ```python import re import os import errno import logging import readline logger...