Closed oscbyspro closed 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.
#if DEBUG
@testable
3
20 min later and I've fixed it. It was dumb, but at least it's a format nobody uses.
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 is3
. Fun. I'll fix it: signal ASAP.