Greg Pfeil

Results 198 issues of Greg Pfeil

Since GHC 8.0, there's no way to prevent `let` bindings from being recursive. This is a not-uncommon source of bugs. One workaround (for part of the problem) is to chain...

style

Currently, if there are multiple conditions at the same level, we end up doing something like this: ``` lisp (defmethod put :ensure "stack not empty & ITEM added to top"...

This seems similar to #1 and #2, but with an even less helpful stack, etc. Many tests fail with “Error: malformed”. Here’s the backtrace: ``` Call to ERROR Call to...

bug

It's common to want to turn off postcondition (and maybe invariant) checks for third-party libraries. It should be easy for developers to control what is enabled on a per-package or...

### What is the issue? I have only Tailscale SSH running on these boxes. * `a`, Linux (NixOS), Tailscale 1.24.2 * `e`, Linux (Ubuntu), Tailscale 1.30.0 * `t`, MacOS, Tailscale...

needs-triage
bug

Please ensure this checklist is followed for any pull requests for this repo. This checklist must be checked by both the PR creator and by anyone who reviews the PR....

safe-to-build

A section with some guidelines for how to contribute. One example (I don’t know which side of this I fall on) is whether or not to use [semantic linefeeds](http://rhodesmill.org/brandon/2012/one-sentence-per-line/).

Something like how eshell works, where a (negative?) prefix arg opens a new buffer rather than jumping to an existing one.

This prevented Snårkl from being used with recent GHC.

I have code like the following: ```elisp ;; Local Variables: ;; read-symbol-shorthands: (("ef-" . "extended-faces-")) ;; End: (defmacro ef-defface (face spec doc &rest args) (declare (doc-string 3) (indent 2)) `(defface...