starper
starper
I have the same problem. Ide doesn't see changes in other modules after fast rebuild. For example if I have modules `A` and `B` and module `A` imports module `B`,...
Sorry about that "write something that causes an error" thing, I haven't use purescript for month and a half and for some reason I thought that `module A` could see...
`.purs` file is in the same project, like `Main` for example. Post is updated.
Ok, so I was wrong saying that it happens all the time, it's not. Sometimes it works. I tried to find some kind of pattern, because it feels like it...
What I've noticed is that ide sees changes in `js` files. For example if you have ``` purescript foreign import fooImpl :: Eff e Unit ``` but have no `fooImpl`...
Maybe something like `restart on save` option can make it work? (as a temporary workaround)
@nwolverson So that people who have this issue do not have to restart editor every time this bug appears. What init script?
It seems that it is `psc-ide-server` issue, so restarting it should work, but I can't find any command to do it, so I just restart editor. I guess `restart on...
It works, thanks.
With the latest `purescript-v0.10.3` release everything is back to normal for me. I tried my best to reproduce this error, but everything works just fine now. If @rvion has no...