Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: iterator possible breaking change#2107

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nejch merged 1 commit intomainfromjlvillal/iterator
Jun 27, 2022
Merged

Conversation

JohnVillalovos
Copy link
Member

Commitb644721 inadvertently
introduced a possible breaking change as it added a new argument
iterator and added it in between existing positional arguments.

Move theiterator argument to the end of the argument list and also
require it to be a keyword-only argument.

Commitb644721 inadvertentlyintroduced a possible breaking change as it added a new argument`iterator` and added it in between existing positional arguments.Move the `iterator` argument to the end of the argument list and alsorequire it to be a keyword-only argument.
@codecov-commenter
Copy link

Codecov Report

Merging#2107 (8743c85) intomain (ebd5795) willnot change coverage.
The diff coverage is91.66%.

@@           Coverage Diff           @@##             main    #2107   +/-   ##=======================================  Coverage   94.73%   94.73%           =======================================  Files          78       78             Lines        5087     5087           =======================================  Hits         4819     4819             Misses        268      268
FlagCoverage Δ
cli_func_v482.42% <41.66%> (ø)
py_func_v481.14% <66.66%> (ø)
unit85.80% <25.00%> (ø)

Flags with carried forward coverage won't be shown.Click here to find out more.

Impacted FilesCoverage Δ
gitlab/utils.py100.00% <ø> (ø)
gitlab/v4/objects/jobs.py77.27% <50.00%> (ø)
gitlab/mixins.py92.30% <100.00%> (ø)
gitlab/v4/objects/artifacts.py100.00% <100.00%> (ø)
gitlab/v4/objects/files.py100.00% <100.00%> (ø)
gitlab/v4/objects/packages.py96.29% <100.00%> (ø)
gitlab/v4/objects/projects.py90.00% <100.00%> (ø)
gitlab/v4/objects/repositories.py83.07% <100.00%> (ø)
gitlab/v4/objects/snippets.py98.00% <100.00%> (ø)

@nejchnejch merged commit212ddfc intomainJun 27, 2022
@nejchnejch deleted the jlvillal/iterator branchJune 27, 2022 19:53
@nejch
Copy link
Member

I just changed this to a refactor so it doesnt show up in the changelog as it does not affect a released version

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@nejchnejchnejch left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@JohnVillalovos@codecov-commenter@nejch

[8]ページ先頭

©2009-2025 Movatter.jp