extrawurst

Results 719 comments of extrawurst

this all happens with macOS: 10.15.5 (19F101) 10.15.6 (19G73) Xcode: 11.6 (11E708)

I run into the same issue with unity `2019.4.8f1`. Do we know a version where it worked last time?

ah that does the trick. we may need to add this to the readme :)

1) 2,5k file size with three totally different objects, at least violating single-responsibility rule on module basis is too big in my opinion. and mono-d had a considerable hickup on...

what do u mean by "ext module"?

i am not sure about this, i always thought a multidimensional array literal is constructed using gc allocations. i could be wrong.

a simple test with array literals on http://d.godbolt.org/ reveil that these create a call to _d_arrayLiteralTX that actually uses a gc_allocation: https://github.com/D-Programming-Language/druntime/blob/e47a00bff935c3f079bb567a6ec97663ba384487/src/rt/lifetime.d#L2135 so at least we now know that literals...

I am running into the same issue. I was hoping to be able to use `iai` in my ci like advertised in the readme but I guess it does not...

@exastion what would be an alternative to `setarch`? the freebsd solution does not work for other linux distros, right?

@bheisler I finally had time to check this out: it works like a charm! lets have a release please :) it is part of my CI now: https://github.com/extrawurst/ip2country