Pat Brisbin

Results 51 issues of Pat Brisbin

The `update-aurto` service is not able to find PGP keys for building signed AUR packages: ```console % gpg --recv-keys DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A gpg: key 6BC26A17B9B7018A: 12 duplicate signatures removed gpg: key 6BC26A17B9B7018A:...

(Also opened, and promptly closed, at https://github.com/tpope/vim-fugitive/issues/602) I've created a minimal reproducing repo here: https://github.com/pbrisbin/fugitive-bug, the following should show the bug: - `git clone https://github.com/pbrisbin/fugitive-bug && cd fugitive-bug` - `vim...

I haven't worked on Aurget in a while. As such, it lags behind the more recent AUR helpers in a number of important ways: - It doesn't take full advantage...

This would be useful with other package-related tooling, i.e. so that they appear in subsequent `downgrade` invocations. I wonder if it might even make a better default.

feature-request
help-wanted

(See #39 for example case) ### Scenario - Given some package `p` which is a split package for building (at least) `q` - Given `p` (and therefore `q`) has an...

help-wanted

## Describe the issue I'm probably doing something wrong, but I can't seem to get annotations out of the problem-matcher. Here's a run, ![](https://files.pbrisbin.com/screenshots/screenshot.458009.png) But no annotation for that warning...

bug

Brittany introduces an extra space in `@'Bar`, making it `@ 'Bar`. It handles `@Bar` correctly. This has been happening for a number of versions, but it seems GHC 8.10 has...

bug
language extension support

**Given**: ```hs something :: (MonadIO m, GraphulaContext m '[MathQuestion, MathQuestionSkill]) => a something = undefined ``` **Expected**: ```hs something :: (MonadIO m, GraphulaContext m '[MathQuestion, MathQuestionSkill]) => a something =...

bug
layouting
hs:types
hs:lists

We make use of configuration to ensure things don't get aligned in context-aware ways, to avoid diff noise: Configuration ```yaml --- conf_debug: dconf_roundtrip_exactprint_only: false dconf_dump_bridoc_simpl_par: false dconf_dump_ast_unknown: false dconf_dump_bridoc_simpl_floating: false...

bug
hs:guards

Given an ill-formed `data` declaration, Brittany will fix it, but messes up the comments in the process: Before: ```hs data Example = Example { example :: Int -- ^ Comment...

bug
hs:comments