CellPond icon indicating copy to clipboard operation
CellPond copied to clipboard

very minor bugfixes

Open AurySystem opened this issue 9 months ago • 1 comments

Calling makeNumber() with either no args or an aurgment object with no values key no longer uses the global Object.Prototype.values() function as the values object. (primarily weirdness with invalid json keys cuases this. Or the builtin unused rules.)

Addition and subtraction are entire channel objects with their own addition and subtraction keys, which are supported not by the gui but the backend. However the subtract channel was only being checked on inner channels and instead the addition channel was being inversely applied instead when it was present.

AurySystem avatar Mar 30 '25 20:03 AurySystem