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 #30

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 25, 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.

@renovate renovate bot force-pushed the renovate/git.luolix.top-moznion-gowrtr-1.x branch from 7ba1f67 to a509e81 Compare September 25, 2022 16:53
@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
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.

0 participants