-
Notifications
You must be signed in to change notification settings - Fork 306
Comparing changes
Open a pull request
base repository: golang/text
base: v0.22.0
head repository: golang/text
compare: v0.23.0
- 7 commits
- 9 files changed
- 5 contributors
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 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]>
Configuration menu - View commit details
-
Copy full SHA for 518d9c0 - Browse repository at this point
Copy the full SHA 518d9c0View commit details
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 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]>
Configuration menu - View commit details
-
Copy full SHA for ae68efb - Browse repository at this point
Copy the full SHA ae68efbView commit details
Commits on Feb 28, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 835f8ac - Browse repository at this point
Copy the full SHA 835f8acView commit details
Commits on Mar 3, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b18c107 - Browse repository at this point
Copy the full SHA b18c107View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 221d88c - Browse repository at this point
Copy the full SHA 221d88cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d5156da - Browse repository at this point
Copy the full SHA d5156daView commit details
Commits on Mar 5, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 566b44f - Browse repository at this point
Copy the full SHA 566b44fView commit details
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