Jimmy
Jimmy
> @Liaojinghui, I think there should be some command to remove colors and keep original compatibility. Perhaps some people will prefer it clean as the original one. It is already...
@shargon should we merge the accepted proposal?
Man, you have to tell us how to vote @superboyiii
@shargon needs udpate.
@shargon I think you can also move on this pr
@shargon is this compatible to the previous code?
Since all unit test passes, it should be fine. I have approved it, you can merge when you are avilable.
Was about to comment, misclicked approve.
If we do it this way, it works: ```C# public static BigInteger getWithKey() { ValueB = 123; return ValueB; } ``` if we remove ` ValueB = 123;`, it fault,,,,,,even...
I can only dig this far: `context_pop.EvaluationStack.Count != context_pop.RVCount` check fail as `EvaluationStack.Count` is 2 and `RVCount` is 1 