!cake

Results 13 comments of !cake

> You should put this in the math library and rename it to LinearSet or something more descriptive of its single dimensional nature. It's called `linspace` in matlab https://www.mathworks.com/help/matlab/ref/linspace.html

I suspect that all `DataRow` tests with the same display name end up with the same GUID, and so only one survives: https://github.com/microsoft/testfx/blob/57d2d00637e2bb3b5b9c4f9334a10ef2f6463146/src/Adapter/MSTest.CoreAdapter/ObjectModel/UnitTestElement.cs#L232-L252 Note line 247, where `testCase.DisplayName` is fed...

Sounds like a duplicate of #1016, where test cases get ignored when they have the same display name.

I've run into this issue twice now. I think Black Hole Units will enter a buggy state that allows for item transmutation when the last insert operation's quantity is

The version field in the `string.dump()` output is `0x01` for 2.0.4 and `0x02` for 2.1.0. The decompiler should be changed to choose which opcode list to use depending on the...

Also you didn't make it clear in the OP that it was actually _broken_ rather than producing bad output.

https://github.com/LuaJIT/LuaJIT/commit/73ef845fcaf65937ad63e9cf6b681cb3e61f4504#diff-9d814c5fdcaea6a77da5a688c4488819

I don't want to assume the bytecode came from the same LuaJIT environment.

I am not convinced you are running the latest version of glib. Please update it again.