Raoul Hidalgo Charman

Results 21 issues of Raoul Hidalgo Charman

I have an internal hackage-server running, which is deployed with a http based health checker that does a GET request to `/` to see whether it's up. The hackage-server was...

Remembered this was mentioned the other week but didn't get round to it, so I've rebased the changes onto current master. Really like the new `Example.lhs` btw, wish it was...

The following valid fortran fails to be parsed ```fortran program main integer*4 bar call foo((bar)*2) end program main ``` Giving: ``` ProgramFilefortran-src: test.f, 3:22: test.f: parsing failed. Last parsed token:...

The following fails to lex properly when the file has DOS line endings of `\r\n` ```fortran program main integer x, + z end program main ``` Giving the error ```...

This previously relied on the `dynFlagsRef` being set but this only happened during `parseModulesWithArgs`, meaning working directly on an already parsed module caused `withDynFlags` to be used which failed on...

Fortran is a case insensitive language, and that can make searching for definitions and references in opengrok less useful. Ideally codebases would be consistent, but unfortunately that's not necessarily the...

enhancement
indexer

The ghc-lib flag was removed in #3015, but it's still useful to be able to compile hls-hlint-plugin using the GHC API if you've done so for hlint and ghc-lib-parser-ex, rather...

## Proposed changes Another attempt at updating to 9.6.x on nix (see #508), horizon might want to upgrade to 9.6.4 but raising a PR so I can at least test...

Once we have #452 in we'll be storing both processed tarballs, and the original ones. We should allow the original ones to be stored in a separate blob store so...

reflexion

At the moment we mirror another repository manually using either the `import-index` or `import-packages` commands. We should also be able to configure a job that runs periodically (probably via odd-jobs)...