Tom Sydney Kerckhove

Results 246 comments of Tom Sydney Kerckhove

You could already specify paths from any directiry with `--base-dir`. Otherwise imports don't work anymore, right? Do the easyspec tests still pass? Travis doesn't run them, if I recall correctly,...

> it should be able to find modules just by walking the hierarchy fine. Okay, but how do you know the difference between `module MySort ` in a `Tmp` directory...

> GHC tells us the module name. It's either in the file or Main. Genius! I'll take a closer look at this PR when we've chosen a license (and only...

@locallycompact Is that because of a new version of fsnotify or something? Those line numbers don't make sense?

@snoyberg Thanks for CC-ing me. I don't feel qualified to review this PR, to be honest. I'm betting that @nh2 will, if he has some spare cycles to help with...

@simonmar Gentle ping about this.

@laurmaedje JSON allows for arbitrarily-sized numbers, so `i64` is definitely not big enough. Using `18446744073709551615.0` also does not work because it loses precision and is rendered as `1.8446744073709552e19`. How would...

> If it's just for display purposes, wouldn't a string containing the decimal representation be a possibility? Yes but the data isn't a string, it's a number.