Caleb Spare

Results 70 issues of Caleb Spare

I see this style mistake from time to time.

needs-decision
new-check

I propose to flag when `interface{}` is written instead of `any`. Maybe for Go 1.20+ or so, since it was added in Go 1.18? It's easy to fix up a...

needs-decision
new-check

Huffshell didn't pick up my history file when I tried to use it. The docs don't actually say how to run it and there's no `huffshell -h` or anything with...

enhancement

I already have a bunch of aliases set up for common things. But Huffshell still wants to optimize: ``` Command tree: g 4480: 'g' => g taken :( s 1561:...

enhancement

Some common tasks: - Checking whether a node is a symbol (or keyword, etc) and if it is, pulling out Val - Walking through the whole tree recursively It would...

It's common that traversal code has to iterate through n.Roots in the same way that the recursive function iterates through n.Children().

parser

For example ``` clojure @ ; surprisingly, ; this is a valid deref. x ``` This happens with derefs, quotes, unquotes, unquote splices, syntax quotes, metadata, and the 'ignore next...

bug
parser

Rendering is getting sloooooow. Progress would be nice to see. Presumably `\r` is the magic sauce.

enhancement