vsariola / pakettic

TIC-80 cartridge packer
MIT License
19 stars 4 forks source link

Fix printing of hex numbers with fractional digits or exponents #9

Closed koorogi closed 1 year ago

koorogi commented 1 year ago

Fixes a couple issues when printing hex numbers:

vsariola commented 1 year ago

Heh, the decimal / exponent hex numbers are one of those dark corners of LUA that no-one uses, so they being completely broken does not surprise me. This should be an easy merge; I'll try also to add unit tests that we never break this one again.

vsariola commented 1 year ago

Oh, the tests were already there! Great job! I'll merge this probably tonight.

vsariola commented 1 year ago

Looks good to me, thanks!