juniper/juniper_benchmarks
Jonas Meurer 558eae91df
Ensure Specification(June 2018) Compliance (#631)
* Implemented most test cases from the specification

* Unified error handling for all generators

- Removed proc-macro-error -> not required -> use syn::Error
- Everything below lib.rs uses proc_macro2::TokenStream
  instead of proc_macro::TokenStream
- Replaced error handling in attribute parsers

* WIP better error messages for *all* macros

* Refactored GraphQLInputObject and minor tweaks

- removed support for Scalar within a string ("DefaultScalarValue")
- removed unraw function and replaced it with the built-in one
- added error messages and return types for all functions within utils
- added more constraints to fulfill the GraphQL spec

* Fixed test-cases which are not compliant with the specification

* Removed unused function

* Added constrains, updated error messages, added marker

* Added argument rename within impl_graphql and fixed `__` tests

* Formatted and cleanup

* Added GraphQLTypeAsync for input object

* Moved codegen tests to separate module

Nightly and stable produce different outputs, thus only test nightly.

* Added IsInputType/IsOutputType traits for type checking

Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
2020-05-01 16:24:01 -10:00
..
benches Clippy cleanup (#579) 2020-03-20 09:11:06 -07:00
src Ensure Specification(June 2018) Compliance (#631) 2020-05-01 16:24:01 -10:00
.gitignore Experimental benchmarks 2019-08-21 15:48:31 +02:00
Cargo.toml Remove async feature gate (#554) 2020-03-08 23:20:11 -07:00
CHANGELOG.md Add empty changelog to make release dry-run work 2020-01-21 08:28:31 -08:00
Makefile.toml Fix makefiles for benchmarks 2020-01-20 23:42:57 -08:00