hdevtools icon indicating copy to clipboard operation
hdevtools copied to clipboard

Does not work in paths with spaces

Open nomeata opened this issue 10 years ago • 1 comments

Thanks for improving hdevtools. I found a probably easy-to-fix problem:

~/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden $ hdevtools check Parser.hs  
<no location info>:
    can't find file: /home/jojo/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden/Parser.hs
~/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden $ cp Parser.hs /tmp/
~/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden $ cd /tmp/
/tmp $ hdevtools check Parser.hs  
/tmp/Parser.hs:1:1:
    The IO action ‘main’ is not defined in module ‘Main’

nomeata avatar Apr 14 '15 11:04 nomeata

Hi - I'm not having any luck reproducing this bug. Can you give me some more details? What OS are you running on? Thanks :)

schell avatar Aug 13 '15 16:08 schell