Yatao Li
Yatao Li
repro: ``` cell MyCell { [Attr1] List field; } var cell = Global.LocalStorage.NewGenericCell("MyCell", 0); foreach(var f in cell.SelectFields("Attr2")) {} ``` expect: SelectFields enumerates nothing, but does not throw exception. actual:...
for example: ``` cell C { List list; } ``` Currently constructors of this cell are generated so that they take List to initialize the cell. This is inconvenient when...
There are a few benefits from this, for example: 1. It will greatly reduce the complexity of the codegen. 2. It will accept open types, instead of sticking to a...
After adding `--state-directory` FSAC is back online! However, there're a few problems for the session: - It doesn't resolve symbols across files. - IncrementalBuild_TypeCheck does not enumerate all files, only...
This is observed by using `s-tui` to continuously monitor the power consumption, core frequency and utilization while compiling the kernel. Running a "cold start", the system power peaks at 40...
Hi @jamma! I've been watching your repos for quite a while, and your work is both awesome and uplifting! I'm considering to make a small batch of megacommands for my...
We can leverage RAM machine to implement sample chains, similar to OctaTrack. The idea is to have MC upload chained WAV to RAM machine, and load the metadata about slice...
ROM slots snapshots. We'll need to design the file format. .spk = concat a bunch of syx files? Or, a list of file names. Could be .syx or .wav, more...