-
-
Notifications
You must be signed in to change notification settings - Fork 226
feat(1654): add ListFeatureExtractor.last #1664
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
feat(1654): add ListFeatureExtractor.last #1664
Conversation
Add a "last" function and simple tests for it.
@constantine-zubrilin shall I already take a look or do you let me know once it is ready for review |
Too early yet, I'll let you know, thank you
…On Wed, 10 Jan 2024, 22:32 Robert Stoll, ***@***.***> wrote:
@constantine-zubrilin <https://github.com/constantine-zubrilin> shall I
already take a look or do you let me know once it is ready for review
—
Reply to this email directly, view it on GitHub
<#1664 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJPRBI7YVA2ZAQHARPTJ2TYN3UGTAVCNFSM6AAAAABBTXZ4A6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBVGU3TONZQGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Add a "last" function to infix api
Improve tests
Create listExpectations
Add comments.
...rium-api-fluent/src/commonMain/kotlin/ch/tutteli/atrium/api/fluent/en_GB/listExpectations.kt
Outdated
Show resolved
Hide resolved
@robstoll, can you please have a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks already quite good, some small adjustments and we are good IMO
...rium-api-fluent/src/commonMain/kotlin/ch/tutteli/atrium/api/fluent/en_GB/listExpectations.kt
Outdated
Show resolved
Hide resolved
...rium-api-fluent/src/commonMain/kotlin/ch/tutteli/atrium/api/fluent/en_GB/listExpectations.kt
Outdated
Show resolved
Hide resolved
...rium-api-fluent/src/commonMain/kotlin/ch/tutteli/atrium/api/fluent/en_GB/listExpectations.kt
Outdated
Show resolved
Hide resolved
...api-fluent/src/commonMain/kotlin/ch/tutteli/atrium/api/fluent/en_GB/listFeatureExtractors.kt
Outdated
Show resolved
Hide resolved
.../commonTest/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/ListFeatureExtractorSamples.kt
Outdated
Show resolved
Hide resolved
...atrium-api-infix/src/commonMain/kotlin/ch/tutteli/atrium/api/infix/en_GB/listExpectations.kt
Outdated
Show resolved
Hide resolved
...atrium-api-infix/src/commonMain/kotlin/ch/tutteli/atrium/api/infix/en_GB/listExpectations.kt
Outdated
Show resolved
Hide resolved
...m-api-infix/src/commonMain/kotlin/ch/tutteli/atrium/api/infix/en_GB/listFeatureExtractors.kt
Outdated
Show resolved
Hide resolved
...en_GB/src/commonMain/kotlin/ch/tutteli/atrium/translations/DescriptionListLikeExpectation.kt
Outdated
Show resolved
Hide resolved
...rium-specs/src/commonMain/kotlin/ch/tutteli/atrium/specs/integration/ListExpectationsSpec.kt
Outdated
Show resolved
Hide resolved
…/atrium/api/fluent/en_GB/listExpectations.kt Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
…/atrium/api/fluent/en_GB/listExpectations.kt Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
…trium/api/infix/en_GB/listExpectations.kt Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1664 +/- ##
============================================
+ Coverage 91.83% 91.85% +0.02%
Complexity 114 114
============================================
Files 423 423
Lines 4604 4617 +13
Branches 228 229 +1
============================================
+ Hits 4228 4241 +13
Misses 330 330
Partials 46 46
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…/atrium/api/fluent/en_GB/listFeatureExtractors.kt Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
…trium/api/infix/en_GB/listExpectations.kt Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
…trium/api/infix/en_GB/listFeatureExtractors.kt Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
Code review fixes
...api-fluent/src/commonMain/kotlin/ch/tutteli/atrium/api/fluent/en_GB/listFeatureExtractors.kt
Show resolved
Hide resolved
.../commonTest/kotlin/ch/tutteli/atrium/api/fluent/en_GB/samples/ListFeatureExtractorSamples.kt
Outdated
Show resolved
Hide resolved
...c/commonTest/kotlin/ch/tutteli/atrium/api/infix/en_GB/samples/ListFeatureExtractorSamples.kt
Outdated
Show resolved
Hide resolved
...de_CH/src/commonMain/kotlin/ch/tutteli/atrium/translations/DescriptionListLikeExpectation.kt
Outdated
Show resolved
Hide resolved
...en_GB/src/commonMain/kotlin/ch/tutteli/atrium/translations/DescriptionListLikeExpectation.kt
Outdated
Show resolved
Hide resolved
…h/tutteli/atrium/translations/DescriptionListLikeExpectation.kt Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
…h/tutteli/atrium/translations/DescriptionListLikeExpectation.kt Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
…/atrium/api/fluent/en_GB/samples/ListFeatureExtractorSamples.kt Co-authored-by: Robert Stoll <rstoll@tutteli.ch>
Code review fixes
@constantine-zubrilin thanks for your first contribution to Atrium 🙂👍 |
Add a "last" function and simple tests for it.
I confirm that I have read the Contributor Agreements v1.0, agree to be bound on them and confirm that my contribution is compliant.