]> Nishi Git Mirror - gwion.git/commit
:art: rename require => import
authorJérémie Astor <fennecdjay@gmail.com>
Fri, 7 May 2021 11:07:31 +0000 (13:07 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Fri, 7 May 2021 11:07:31 +0000 (13:07 +0200)
commita0c98b443937fddfefee7a539e5bf96b9e872d53
tree91cf245ae6791b8e1f51ca7e79b6af6b457aefbf
parent7e1dc16acd8290fdfb3fd178605f7fad5898ae8b
:art: rename require => import
76 files changed:
plug
src/parse/scan0.c
tests/error/require_fail.gw
tests/module/get_module.gw
tests/plug/array.gw
tests/plug/array_in_var_name.gw
tests/plug/array_in_var_name_fail.gw
tests/plug/array_incoherent_in_var_name.gw
tests/plug/array_invalid_in_var_name.gw
tests/plug/callback.gw
tests/plug/class_template.gw
tests/plug/class_template_fail.gw
tests/plug/class_template_invalid.gw
tests/plug/compile_file.gw
tests/plug/compile_string.gw
tests/plug/coverage.gw
tests/plug/deps.gw
tests/plug/empty_union.gw
tests/plug/end_class.gw
tests/plug/enum.gw
tests/plug/enum_fail.gw
tests/plug/enum_fail2.gw
tests/plug/enum_fail3.gw
tests/plug/extend_array.gw
tests/plug/fail_on_next_arg.gw
tests/plug/fail_on_next_arg2.gw
tests/plug/fptr.gw
tests/plug/fptr_tmpl.gw
tests/plug/fptr_tmpl_fail.gw
tests/plug/func_fail.gw
tests/plug/func_fail2.gw
tests/plug/func_fail3.gw
tests/plug/func_fail4.gw
tests/plug/func_subscript_not_empty.gw
tests/plug/func_tmpl.gw
tests/plug/func_tmpl_fail.gw
tests/plug/func_too_many_arg.gw
tests/plug/global_func.gw
tests/plug/global_var.gw
tests/plug/invalid_arg.gw
tests/plug/invalid_array.gw
tests/plug/invalid_func.gw
tests/plug/invalid_names.gw
tests/plug/invalid_names0.gw
tests/plug/invalid_names1.gw
tests/plug/invalid_names2.gw
tests/plug/invalid_names3.gw
tests/plug/invalid_type1.gw
tests/plug/invalid_type2.gw
tests/plug/invalid_type3.gw
tests/plug/mk_type_array.gw
tests/plug/no_import.gw
tests/plug/not_importing.gw
tests/plug/op_already_imported.gw
tests/plug/pass.gw
tests/plug/specialid_emit.gw
tests/plug/static_string.gw
tests/plug/str2decl.gw
tests/plug/str2list_fail.gw
tests/plug/struct.gw
tests/plug/template_arg.gw
tests/plug/trig.gw
tests/plug/typedef.gw
tests/plug/typedef_fail.gw
tests/plug/typedef_tmpl.gw
tests/plug/ugen_connect.gw
tests/plug/union.gw
tests/plug/union_fail_exp.gw
tests/plug/union_member.gw
tests/plug/union_name.gw
tests/plug/union_tmpl.gw
tests/plug/union_tmpl_fail.gw
tests/plug/union_tmpl_fail2.gw
tests/plug/union_tmpl_fail3.gw
tests/plug/variadic.gw
tests/plug/vm_remove.gw