-
-
Notifications
You must be signed in to change notification settings - Fork 956
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
Migrating from StateNotifier
take 2
#2888
Conversation
... removed any syntax reference. We just keep comparisons and migrations.
Thus, let it be a counter
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## docs-v2 #2888 +/- ##
===========================================
- Coverage 95.24% 95.24% -0.01%
===========================================
Files 53 53
Lines 2252 2249 -3
===========================================
- Hits 2145 2142 -3
Misses 107 107
|
There's still a few things I need feedback on before requesting for a review, and I'd love some inputs / help:
Also I have no clue on why the pipeline failed, or rather I'm not sure how to fix coverage for a documentation-related PR |
I'd suggest looking at the related issue. There's quite a lot of discussion with regards to
I meant that overriding |
Example:
I don't use a specific tool. It's just about using the same rules. If a section is suffixed by an empty new line, all sections should :)
I wouldn't say it has to be a separate file (although that's fine too I guess). It's just that this is half of what people are looking after, so it's worth talking about more :) |
Ignore that. The cov report tends to be flacky |
Hi there again. About
I found A LOT of issues mentioning
@rrousselGit I've applied all of the above, if you can provide feedback that'd be great. |
Also, the docs are ready for a review, I'll wait for you now 😄 |
@rrousselGit hey, it happened again 😛 Where should this PR start from, this time? |
God dang it From master this time. I'll review it quickly this time too, now that I merged docs-v2 |
Sorry for that! |
No worries (: (1) Merge master into my fork (on this old branch) @rrousselGit As soon as you tell me, I'll do it. Thank you! |
Merge master on your branch yes The branch you use doesn't matter since you're on a fork. |
EDIT. It turned out that most of those were just generated files, nvm |
Continues #2793, using the old
rework-flow
branch (I'll discard it ASAP after this PR).Aims to fix #2630.
WIP:
mounted
is no more, and offer a migration exampledispose
vsref.onDispose
migrationChangeNotifier
to(Async)Notifier
has moved to a separate guide