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

Upgrating analyzer version (and fix bugs caused by upgrading) #61

Closed
wants to merge 7 commits into from

Conversation

fzyzcjy
Copy link

@fzyzcjy fzyzcjy commented Feb 14, 2020

The mobx.dart requires analyzer: '>=0.38.5 <0.40.0', while this package forces to be lower. Thus, the two cannot be installed without conflict. So I update the version. In addition, there is a bug when updating it, so I also fix two little lines.

@rrousselGit
Copy link
Owner

Thanks!

Do you mind upgrading the version used in the code_gen_tester folder too? Otherwise, the CI will not pass

@fzyzcjy
Copy link
Author

fzyzcjy commented Feb 18, 2020

Done! Waiting for CI now

@fzyzcjy
Copy link
Author

fzyzcjy commented Feb 18, 2020

Wait a minute, need more changes...

@fzyzcjy
Copy link
Author

fzyzcjy commented Feb 18, 2020

The dart_style >=1.2.4 <1.2.5 conflicts. So I change to ^1.2.4, is it OK? (It seems that, by semantic versioning, it should not break anything)

@fzyzcjy
Copy link
Author

fzyzcjy commented Feb 18, 2020

Hmmmm... This problem existed before...? Since the current master is "failing" not "passing" https://travis-ci.org/rrousselGit/functional_widget/jobs/651796953#L372

@rrousselGit
Copy link
Owner

Indeed, it seems like newer versions introduced a bunch of extra lints.

I'll close this PR and fix everything myself

@fzyzcjy
Copy link
Author

fzyzcjy commented Feb 20, 2020

OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants