Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nullsafe gql, gql_exec, gql_link #193

Closed
wants to merge 42 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
bb7e93a
cats: null safety
micimize Feb 10, 2021
cbcf939
gql: null safety
micimize Feb 10, 2021
fa1edbb
applied quick fixes to ast.dart
micimize Feb 13, 2021
924352d
more suggestions and quickfixes
micimize Feb 13, 2021
a6805a8
suggestions and quickfixes for printer
micimize Feb 13, 2021
cb7349a
changed _peek(TokenKind.name) != null to _peek(TokenKind.name) in _pa…
micimize Feb 13, 2021
ff71970
fix lexer digit parsing
micimize Feb 13, 2021
691e0e3
fix gql pubspec
micimize Feb 13, 2021
848c74e
gql_exec dart migrate to nullsafety
micimize Feb 13, 2021
cf4e4a2
gql_exec dart migrate to nullsafety
micimize Feb 13, 2021
c1289f0
gql_link dart migrate to nullsafety
micimize Feb 13, 2021
b5e9b39
try and resolve issues for gql_exec and gql_link at least
micimize Feb 13, 2021
99a334d
depend on 2.12-beta for CI
micimize Feb 13, 2021
ee974f4
fix formatting of gql tests
micimize Feb 13, 2021
429d717
fix some lints in gql_link
micimize Feb 13, 2021
ffc032f
fix cats pubspec
micimize Feb 13, 2021
f9c9bb5
prefer const literals
micimize Feb 13, 2021
dd93c03
remove second gql_link from workflow
micimize Feb 13, 2021
118ad83
automatic migration
micimize Feb 14, 2021
8edfa3c
nullable parsedResponse
micimize Feb 14, 2021
da8fc71
nullable parsedResponse
micimize Feb 14, 2021
5aa8bb3
mockito migration for gql_http_link
micimize Feb 14, 2021
b792c30
mockito omck generation and test fixes
micimize Feb 14, 2021
64092c9
finally got tests to pass with generated mockito types
micimize Feb 14, 2021
72259a5
testing CI
micimize Feb 14, 2021
523465a
CI analysis issue
micimize Feb 14, 2021
0f1edb7
check only if no diff
micimize Feb 14, 2021
cf46960
hard override
micimize Feb 14, 2021
d50fadf
loosen gql_http_link build_runner constraint
micimize Feb 14, 2021
d0d08dc
attempt bumping build runner and analyzer
micimize Feb 14, 2021
e24bfc5
bump built value
micimize Feb 14, 2021
7874187
bump built value
micimize Feb 14, 2021
a7f17bc
bump built collectoi
micimize Feb 14, 2021
cdb37c5
ignore mockito build failure
micimize Feb 14, 2021
c880990
build runner as separate step
micimize Feb 14, 2021
3a2cb9f
gql_example_http_auth_link: bump http version
micimize Feb 14, 2021
03701f6
migrate dedupe_link
micimize Feb 15, 2021
0c055c0
cleanup unneeded mocklink codegen
micimize Feb 15, 2021
3617102
migrate transform link
micimize Feb 15, 2021
ddd20b2
migrate error link
micimize Feb 15, 2021
6885e14
move gql_example_http_auth_link to examples, add other examples
micimize Feb 15, 2021
756a08d
ignore lack of build runners in examples
micimize Feb 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI analysis issue
micimize committed Feb 14, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 523465ac0d4abf219d2a1a50a5a7db4df36768d8
File renamed without changes.
2 changes: 1 addition & 1 deletion links/gql_http_link/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@ include: package:gql_pedantic/analysis_options.yaml

analyzer:
exclude:
- test/**.mocks.dart
- **/*.mocks.dart