-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make ComponentMustBeAbstractDetector aware of Anvil Component annotations #260
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 tasks
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
April 21, 2024 23:53
fec89a9
to
e846e35
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
2 times, most recently
from
April 21, 2024 23:55
9b63b79
to
56d529e
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
April 22, 2024 01:46
e846e35
to
4731d8d
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
3 times, most recently
from
April 22, 2024 02:07
f1d8183
to
9a30a8c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #260 +/- ##
==========================================
+ Coverage 89.38% 89.47% +0.09%
==========================================
Files 20 20
Lines 678 684 +6
Branches 72 72
==========================================
+ Hits 606 612 +6
Misses 49 49
Partials 23 23 ☔ View full report in Codecov by Sentry. |
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
April 27, 2024 19:58
4731d8d
to
a17b1d0
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
April 27, 2024 19:58
9a30a8c
to
a633383
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
May 28, 2024 12:36
a17b1d0
to
cb2540f
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
May 28, 2024 12:36
a633383
to
b5f3e18
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
June 1, 2024 03:28
cb2540f
to
ff3794d
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
June 1, 2024 03:28
b5f3e18
to
bfa4313
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
June 10, 2024 23:11
ff3794d
to
ec55f5b
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
June 10, 2024 23:11
bfa4313
to
c9b6257
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
June 14, 2024 01:52
ec55f5b
to
ec3097e
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
June 14, 2024 01:52
c9b6257
to
32adaf9
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
3 times, most recently
from
June 29, 2024 16:23
ec3097e
to
88d6b1e
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
July 8, 2024 23:48
32adaf9
to
e360911
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
July 8, 2024 23:49
7de5a6b
to
75efbcc
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
July 8, 2024 23:50
e360911
to
d3e0db7
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
July 13, 2024 14:22
75efbcc
to
947ff34
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
July 13, 2024 14:22
d3e0db7
to
c59a133
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
July 13, 2024 14:31
947ff34
to
84c4b22
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
July 13, 2024 14:31
c59a133
to
6fa6a83
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
July 28, 2024 12:45
84c4b22
to
6b3f205
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
July 28, 2024 12:45
6fa6a83
to
bc8abef
Compare
WhosNickDoglio
force-pushed
the
annotations-shared
branch
from
August 25, 2024 15:57
6b3f205
to
df26674
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
August 25, 2024 15:57
bc8abef
to
ddb8843
Compare
WhosNickDoglio
force-pushed
the
main
branch
from
September 12, 2024 00:41
f6cea9b
to
83562be
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
2 times, most recently
from
September 12, 2024 14:47
2145a0e
to
cb3a40e
Compare
WhosNickDoglio
force-pushed
the
dagger-aware
branch
from
September 12, 2024 15:05
cb3a40e
to
c603bb3
Compare
WhosNickDoglio
added a commit
that referenced
this pull request
Sep 13, 2024
…ions (#260) ## Description <!--- Describe your changes in detail --> ## Related Issue <!--- This project only accepts pull requests related to open issues --> <!--- If suggesting a new feature or change, please discuss it in an issue first --> <!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> <!--- Please link to the issue here: --> ## Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] I have made corresponding changes to the documentation - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have mentioned changes in [CHANGELOG.md](../CHANGELOG.md). - [ ] I have read the [**CONTRIBUTING**](CONTRIBUTING.md) document. ## PR Stack <!-- branch-stack --> - `main` - \#260 :point\_left:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Checklist
PR Stack
main