Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Loading
...
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
Loading
  • 7commits
  • 9files changed
  • 5contributors

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 supportedper the Go Release Policy (https://go.dev/doc/devel/release#policy).Forgolang/go#69095.[git-generate](cd . && go get go@1.23.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none)Change-Id: I315d8641c8a1501284ec7295493d23523afbcc0fReviewed-on:https://go-review.googlesource.com/c/text/+/649698Auto-Submit: Gopher Robot <gobot@golang.org>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>Reviewed-by: Cherry Mui <cherryyz@google.com>
    @gopherbot
    gopherbot committedFeb 14, 2025
    Configuration menu
    Copy the full SHA
    518d9c0View 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 implementedbut should have been.Forgolang/go#70780.Change-Id: I1401c1be42106a0ebecabb085c25e97485c363cfReviewed-on:https://go-review.googlesource.com/c/text/+/641395Auto-Submit: Russ Cox <rsc@golang.org>Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Reviewed-by: Ian Lance Taylor <iant@google.com>
    @rsc@gopherbot
    rsc authored andgopherbot committedFeb 27, 2025
    Configuration menu
    Copy the full SHA
    ae68efbView 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: I7f5d8ecc1ad6a1ff110283d2c62816170922e72cReviewed-on:https://go-review.googlesource.com/c/text/+/653236Auto-Submit: Ian Lance Taylor <iant@google.com>Reviewed-by: Ian Lance Taylor <iant@google.com>Reviewed-by: Michael Pratt <mpratt@google.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    @cuishuang@gopherbot
    cuishuang authored andgopherbot committedFeb 28, 2025
    Configuration menu
    Copy the full SHA
    835f8acView 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 …

    …pointsAs of CL 641395, C includes unassigned code points.(It always has in the Unicode definition.)Document that.Change-Id: Icab0ef37e6efeebb1e2882f7743e29acc7ab77d8Reviewed-on:https://go-review.googlesource.com/c/text/+/653615Auto-Submit: Sean Liao <sean@liao.dev>Reviewed-by: Sean Liao <sean@liao.dev>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Reviewed-by: Ian Lance Taylor <iant@google.com>
    @rsc@gopherbot
    rsc authored andgopherbot committedMar 3, 2025
    Configuration menu
    Copy the full SHA
    b18c107View 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 thesuperscriptingExponent. This is different from what ICU4C does.It also turns out adding those extra spaces messes with otherpadding calculations.Fixesgolang/go#71428Change-Id: Id6702390dc40c17bdd5dff2597aa8e1044f5768eReviewed-on:https://go-review.googlesource.com/c/text/+/644121LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Reviewed-by: Sean Liao <sean@liao.dev>Auto-Submit: Sean Liao <sean@liao.dev>Reviewed-by: Tristan Swadell <tswadell@google.com>
    @jcking@gopherbot
    jcking authored andgopherbot committedMar 3, 2025
    Configuration menu
    Copy the full SHA
    221d88cView commit details
    Browse the repository at this point in the history
  3. collate/build: do not use println in tests

    Change-Id: I4f50430a35b009618c4762c74c418919dc54cdb1Reviewed-on:https://go-review.googlesource.com/c/text/+/634495Reviewed-by: Sean Liao <sean@liao.dev>Auto-Submit: Sean Liao <sean@liao.dev>Reviewed-by: Junyang Shao <shaojunyang@google.com>Reviewed-by: Michael Pratt <mpratt@google.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    @alexandear@gopherbot
    alexandear authored andgopherbot committedMar 3, 2025
    Configuration menu
    Copy the full SHA
    d5156daView 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: Ie292e82f774d7a7b2ab5d53279bd874dae6cbdacReviewed-on:https://go-review.googlesource.com/c/text/+/655036LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>Auto-Submit: Gopher Robot <gobot@golang.org>Reviewed-by: David Chase <drchase@google.com>
    @gopherbot
    gopherbot committedMar 5, 2025
    Configuration menu
    Copy the full SHA
    566b44fView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp