Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-moznion-gowrtr-1.x
Open

Update module github.com/moznion/gowrtr to v1.7.0#7
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-moznion-gowrtr-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 24, 2022

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/moznion/gowrtr v1.5.1v1.7.0 age 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: (UTC)

  • 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

codecov-commenter commented Apr 24, 2022

Copy link
Copy Markdown

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