hy/tests
Gergely Nagy adc1cf8829
contrib.walk: Coerce non-list iterables into list form
Expressions can sometimes contain itertools.islice objects, which we can
only walk if we force them into a list. To do this, the walk function
has to be taught that collections that are not instances of list should
be forced into a list.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-07-15 16:59:49 +02:00
..
compilers Merge pull request #719 from unmerged/nonlocal-keyword 2015-06-22 09:55:51 -04:00
importer hy/compiler.py: import only handles HySymbol and HyList, bail on others 2014-02-11 17:29:50 +01:00
lex Add set literals (closes #827) 2015-07-14 23:59:29 +03:00
macros Add tests for _wrap_value 2014-09-21 12:08:14 -04:00
models Add set literals (closes #827) 2015-07-14 23:59:29 +03:00
native_tests contrib.walk: Coerce non-list iterables into list form 2015-07-15 16:59:49 +02:00
resources Fixes a long-standing bug in import under Python 3.3 and later. 2014-12-07 11:02:48 -07:00
test_files Run file using hy -i 2015-02-28 18:11:42 +10:00
__init__.py Merge branch 'master' into pr/579 2014-11-15 08:02:41 -05:00
test_bin.py Run file using hy -i 2015-02-28 18:11:42 +10:00