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.22.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.23.0
Choose a head ref
  • 7 commits
  • 9 files changed
  • 5 contributors

Commits on Feb 14, 2025

  1. all: upgrade go directive to at least 1.23.0 [generated]

    By now Go 1.24.0 has been released, and Go 1.22 is no longer supported
    per the Go Release Policy (https://go.dev/doc/devel/release#policy).
    
    For golang/go#69095.
    
    [git-generate]
    (cd . && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none)
    
    Change-Id: I315d8641c8a1501284ec7295493d23523afbcc0f
    Reviewed-on: https://go-review.googlesource.com/c/text/+/649698
    Auto-Submit: Gopher Robot <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Cherry Mui <[email protected]>
    gopherbot committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    518d9c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. internal/export/unicode: add CategoryAliases, Cn, and LC

    CategoryAliases is for regexp to use, for things like \p{Letter} as an alias for \p{L}.
    Cn and LC are special-case categories that were never implemented
    but should have been.
    
    For golang/go#70780.
    
    Change-Id: I1401c1be42106a0ebecabb085c25e97485c363cf
    Reviewed-on: https://go-review.googlesource.com/c/text/+/641395
    Auto-Submit: Russ Cox <[email protected]>
    Reviewed-by: Marcel van Lohuizen <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    rsc authored and gopherbot committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    ae68efb View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. language: use a more straightforward return value

    Change-Id: I7f5d8ecc1ad6a1ff110283d2c62816170922e72c
    Reviewed-on: https://go-review.googlesource.com/c/text/+/653236
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Reviewed-by: Michael Pratt <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    cuishuang authored and gopherbot committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    835f8ac View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. internal/export/unicode: change C comment to mention unassigned code …

    …points
    
    As of CL 641395, C includes unassigned code points.
    (It always has in the Unicode definition.)
    Document that.
    
    Change-Id: Icab0ef37e6efeebb1e2882f7743e29acc7ab77d8
    Reviewed-on: https://go-review.googlesource.com/c/text/+/653615
    Auto-Submit: Sean Liao <[email protected]>
    Reviewed-by: Sean Liao <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    rsc authored and gopherbot committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    b18c107 View commit details
    Browse the repository at this point in the history
  2. x/text: fix scientific notation by removing extraneous spaces

    The existing implementation adds extraneous spaces around the
    superscriptingExponent. This is different from what ICU4C does.
    It also turns out adding those extra spaces messes with other
    padding calculations.
    
    Fixes golang/go#71428
    
    Change-Id: Id6702390dc40c17bdd5dff2597aa8e1044f5768e
    Reviewed-on: https://go-review.googlesource.com/c/text/+/644121
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Sean Liao <[email protected]>
    Auto-Submit: Sean Liao <[email protected]>
    Reviewed-by: Tristan Swadell <[email protected]>
    jcking authored and gopherbot committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    221d88c View commit details
    Browse the repository at this point in the history
  3. collate/build: do not use println in tests

    Change-Id: I4f50430a35b009618c4762c74c418919dc54cdb1
    Reviewed-on: https://go-review.googlesource.com/c/text/+/634495
    Reviewed-by: Sean Liao <[email protected]>
    Auto-Submit: Sean Liao <[email protected]>
    Reviewed-by: Junyang Shao <[email protected]>
    Reviewed-by: Michael Pratt <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    alexandear authored and gopherbot committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    d5156da View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: Ie292e82f774d7a7b2ab5d53279bd874dae6cbdac
    Reviewed-on: https://go-review.googlesource.com/c/text/+/655036
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    gopherbot committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    566b44f View commit details
    Browse the repository at this point in the history
Loading