- Notifications
You must be signed in to change notification settings - Fork305
Comparing changes
Open a pull request
base repository:golang/text
Uh oh!
There was an error while loading.Please reload this page.
base:v0.22.0
head repository:golang/text
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.23.0
- 7commits
- 9files changed
- 5contributors
Commits on Feb 14, 2025
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>
Commits on Feb 27, 2025
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>
Commits on Feb 28, 2025
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>
Commits on Mar 3, 2025
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>
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>
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>
Commits on Mar 5, 2025
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>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.22.0...v0.23.0
Uh oh!
There was an error while loading.Please reload this page.