erg/tests/should_ok
2023-08-19 23:30:34 +09:00
..
cyclic fix: cyclic modules accessing bug 2023-06-29 12:25:17 +09:00
many_import feat: parallelize the analysis process 2023-06-18 15:58:32 +09:00
addition.er fix: type generalization bugs 2023-02-21 11:20:15 +09:00
advanced_type_spec.er fix: type-specification bug 2023-06-07 21:31:12 +09:00
array.er fix(compiler): infinite recursion bug of derefine 2023-02-18 00:43:52 +09:00
array_member.er feat: polymorphic type class members 2023-07-14 01:53:06 +09:00
assert_cast.er fix: array type checking bug 2023-08-19 22:04:06 +09:00
class.er fix: Inherit param bug 2023-05-06 19:22:23 +09:00
class_attr.er fix: self typing bug 2023-08-17 16:52:50 +09:00
collection.er fix: nested array bugs 2023-04-05 11:47:15 +09:00
comment.er chore: fix all typo 2023-05-07 03:43:53 +09:00
control_expr.er fix: #193 2023-04-22 23:43:03 +09:00
decimal.er feat: add bin/oct/hex literal 2023-07-12 16:31:39 +09:00
default_param.er fix: default-paramaters bugs 2023-07-08 02:32:14 +09:00
dependent.er fix: subtyping bug 2023-06-10 11:16:30 +09:00
external.er fix: #430 2023-06-01 13:08:51 +09:00
fizzbuzz.er Fix #247 2022-11-27 20:24:11 +09:00
if.er Fix if codegen bugs 2022-11-30 23:58:19 +09:00
impl.er fix: quantified subroutine subtyping bugs 2023-02-22 02:40:51 +09:00
index.er feat: support Array, Str, Bytes slice 2023-07-15 12:29:07 +09:00
infer_class.er Fix #247 2022-11-27 20:24:11 +09:00
infer_trait.er fix(typechecker): ref/ref! subtyping bug 2023-02-13 02:12:05 +09:00
inherit.er test: add inherit.er 2023-03-07 21:48:52 +09:00
int.er feat: add Bytes.d.er/Obj.d.er 2023-02-18 13:46:48 +09:00
interpolation.er fix: string interpolation bug 2023-07-08 15:40:41 +09:00
iterator.er fix: iterator bugs 2023-08-17 20:01:05 +09:00
long.er fix: for codegen bug 2023-07-24 01:24:20 +09:00
mangling.er fix: symbol mangling 2023-04-19 12:21:55 +09:00
map.er fix: bugs & remove TypeCmpCache 2023-04-27 13:10:33 +09:00
mut_array.er fix: polymorphic subtyping bug 2023-05-18 22:48:31 +09:00
mut_dict.er fix: dict typing bugs 2023-04-27 15:51:56 +09:00
nested.er Add test code 2022-12-08 18:00:34 +09:00
never.er fix: subtyping bug 2023-07-07 23:45:45 +09:00
none.er Fix #247 2022-11-27 20:24:11 +09:00
operators.er fix: in operator 2023-08-13 01:01:06 +09:00
pattern.er fix: discard params 2023-06-08 02:33:33 +09:00
pyimport.er chore: add Self substitution 2023-08-17 19:25:17 +09:00
rec.er fix: union types bug & multi-pattern def bug 2023-04-10 22:26:46 +09:00
refinement.er fix: refinement types bug 2023-07-03 19:51:33 +09:00
return.er fix: sub-unification problem 2023-03-31 00:37:09 +09:00
self_type.er fix: Self type bugs 2023-07-08 13:17:09 +09:00
structural.er chore: add error msg for debug_assert! 2023-04-23 11:17:10 +09:00
subtyping.er fix: record type subtyping 2023-08-19 23:30:34 +09:00
var_args.er feat: support var-args lambda function 2023-03-03 16:01:20 +09:00