juniper/tests/codegen
Peter Holloway 801820a3b6
Use fully qualified paths in generated code (#1195)
If user code has a type alias (or custom type) called `Result` or
`Option` etc, this would be used instead of the intended standard
library types causing surprising compile errors from generated code.

Using the fully qualified path allows the generated code to be isolated
from user types.

Includes two basic regression tests covering `Result` and `Send`.

Fixes #1194
2023-10-06 11:59:00 -07:00
..
fail Fix CI pipeline 2023-09-09 15:37:50 +03:00
pass Use fully qualified paths in generated code (#1195) 2023-10-06 11:59:00 -07:00
src Use fully qualified paths in generated code (#1195) 2023-10-06 11:59:00 -07:00
Cargo.toml Fix codegen tests for latest nightly Rust 2022-08-29 17:10:40 +03:00