8000 Comparing v0.11.0...v0.12.0 · golang/text · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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/text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: golang/text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 17, 2023

  1. all: remove repetitive words

    Change-Id: I496265fcad6dee919eff6fc1fbcf9121ae61730f
    Reviewed-on: https://go-review.googlesource.com/c/text/+/509855
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    cuishuang authored and gopherbot committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ab07ad1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. cmd/gotext: fix misbehaviors

    The existing implementation has misbehaviors described in golang/go#56842:
    
    - `gotext extract` ignores `lang` flag
    - `gotext generate` ignores `out` flag
    - Misbehavior of `gotext generate` when no flag specified
    
    This commit fixes these bugs:
    
    - Update `Command.UsageLine` for `cmdGenerate`
    - Fix flag misbehaviors by encapsuling flag definition statements into individual `Command.Init()` functions of commands
    - Fix `gotext generate` misbehavior by executing `pipeline.State.Merge()` before `pipeline.State.Generate()`
    
    Fixes golang/go#56842
    
    Change-Id: Id5e324b573b2b389bec22181482a97445230d0cc
    Reviewed-on: https://go-review.googlesource.com/c/text/+/452115
    Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
    ilharp authored and gopherbot committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f3e69ed View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. cmd/gotext: actually use -dir flag

    gotext has the read -dir flag but is not used.
    The dir parameter should be passed to pipeline.Config
    
    Fixes golang/go#61507
    
    Change-Id: I242a768964fe56c4c7877de9dc487777c6815dae
    Reviewed-on: https://go-review.googlesource.com/c/text/+/512015
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    miilord authored and gopherbot committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    fb697c0 View commit details
    Browse the repository at this point in the history
Loading
0