Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/image
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: golang/image
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 17, 2023

  1. tiff, tiff/lzw, vector: use single space in comments

    Go style converged on using a single space after periods (see CL 20022).
    Fix a couple places here that weren't consistent.
    
    Change-Id: I856a34ee8a24bd033525baca55afd869158dd9ff
    Reviewed-on: https://go-review.googlesource.com/c/image/+/469195
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Dmitri Shuralyov <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Run-TryBot: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Michael Knyszek <[email protected]>
    dmitshur authored and gopherbot committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f632f7f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. font/sfnt: set type for all NameID constants

    Previously only NameIDCopyright had NameID type,
    the rest were untyped integer constants.
    
    Change-Id: I714308b4eea78ebc65c2f7a10f7316c17cfd403c
    Reviewed-on: https://go-review.googlesource.com/c/image/+/468938
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Dmitri Shuralyov <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Run-TryBot: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Michael Knyszek <[email protected]>
    dmitshur authored and gopherbot committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    1b74412 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    Once this CL is submitted, and post-submit testing succeeds on all
    first-class ports across all supported Go versions, this repository
    will be tagged with its next minor version.
    
    Change-Id: I4b93f43a856da6cae7427a722a379231614f6683
    Reviewed-on: https://go-review.googlesource.com/c/image/+/473436
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Run-TryBot: Gopher Robot <[email protected]>
    Reviewed-by: Heschi Kreinick <[email protected]>
    gopherbot committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b6ac75b View commit details
    Browse the repository at this point in the history
Loading