Roman Cheplyaka

Results 79 comments of Roman Cheplyaka

Indeed, the example shows not one, but two bugs. (I first meant to post two examples -- hence 1 in `const1` -- but then merged them into one.) If what...

@mitchty no, that's completely different. My error is about using hdevtools, yours is about compiling hdevtools. Moreover, this is a problem not with hdevtools but with your package database or...

> However, it's not clear if the response can be captured in a sensible way. We already have a similar logic for querying the cursor position; perhaps it could be...

Copyright in most countries (definitely in the US) protects original creative expression, not any kind of information or work. So scans themselves are protected only to the extent their contents...

FWIW, I tried changing my `/home/roman/.stack/programs/x86_64-linux/ghc-tinfo6-9.0.2/bin/hsc2hs` script by adding ``` HSC2HS_EXTRA=" --lflag=-fuse-ld=gold --cflag=-no-pie" ``` and that didn't make any difference. It's hard to observe how these options propagate from one...

And just to demonstrate that this is not due to that png's small resolution, here's a [high-res photo](https://unsplash.com/photos/3k7SoyBf564): ![20201208_23h11m37s_grim](https://user-images.githubusercontent.com/24844/101541972-c5c24980-39aa-11eb-8218-09022a2ac150.png)

haskell-src-exts cannot parse CPP. Instead, it expects to see preprocessed Haskell source. There's the hse-cpp package which does that. However, that wouldn't help stylish-haskell because it wants to pretty-print the...