emil-e

Results 67 comments of emil-e

No, fixing the size is done with `gen::resize`. It should perhaps be added that the floating point generator probably leaves some to be desired. There is really no sound theory...

Floating point numbers are tricky, it's not as obvious what the "right thing" to do is since it depends (I guess) on the calculations you're doing.

I general, I think the default should be to not print anything except on failure since most of the time you run a test suite, the expected outcome is success...

Will take a look ASAP.

Waiting for Travis to complete but this should fix things. The issue was simple to fix. However, something that is more worrying is that I got an Internal Compiler Error...

That was a lie... still doesn't work with 5.1...

5.1 may be a bit too broken for me to look any further since the issues seem to be fixed in 5.2. Specifically, I get these nonsense errors when compiling...

GCC bug report on the ICE: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67244

Haven't found a simple way to install GCC 5.2 on the Ubuntu 12.04 LTS that is running on Travis so I'm putting this on hold right now. However, with the...