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

Update module github.com/moznion/gowrtr to v1.7.0 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 24, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/moznion/gowrtr v1.5.1 -> v1.7.0 age adoption passing confidence

Release Notes

moznion/gowrtr (github.com/moznion/gowrtr)

v1.7.0

Compare Source

What's changed

New Features
Expands the generics code generation #​16

This library has already supported the generics syntax on only struct declaration.
This version expands the supported generics syntaxes/notations like the following:

  • generic types on function invocation like foo[int64](123)
  • generic parameter names on function receiver like func (s MyStruct[T])
  • generic parameter names on function return values like func foo[T struct]() MyStruct[T]
  • generic type parameters on interface declaration like type MyInterface[T any] interface {}

This patch also introduces TypeParameterNames which is an alias of []string to represent the generic parameter names, e.g. T.

And this patch makes it supports the generics union types.

Maintenance
  • Upgrade the go runtime to 1.19 #​15
  • Use golangci-lint instead of golint and staticcheck #​14
  • Adjust the type usage of TypeParameters #​13

v1.6.0

Compare Source

What's Changed

New Features

  • Support the type parameters for go's generics at func and struct declarations @​moznion (#​11)

Maintenance


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

codecov-commenter commented Apr 24, 2022

Codecov Report

Merging #7 (37f90da) into main (e1130d0) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          122       122           
=========================================
  Hits           122       122           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot changed the title Update module github.com/moznion/gowrtr to v1.6.0 Update module github.com/moznion/gowrtr to v1.7.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-moznion-gowrtr-1.x branch from d11c98c to 37f90da Compare September 25, 2022 20:37
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.

1 participant