Andreas Liljeqvist

Results 4 issues of Andreas Liljeqvist

When generating from a single query-file that contains multiple mutations I get: ```rust pub mod op_a { pub const QUERY : & str = "mutation op_a\n mutation op_b\n" ... }...

Based on the wording it seems like properties is intended to take a different code-path. I don't know why though. My use case is to #dyn/prop SOME_NAME and provide the...

fixes #2123 #[sqlx::test] should play nicely with nextest Nextest provides a `NEXTEST_RUN_ID` that we can use to clear up tests belonging to the same cargo invocation. See for a more...

This PR ensures that all diagnostic providers respect the `excludedPaths` setting from `elm-analyse.json` configuration file. Key Changes: - Applied exclusion checks across all diagnostic types (elm-make, syntactic, semantic, suggestions, and...