Allie Jo Casey

Results 6 issues of Allie Jo Casey

On the way to Hy `1.0` I think we need to lock down what we consider priority items to prevent feature creep and help us get `1.0` out the door...

```clojure => (import hy.compiler [asty]) => (asty.parse '1 "1 + 1" "" "eval") => (asty.parse '1 "1 + 1" None "eval") Traceback (most recent call last): File "stdin-dcc5fc697bf44164cb8034c9a58f5f1c670b51a6", line 1,...

tech debt

In going through and cleaning up the compiler I'm noticing a number of issues associated with the fact that nothing is annotated. Lots of hand waving around expected types that...

complaint / disgust

Noticed this while working on the reader macro tests. `hy.eval` is supposed to allow passing a module name surrounded by `` to signify creating a new module to evaluate in...

bug

Hy's compiler is a bit of a mess with class defs mixed all around helper functions with seemingly no real organization, several obtuse naming conventions, and an overall lack of...

complaint / disgust
refactor

It would be nice if `HyREPL` cycled through entire forms when looking through the history like `IPython` instead of just by line. It would make working in the repl a...

feature
complaint / disgust