oscbyspro / Numberick

An arithmagick overhaul in Swift
Apache License 2.0
15 stars 3 forks source link

Crash in radix 3 integer description #111

Closed oscbyspro closed 1 year ago

oscbyspro commented 1 year ago

I'm in the process of removing #if DEBUG from my unit tests since I'm not using @testable anymore. Got the signal SIGABRT from NBK.IntegerDescription.Encoder's initializer, but only when the radix is 3. Fun. I'll fix it: signal ASAP.

oscbyspro commented 1 year ago

20 min later and I've fixed it. It was dumb, but at least it's a format nobody uses.