status-im / nim-stew

stew is collection of utilities, std library extensions and budding libraries that are frequently used at Status, but are too small to deserve their own git repository.
139 stars 18 forks source link

Fix compilation on devel #146

Closed Menduist closed 1 year ago

Menduist commented 1 year ago

tests are not passing since shallow copies are not a thing in orc. Not sure how to go forward about this, could just disable the shallow tests in devel, but maybe users are relying on this functionality?

Menduist commented 1 year ago

Disabled ranges with --gc:orc. There is another failure in the tests of Objects with some flag, but at least everything compiles