-
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 make the compiler a lot…
-
There are other implementations of Python that we're not testing with Hy. We should add them to our testing if possible.
If Hy is fundamentally incompatible with a given implementation, we should say…
gilch updated
1 month ago
-
There is parser in progress for parsing PYI ast: https://github.com/alexpantyukhin/PythonParser
From tests it seems that now it's possible to parse some simple modules without 'IF's.
-
https://python-moa.readthedocs.io/en/latest/roadmap.html
Allow users to enable/disable compiler features
- moa.broadcast
- moa.slice
- moa.core
- .... others
- [X] refactor ast to be eas…
-
Originally reported by: **BitBucket: [ceridwenv](http://bitbucket.org/ceridwenv), GitHub: @ceridwen**
---
test_numpy_crash fails (at least on Python 3) because, while trying to process an instance o…
-
**Is your feature request related to a problem? Please describe.**
Some officially supported Python Markdown extensions (like [admonition](https://python-markdown.github.io/extensions/admonition/) …
-
Make sure we can run computations like these: https://github.com/sharkdp/insect/issues/346
-
**Bug Report**
It appears that there are several missing dependencies in test-requirements.txt, including:
1. gcc and make.
2. Some other dependency, whose symptom is that `#include ` fails. Fo…
-
Dealing with a crufty Fortran codebase I've often times wished for some tool to help in unifying the formatting style.
I have no idea about the magnitude of such work, but I'd really like to know if …
-
Sometimes an indexer can't determine the exact reference but instead finds a list of possible references. AFAICT, there's no way to write a verifier test that precisely matches multiple results.
Fo…