]> Nishi Git Mirror - gwion.git/commit
some cleaning
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 6 Mar 2020 13:10:01 +0000 (14:10 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 6 Mar 2020 13:10:01 +0000 (14:10 +0100)
commitfa8ff507843a7c57d60fce22fb343d8923161ede
tree3f6ce444486618da32f9ed3dacaad5e30dab9c1e
parentef1b0429e8f180e6eb650bc5f045275ccc72dfb3
some cleaning
72 files changed:
examples/class_spork_exp.gw
examples/empty_string.gw
examples/fork.gw
examples/in_class_class.gw
examples/int.gw
examples/op.gw
examples/spork_exp.gw
examples/string.gw
src/emit/emit.c
src/lib/tuple.c
src/parse/check.c
tests/bug/Tester.gw
tests/bug/dot_member_func.gw
tests/bug/play_with_str.gw
tests/bug/ugen.gw
tests/error/array_ref_exp.gw
tests/error/connect_except.gw
tests/error/empty_obj_data.gw
tests/error/ev.gw
tests/error/nonnull_class_extend.gw
tests/nonnull/cast_non_null.gw
tests/nonnull/cast_non_null2.gw
tests/nonnull/dynamic_implicit_nonnull.gw
tests/nonnull/nonnull2nullable.gw
tests/nonnull/nonnull_assign_nonnull.gw
tests/nonnull/nonnull_at_nonnull.gw
tests/nonnull/nonnull_cast_nonnull.gw
tests/nonnull/nonnull_decl.gw
tests/nonnull/nonnull_decl_ref_assign.gw
tests/nonnull/nonnull_err_cast_dynamic.gw
tests/nonnull/nonnull_err_dynamic.gw
tests/nonnull/nonnull_err_static_cast.gw
tests/nonnull/nonnull_impl_nonnull.gw
tests/nonnull/nonnull_implicit_nonnull.gw
tests/nonnull/normal_at_nonnull.gw
tests/nonnull/normal_cast_nonnull.gw
tests/nonnull/normal_impl_nonnull.gw
tests/nonnull/null_at_nonnull.gw
tests/nonnull/null_cast_nonnull.gw
tests/nonnull/null_impl_nonnull.gw
tests/nonnull/ref.gw
tests/nonnull/ref_at_nonnull.gw
tests/nonnull/ref_cast_nonnull.gw
tests/nonnull/ref_impl_nonnull.gw
tests/nonnull/ref_nonnull.gw
tests/nonnull/static_implicit_nonnull.gw
tests/nonnull/void_nonnull.gw
tests/tree/auto_array.gw
tests/tree/auto_fun.gw
tests/tree/call_nonnull.gw
tests/tree/fork_join.gw
tests/tree/fork_join2.gw
tests/tree/new.gw
tests/tree/set_obj.gw
tests/tree/shredule_test.gw
tests/tree/vararg_assign.gw
tests/tuple/array_tuple_array.gw
tests/tuple/object2tuple.gw
tests/tuple/object2tuple_err.gw
tests/tuple/object2tuple_err2.gw
tests/tuple/tupl_decl.gw
tests/tuple/tuple.gw
tests/tuple/tuple_at.gw
tests/tuple/tuple_at_err.gw
tests/tuple/tuple_cast.gw
tests/tuple/tuple_cast2.gw
tests/tuple/tuple_decl.gw
tests/tuple/tuple_empty.gw
tests/tuple/tuple_member_float.gw
tests/tuple/tuple_skip2.gw
tests/tuple/tuple_undefined.gw
tests/tuple/tuple_unknown.gw