ThisIsNoZaku

Results 3 issues of ThisIsNoZaku

These are lines 137-141 in Table.ResolveMultipleKeys: ``` if (vt == null) throw new ScriptRuntimeException("Key '{0}' did not point to anything"); if (vt.Type != DataType.Table) throw new ScriptRuntimeException("Key '{0}' did not...

In Processor_InstructionLoop.cs, if the CLR function wrapped by a CallbackFunction returns null, that null is pushed on the value stack and the processor proceeds on to call Internal_CheckForTailRequests. In Internal_CheckForTailRequests,...

I am implementing a cap on a value using `BigInteger.Min`, using `PositiveInfinity` to essentially mean "no cap". However, I found that when the value reached 10 (which changed the exponent),...