pyo3/tests/ui
Ivan “CLOVIS” Canet d7c1a2906a
IntoPy and FromPyObject allow the retrieval of the type information
2022-09-06 21:30:36 +02:00
..
abi3_nativetype_inheritance.rs Assorted updates to the abi3 branch from review 2020-10-11 19:51:27 -04:00
abi3_nativetype_inheritance.stderr pyproto: remove deprecated feature 2022-09-06 08:38:44 +01:00
deprecations.rs refactor: remove all 0.15 deprecations 2022-07-15 06:33:14 +01:00
deprecations.stderr refactor: remove all 0.15 deprecations 2022-07-15 06:33:14 +01:00
invalid_argument_attributes.rs add #[pyo3(from_py_with="...")] attribute (#1411) 2021-02-21 00:15:20 +09:00
invalid_argument_attributes.stderr rust: support 1.57 2021-12-08 07:10:16 +00:00
invalid_closure.rs pycfunction: add PyCFunction::new_closure rust defined closures 2021-10-17 07:59:50 +01:00
invalid_closure.stderr Update UI tests output 2021-10-22 16:40:57 +08:00
invalid_frompy_derive.rs frompyobject: fix `from_py_with` ignored for transparent structs 2022-06-09 06:49:25 +01:00
invalid_frompy_derive.stderr frompyobject: fix `from_py_with` ignored for transparent structs 2022-06-09 06:49:25 +01:00
invalid_frozen_pyclass_borrow.rs pyclass: switch from immutable to frozen 2022-06-19 21:18:15 +01:00
invalid_frozen_pyclass_borrow.stderr pyclass: switch from immutable to frozen 2022-06-19 21:18:15 +01:00
invalid_intern_arg.rs macros: simpler expansion for `intern!` 2022-06-02 09:57:58 +01:00
invalid_intern_arg.stderr macros: simpler expansion for `intern!` 2022-06-02 09:57:58 +01:00
invalid_macro_args.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_macro_args.stderr Positional-only args (#1925) 2021-10-19 23:13:27 +01:00
invalid_need_module_arg_position.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_need_module_arg_position.stderr Fix additional tests after trybuild update 2021-10-11 20:52:24 -04:00
invalid_property_args.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_property_args.stderr Merge branch 'main' into lint-more 2022-03-23 09:34:31 +01:00
invalid_pyclass_args.rs pyclass: add `sequence` option to implement `sq_length` 2022-08-20 07:14:26 +01:00
invalid_pyclass_args.stderr pyclass: add `sequence` option to implement `sq_length` 2022-08-20 07:14:26 +01:00
invalid_pyclass_enum.rs pyclass: unify pyclass with its pyo3 arguments 2022-03-20 08:24:09 +00:00
invalid_pyclass_enum.stderr pyclass: unify pyclass with its pyo3 arguments 2022-03-20 08:24:09 +00:00
invalid_pyclass_item.rs Refactor #[pyclass] and now it supports enum. 2021-11-21 20:05:53 +08:00
invalid_pyclass_item.stderr Refactor #[pyclass] and now it supports enum. 2021-11-21 20:05:53 +08:00
invalid_pyfunctions.rs pyfunction: allow required positional after option 2022-01-11 00:44:41 +00:00
invalid_pyfunctions.stderr Fix ci 2022-01-13 22:25:23 +01:00
invalid_pymethod_names.rs macros: support `#[pyo3(name = "...")]` 2021-05-07 22:35:52 +01:00
invalid_pymethod_names.stderr pyclass: unify pyclass with its pyo3 arguments 2022-03-20 08:24:09 +00:00
invalid_pymethod_proto_args.rs `__ipow__` now supports modulo argument on Python 3.8+. 2022-01-03 09:53:56 +02:00
invalid_pymethod_proto_args.stderr `__ipow__` now supports modulo argument on Python 3.8+. 2022-01-03 09:53:56 +02:00
invalid_pymethod_proto_args_py.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_pymethod_proto_args_py.stderr Add more lints 2022-03-23 08:07:28 +01:00
invalid_pymethod_receiver.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_pymethod_receiver.stderr Rust 1.62 (#2489) 2022-07-02 16:08:01 +01:00
invalid_pymethods.rs pymethods: prevent methods sharing the same name 2022-05-24 21:15:30 +01:00
invalid_pymethods.stderr macros: emit pymethod associated methods as a single block 2022-06-16 22:15:29 +01:00
invalid_pymethods_buffer.rs pymethods: support buffer protocol 2021-12-30 15:48:55 +00:00
invalid_pymethods_buffer.stderr pymethods: support buffer protocol 2021-12-30 15:48:55 +00:00
invalid_pymodule_args.rs Add more lints 2022-03-23 08:07:28 +01:00
invalid_pymodule_args.stderr deprecations: remove items deprecated in PyO3 0.14 2021-11-19 16:33:29 +00:00
invalid_result_conversion.rs Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
invalid_result_conversion.stderr ci: ui tests for 1.63 2022-08-12 07:26:29 +01:00
missing_intopy.rs Fix IntoPyCallbackOutput paper cuts (#2326) 2022-05-09 18:15:43 +01:00
missing_intopy.stderr IntoPy and FromPyObject allow the retrieval of the type information 2022-09-06 21:30:36 +02:00
not_send.rs Add more lints 2022-03-23 08:07:28 +01:00
not_send.stderr ci: ui tests for 1.63 2022-08-12 07:26:29 +01:00
not_send2.rs Gut specialization and implement auto trait 2022-02-22 22:43:23 +01:00
not_send2.stderr ci: ui tests for 1.63 2022-08-12 07:26:29 +01:00
not_send3.rs Gut specialization and implement auto trait 2022-02-22 22:43:23 +01:00
not_send3.stderr ci: ui tests for 1.63 2022-08-12 07:26:29 +01:00
not_send_auto_trait.rs Add more lints 2022-03-23 08:07:28 +01:00
not_send_auto_trait.stderr ci: unpin serde, fixup nightly ui tests 2022-08-23 08:07:26 +01:00
not_send_auto_trait2.rs Gut specialization and implement auto trait 2022-02-22 22:43:23 +01:00
not_send_auto_trait2.stderr ci: unpin serde, fixup nightly ui tests 2022-08-23 08:07:26 +01:00
pyclass_send.rs pyclass: add !Send compile_error test 2021-01-05 23:25:28 +00:00
pyclass_send.stderr pyproto: remove deprecated feature 2022-09-06 08:38:44 +01:00
reject_generics.rs Reject generics explicitly for #[pyclass] 2019-06-05 18:46:17 +09:00
reject_generics.stderr Fix additional tests after trybuild update 2021-10-11 20:52:24 -04:00
send_wrapper.rs Gut specialization and implement auto trait 2022-02-22 22:43:23 +01:00
send_wrapper.stderr ci: unpin serde, fixup nightly ui tests 2022-08-23 08:07:26 +01:00
static_ref.rs Require Send for #[pyclass] 2020-06-08 02:06:15 +01:00
static_ref.stderr refactor: inline handle_panic into macro output 2022-02-10 20:20:03 +00:00
wrong_aspyref_lifetimes.rs Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
wrong_aspyref_lifetimes.stderr Deprecate acquire_gil 2022-08-15 03:34:47 +02:00