Tags: rasa/text
Tags
encoding/charmap: update UCM spec file URL prefix UCM spec files used by encoding/maketables.go moved from source.icu-project.org to github.com, and maketables is failing. The new repo is at https://github.com/unicode-org/icu-data/tree/main/charset/data/ucm. Changed all UCM mappings to use the "raw endpoint" prefix, https://raw.githubusercontent.com/unicode-org/icu-data/main/charset/data/ucm/…. Fixes golang/go#64504. Change-Id: Ib2ccf948ad79578efc4a0c356bb25325190dc333 GitHub-Last-Rev: 2a277c7 GitHub-Pull-Request: golang#48 Reviewed-on: https://go-review.googlesource.com/c/text/+/546576 Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dominik Honnef <[email protected]>
all: update go directive to 1.18 Done with: go get [email protected] go mod tidy go fix ./... Using go1.21.3. Also update code generators to use only the new go:build lines, not the old +build ones. For golang/go#60268. Change-Id: I832981d939ab0aad5c941555a6a4cd005958a189 Reviewed-on: https://go-review.googlesource.com/c/text/+/534242 Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
unicode/norm: fix function name on comment Change-Id: I1d7daf1101c289f99367db2b23105e99d7e19b65 Reviewed-on: https://go-review.googlesource.com/c/text/+/523255 Run-TryBot: shuang cui <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Joedian Reid <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
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 <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
encoding/japanese, language: shorten very long sub-test names Some of the generated sub-test names end up being excessively long, which doesn't mix well with them being stored as test IDs that track test runs over time. Replacing test case names with numbers harms their readability, so start by trimming a few that end up being 500+ bytes in length. Change-Id: Id3b22105efc08eb1bb51436aa257682d357d662c Reviewed-on: https://go-review.googlesource.com/c/text/+/506416 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
internal/export/idna: make more space for mapping index This prepares for an upcoming Unicode upgrade. Beyond Unicode 13 the size of mappings will grow beyond what can be represented in the allocated 13 bits. Instread of doubling the size of info, we introduce a table of indices into the mappings data. This also allows us to remove the length byte, reducing the overhead of introducing this new table. This change allows for about a 5x growth of the number of mappings, which should suffice for the foreseeable future. Change-Id: Id475dc2473145a1f36bd83b983fa4aa170df6206 Reviewed-on: https://go-review.googlesource.com/c/text/+/501515 Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
all: fix some comments Change-Id: I1ae88db264cb5fb513773241ec2a8e7694c8c6e5 Reviewed-on: https://go-review.googlesource.com/c/text/+/480175 Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
go.mod: update to newer x/tools get get -u golang.org/x/tools go mod tidy Fixes golang/go#58737 Change-Id: I5c33106d65183b5b5ac5008d7ca532458831f021 Reviewed-on: https://go-review.googlesource.com/c/text/+/471399 Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Than McIntosh <[email protected]>
all: fix some comments Change-Id: Idc053f5d3a787746c0205dbda5cc34b7d2be4655 Reviewed-on: https://go-review.googlesource.com/c/text/+/464255 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
README.md: update documentation of module versioning Since x/ repos are now automatically periodically tagged, the previous definition of the minor and patch versions of this module are now obsolete. Delete that section of the README; regular semantic versioning rules apply here. Fixes golang/go#57089 Change-Id: I394ae4bb4eec1aa21c26b678b9ed1251b1eecf14 Reviewed-on: https://go-review.googlesource.com/c/text/+/455516 Reviewed-by: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Damien Neil <[email protected]> Auto-Submit: Damien Neil <[email protected]>
PreviousNext