Skip to content
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

Porting main to v3-dev-main circa 2022-11-06 #1569

Merged
merged 211 commits into from
Nov 8, 2022
Merged

Porting main to v3-dev-main circa 2022-11-06 #1569

merged 211 commits into from
Nov 8, 2022

Conversation

meatballhat
Copy link
Member

What type of PR is this?

(REQUIRED)

  • maintenance

What this PR does / why we need it:

(REQUIRED)

Getting the v3-dev-main branch caught up with main, this time in preparation for becoming the new main branch 🎉

Which issue(s) this PR fixes:

(REQUIRED)

NA 😬

meatballhat and others added 30 commits July 16, 2022 08:03
Target minimum go 1.18 in v3-dev-main
to alleviate problems caused by the circular dependency of using the
same code as a library that is potentially being generated to adhere to
a different API.
given some disagreement with gofmt that seems to have shown up in 1.19
and approve word-wrapping changes to godoc
@meatballhat
Copy link
Member Author

gpg goop all better now 👍🏼 I'll be working on the test failures!

@meatballhat
Copy link
Member Author

Current weirdness is that goimports wants to use "github.com/urfave/cli/v2" in altsrc/flag_generated.go instead of "github.com/urfave/cli/v3" 🤔

Screenshot_2022-11-08_08-28-24

@meatballhat
Copy link
Member Author

It wasn't goimports at all 😅

@meatballhat meatballhat marked this pull request as ready for review November 8, 2022 14:19
@meatballhat meatballhat requested a review from a team as a code owner November 8, 2022 14:19
command.go Outdated Show resolved Hide resolved
app.go Outdated Show resolved Hide resolved
app_test.go Outdated Show resolved Hide resolved
category.go Outdated Show resolved Hide resolved
dearchap
dearchap previously approved these changes Nov 8, 2022
Copy link
Contributor

@dearchap dearchap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With comments

@meatballhat meatballhat merged commit c296830 into main Nov 8, 2022
@meatballhat meatballhat deleted the v3-porting branch November 8, 2022 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.