rhai/codegen/ui_tests
2020-11-17 14:29:28 +08:00
..
export_fn_bad_attr.rs export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_bad_attr.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_bad_value.rs export_fn: add "name" parameter 2020-08-07 21:19:23 -05:00
export_fn_bad_value.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_cfg.rs Block #[cfg] attributes on exported or inner functions 2020-08-21 23:26:25 -05:00
export_fn_cfg.stderr Block #[cfg] attributes on exported or inner functions 2020-08-21 23:26:25 -05:00
export_fn_extra_value.rs export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_extra_value.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_junk_arg.rs export_fn: add "name" parameter 2020-08-07 21:19:23 -05:00
export_fn_junk_arg.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_missing_value.rs export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_missing_value.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_path_attr.rs export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_path_attr.stderr export_fn: add return_raw attribute 2020-08-09 14:19:47 -05:00
export_fn_raw_noreturn.rs Improve diagonstics on return_raw return mismatches 2020-08-23 17:24:18 -05:00
export_fn_raw_noreturn.stderr Minor refactor 2020-10-20 09:21:41 +08:00
export_fn_raw_return.rs Improve diagonstics on return_raw return mismatches 2020-08-23 17:24:18 -05:00
export_fn_raw_return.stderr Fix test output. 2020-10-20 11:10:46 +08:00
export_mod_bad_attr.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_bad_attr.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
export_mod_bad_value.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_bad_value.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
export_mod_cfg.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_cfg.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
export_mod_extra_value.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_extra_value.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
export_mod_junk_arg.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_junk_arg.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
export_mod_missing_value.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_missing_value.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
export_mod_path_attr.rs Add exported_fn tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_path_attr.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
export_mod_raw_noreturn.rs Add return_raw tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_raw_noreturn.stderr Minor refactor 2020-10-20 09:21:41 +08:00
export_mod_raw_return.rs Add return_raw tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
export_mod_raw_return.stderr Add return_raw tests for rhai_fn in module 2020-08-27 23:13:44 -05:00
first_shared_ref.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
first_shared_ref.stderr Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
module_cfg_const.rs Block #[cfg] attributes on inner constants 2020-08-21 23:26:25 -05:00
module_cfg_const.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
module_cfg_fn.rs Block #[cfg] attributes on exported or inner functions 2020-08-21 23:26:25 -05:00
module_cfg_fn.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
non_clonable_second.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
non_clonable_second.stderr Fix trybuild tests for latest nightly 2020-09-06 15:25:01 +08:00
non_clonable.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
non_clonable.stderr Fix trybuild tests for latest nightly 2020-09-06 15:25:01 +08:00
return_mut_ref.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
return_mut_ref.stderr Skip wrapping if function returns Dynamicc. 2020-10-15 13:28:22 +08:00
return_pointer.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
return_pointer.stderr Skip wrapping if function returns Dynamicc. 2020-10-15 13:28:22 +08:00
return_shared_ref.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
return_shared_ref.stderr Fix ui tests. 2020-10-15 14:06:54 +08:00
rhai_fn_bad_attr.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_bad_attr.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_fn_bad_value.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_bad_value.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_fn_extra_value.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_extra_value.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_fn_getter_conflict.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_getter_conflict.stderr Re-bless ui tests 2020-09-12 22:57:17 -05:00
rhai_fn_getter_multiple.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_getter_multiple.stderr Re-bless ui tests 2020-09-12 22:57:17 -05:00
rhai_fn_getter_return.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_getter_return.stderr Re-bless ui tests 2020-09-12 22:57:17 -05:00
rhai_fn_getter_signature.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_getter_signature.stderr Minor refactor 2020-10-20 09:21:41 +08:00
rhai_fn_global_multiple.rs Fine tune codegen for global exports. 2020-11-17 14:29:28 +08:00
rhai_fn_global_multiple.stderr Fine tune codegen for global exports. 2020-11-17 14:29:28 +08:00
rhai_fn_index_getter_multiple.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_index_getter_multiple.stderr Re-bless ui tests 2020-09-12 22:57:17 -05:00
rhai_fn_index_getter_return.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_index_getter_return.stderr Re-bless ui tests 2020-09-12 22:57:17 -05:00
rhai_fn_index_getter_signature.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_index_getter_signature.stderr Minor refactor 2020-10-20 09:21:41 +08:00
rhai_fn_index_setter_multiple.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_index_setter_multiple.stderr Re-bless ui tests 2020-09-12 22:57:17 -05:00
rhai_fn_junk_arg.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_junk_arg.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_fn_missing_value.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_missing_value.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_fn_non_clonable_return.rs Add tests fixed by workspace 2020-09-08 16:04:04 -05:00
rhai_fn_non_clonable_return.stderr Fix test. 2020-10-28 22:30:35 +08:00
rhai_fn_path_attr.rs Add rhai_fn nested attribute and skip fn parameter 2020-08-15 21:51:45 -05:00
rhai_fn_path_attr.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_fn_rename_collision_oneattr_multiple.rs Add tests for multiple renames. 2020-09-07 17:08:41 -05:00
rhai_fn_rename_collision_oneattr_multiple.stderr Fix tests. 2020-09-26 00:46:47 +08:00
rhai_fn_rename_collision_oneattr.rs codegen: prevent name duplication in Rust or Rhai 2020-08-19 23:12:43 -05:00
rhai_fn_rename_collision_oneattr.stderr Fix test output. 2020-09-26 12:28:28 +08:00
rhai_fn_rename_collision_with_itself.rs Add tests for multiple renames. 2020-09-07 17:08:41 -05:00
rhai_fn_rename_collision_with_itself.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_fn_rename_collision.rs codegen: prevent name duplication in Rust or Rhai 2020-08-19 23:12:43 -05:00
rhai_fn_rename_collision.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_fn_rename_to_index_getter.rs Catch getter, setter, indexer errors 2020-09-12 22:46:45 -05:00
rhai_fn_rename_to_index_getter.stderr Reorganize get/set/index code into FnSpecialAccess 2020-09-12 22:48:34 -05:00
rhai_fn_rename_to_index_setter.rs Catch getter, setter, indexer errors 2020-09-12 22:46:45 -05:00
rhai_fn_rename_to_index_setter.stderr Reorganize get/set/index code into FnSpecialAccess 2020-09-12 22:48:34 -05:00
rhai_fn_rename_to_prop_getter.rs Catch getter, setter, indexer errors 2020-09-12 22:46:45 -05:00
rhai_fn_rename_to_prop_getter.stderr Reorganize get/set/index code into FnSpecialAccess 2020-09-12 22:48:34 -05:00
rhai_fn_rename_to_prop_setter.rs Catch getter, setter, indexer errors 2020-09-12 22:46:45 -05:00
rhai_fn_rename_to_prop_setter.stderr Reorganize get/set/index code into FnSpecialAccess 2020-09-12 22:48:34 -05:00
rhai_fn_setter_index_signature.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_setter_index_signature.stderr Minor refactor 2020-10-20 09:21:41 +08:00
rhai_fn_setter_multiple.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_setter_multiple.stderr Re-bless ui tests 2020-09-12 22:57:17 -05:00
rhai_fn_setter_return.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_setter_return.stderr Fix ui tests. 2020-10-15 14:06:54 +08:00
rhai_fn_setter_signature.rs Enforce signatures on user get/set/index functions 2020-09-12 22:48:40 -05:00
rhai_fn_setter_signature.stderr Minor refactor 2020-10-20 09:21:41 +08:00
rhai_mod_bad_attr.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_bad_attr.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_mod_bad_value.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_bad_value.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_mod_inner_cfg_false.rs Add #[cfg] support in submodules 2020-08-21 23:26:25 -05:00
rhai_mod_inner_cfg_false.stderr Add #[cfg] support in submodules 2020-08-21 23:26:25 -05:00
rhai_mod_junk_arg.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_junk_arg.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_mod_missing_value.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_missing_value.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_mod_name_collisions.rs Improve diagnostics for duplicated names 2020-08-27 23:13:44 -05:00
rhai_mod_name_collisions.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_mod_non_clonable_return.rs Add tests fixed by workspace 2020-09-08 16:04:04 -05:00
rhai_mod_non_clonable_return.stderr Fix test. 2020-10-28 22:30:35 +08:00
rhai_mod_path_attr.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_path_attr.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_mod_return_raw.rs codegen: add rhai_mod and submodule support 2020-08-20 22:21:41 -05:00
rhai_mod_return_raw.stderr Fix tests output. 2020-09-11 22:45:15 +08:00
rhai_mod_unknown_type_return.rs Improve diagnostics for duplicated names 2020-08-27 23:13:44 -05:00
rhai_mod_unknown_type_return.stderr Improve diagnostics for duplicated names 2020-08-27 23:13:44 -05:00
rhai_mod_unknown_type.rs Improve diagnostics for duplicated names 2020-08-27 23:13:44 -05:00
rhai_mod_unknown_type.stderr Fix test. 2020-09-11 22:56:19 +08:00
second_shared_ref.rs Improve proc macro hygiene 2020-08-02 19:27:35 -05:00
second_shared_ref.stderr Improve proc macro hygiene 2020-08-02 19:27:35 -05:00