- Jul 28, 2024
-
-
Neil Mitchell authored
Fix link to LICENSE
-
Neil Mitchell authored
Summary: Test Plan:
-
- Jun 08, 2024
-
-
Jonathan Birk authored
-
- Jan 14, 2024
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
- Jan 13, 2024
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
- Oct 15, 2023
-
-
Neil Mitchell authored
-
- Jun 11, 2023
-
-
Neil Mitchell authored
Use crypton-connection instead of connection
-
- Jun 08, 2023
-
-
Felix Yan authored
Follows the change introduced in tls 1.7.0. Fixes building with new warp/warp-tls.
-
- Apr 16, 2023
-
-
Neil Mitchell authored
-
- Apr 13, 2023
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
- Nov 13, 2022
-
-
Neil Mitchell authored
Action/Generate: Add the PR documentation to `readHaskellHaddock`
-
Profpatsch authored
The reasoning behind this function was described in its PR message, but did not make it into documentation. I opted for just copying it into the docstring for now, maybe later there could be a better place for it, e.g. in the manual.
-
Neil Mitchell authored
Action/Generate: Best effort warnings when flags are ignored
-
Profpatsch authored
The command line parser accepts any flags in `generate`, but no warning is shown if user instructions are ignored. This is a best-effort way of warning if a flag would be ignored, making it more user-friendly. Ideally, this would be done before starting work, but I don’t see a good way to patch it into the command line parser; maybe by having an intermediate parsing step that parses into an ADT first and throws warnings for ignored arguments. Another case I saw is that “--haskell” and “--frege” can both be set, but “--haskell” will always be ignored.
-
Neil Mitchell authored
Refactor Input/Download
-
- Nov 12, 2022
-
-
Profpatsch authored
This should be the clearest expression of the logic. I follow the hlint `when . not` -> `unless` suggestion here, although personally I find `when (not exists)` easier to follow.
-
Profpatsch authored
It was indeed a 3-state thing, if the flag is set it forces the outcome, irrespective of whether the input file already exists.
-
Profpatsch authored
I think we can collapse the `Nothing`/`Just False` case.
-
- Nov 09, 2022
-
-
Neil Mitchell authored
Document Timing.hs
-
- Nov 08, 2022
-
-
Profpatsch authored
-
- Oct 02, 2022
-
-
Neil Mitchell authored
-
- Aug 20, 2022
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
- Apr 06, 2022
-
-
Neil Mitchell authored
Fix stackage lts and nightly urls in Generate.hs
-
- Apr 04, 2022
-
-
pocketberserker authored
-
- Mar 21, 2022
-
-
Neil Mitchell authored
-
- Jan 02, 2022
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
Move results before left anchors in tab focus order
-
- Dec 27, 2021
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-