-
Notifications
You must be signed in to change notification settings - Fork 152
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
Update dependencies #227
Update dependencies #227
Conversation
Any idea why the span of |
Your git config seems also unsync with your git account. |
Oops, thanks for pointing out :)
It's about improvements in We have multiple ways to address this issue
I leave it at your discretion, tell me what you think and I'll update the PR |
@TeXitoi So what do we do about it? I suggest |
Sorry. Can we do failure only on stable? That would be perfect. Else, let's do tests only on stable, as it will pose problems later when the release train change if we just allow failure on nightly. |
"failure only on stable" I mean ui tests only on stable. |
I'm not sure I understand you correctly, are you're saying you want not to run ui tests on nightly but run all the other tests? If yes, that's exactly what's in this PR now. |
@TeXitoi Unfortunately, this is not all sunshine and bubbles. |
By the way, it seems like |
We can remove the nightly feature. |
Don't run ui tests on nightly Separate folders wip
@TeXitoi This seems complete. You can merge it once people manage to update their deps |
As removing the nightly feature is a breaking change, we must merge this before 0.3. I don't really care if for now the user need to compile 2 times syn and quote as using the 1 version is the thing to do and the update of the deps will be transparent. Can you update the changelog about the removal of the nightly feature, and I'll merge this. |
I'm OK to merge this now if you update the changelog in the other PR. |
Thanks! |
syn
,proc_macro2
andquote
were updated recently. Since you're going to publish a breaking version anyway we could ship this update along. Anyway, we will have to do it sooner or later and now it's a perfect opportunity.