Commit Graph

5 Commits

Author SHA1 Message Date
Elf M. Sternberg 0e03ef38e0 Polyloader for Python 2 (2.6 and 2.7) is GREEN. Woot!
Unit tests included to ensure that Polyloader doesn't interfere with
standard Python import behavior, while still allowing for arbitrary
compilers to be associated with new file suffixes on the fly.

WOOT!

I wrote unit tests!

The syntax of the compilers has been change; I chose to trust Python's
source file loaders, so now we get a default stream in whatever format
the current version of Python is most comfortable with.

Made a note in my TODO about a Context Manager for making Polyloaders
"live" and then removing them automatically when a procedure goes out
of scope.

I have this weird sensation that this might actually work...
2016-06-30 22:11:10 -07:00
Elf M. Sternberg 613db3c2f6 Unit tests working, with pkgutil not broken, on Python 3.3!!! 2016-06-05 09:15:12 -07:00
Elf M. Sternberg 53e766b41f Name change. Pain in the neck. 2016-06-04 18:01:27 -07:00
Elf M. Sternberg f4c8944241 Initial check-in of Cookiecutter version. 2016-06-04 17:54:28 -07:00
Elf M. Sternberg c508173e7d Sorta an initial check-in.
This is broken out from a week-long development cycle for the
[Hy](http://docs.hylang.org/en/latest/) programming language,
which I can't recommend enough.
2016-05-29 09:42:34 -07:00