The Runtime library has loads of errors when you run it with the address sanitizer and crashes the thread sanitizer on Linux. Given the GraphQL package is most likely going to be used in a multi-threaded environment not having the thread sanitizer is a real concern.
It appears all the requirements from Runtime can be satisfied with Mirror so I replaced it. I might have missed something but all the tests pass.
The
Runtime
library has loads of errors when you run it with the address sanitizer and crashes the thread sanitizer on Linux. Given the GraphQL package is most likely going to be used in a multi-threaded environment not having the thread sanitizer is a real concern.It appears all the requirements from
Runtime
can be satisfied withMirror
so I replaced it. I might have missed something but all the tests pass.