Philipp Middendorf

Results 42 comments of Philipp Middendorf

How does it handle cabal run? Sorry, I don't see it.

Alright, so this does _not_ succeed. Find attached the log output of `hie --debug`: [debug.log](https://github.com/haskell/haskell-ide-engine/files/4236565/debug.log) Note, again, that `cabal --version` does succeed, as does `ghc --version` (which outputs 8.6.5).

Thanks @fendor! That did the trick. I don't mind having `hie.yaml` around, shall I close the issue or is it worth investigating this further?

Basically the same error message with the `lalr` parser. I tried naming the terminals, but neither `EQUAL` nor `EQ` make it clear to the user that it's `=` that's expected...

Aside from that (and it's not an easy problem, of course), what are the `ANON` tokens mentioned?

I've also experienced this issue and noticed that a colon also isn't allowed. There's a complete list of valid/invalid characters here: https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file

Is this fixed somehow? I whould be very interested in this.

@Wilfred Sorry for the late answer. The output is fine, except the directory is the directory of the current file, not the project (e.g. git) root.

Ah, I see. The output is (in `subdir`): ``` About your environment: Platform: gnu/linux Emacs version: 26.1 Command: nil default-directory: "/home/philipp/project/subdir" Initial output from ripgrep: nil ```

@sodik82 I'm using 0.15.0 of `react-native-popup-menu` and 0.57.8 of `react-native` itself. The setup is pretty simple, I have `MenuProvider` at the /very/ root of my hierarchy. Sadly, I can only...