forked from M-Labs/artiq
1
0
Fork 0
artiq/artiq/test/lit/inferencer
whitequark ad2ee714c2 compiler: do not permit iterating str values.
This currently breaks badly on UTF-8, and doesn't even return
a value of a correct type.
2017-06-09 07:29:31 +00:00
..
builtin_calls.py compiler: monomorphize int64(round(x)) to not lose precision. 2016-12-02 15:02:44 +00:00
cast.py compiler: unbreak casts to int32/int64. 2016-11-21 14:20:28 +00:00
class.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
coerce.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_assert.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
error_builtin_calls.py compiler: unbreak casts to int32/int64. 2016-11-21 14:20:28 +00:00
error_bytes_subscript_mut.py compiler: do not permit mutation of bytes values (#714). 2017-06-09 07:29:28 +00:00
error_call.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_class.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
error_class_redefine.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
error_coerce.py inferencer: significantly improve the op-assignment diagnostic. 2016-11-21 14:20:24 +00:00
error_comprehension.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
error_control_flow.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
error_exception.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_iterable.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_local_unbound.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
error_locals.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
error_method.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_return.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_str_iter.py compiler: do not permit iterating str values. 2017-06-09 07:29:31 +00:00
error_subscript.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
error_unify.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_with_arity.py Commit missing parts of 919a49b6. 2016-02-25 20:02:31 +00:00
error_with_exn.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_with_many.py Rename 'with parallel' to 'with interleave' (#265). 2016-02-22 13:24:43 +00:00
error_with_self.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
error_with_var.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
exception.py lit-test: move to artiq/test 2016-01-18 15:28:24 -07:00
gcd.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
prelude.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
scoping.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
slice.py compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
unify.py compiler: add support for bytearray type (#714). 2017-06-09 07:15:24 +00:00
with.py Rename 'with parallel' to 'with interleave' (#265). 2016-02-22 13:24:43 +00:00