Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge master into linux-mcompile 🐘 #9643

Merged
merged 89 commits into from
Oct 3, 2023

Conversation

mcdurdin
Copy link
Member

mcdurdin and others added 30 commits September 1, 2023 20:30
Works around npm/cli#3466 when bundling internal dependencies using the
bundleDependencies package.json property.

This change works in tandem with the npm pack/publish process -- when we
run `developer/src/kmc/build.sh publish` (or `pack`), we end up with
`npm version` stomping on all our package.json files, so the repo is
dirty after this. We need a copy of the top-level package.json before
this stomping happens, in order to get a simple map of the location of
each of our internal dependencies, from the `dependencies` property (it
would be possible to figure this out with a lot more parsing of
our package.json files, but this is simpler).

This means, in future, we should avoid publishing our internal
dependencies such as those under common/ to npm, as they serve no
practical purpose there.
Fixes #9546.

Previously, a new project would include both mobile and tablet platform
in the touch layout file. However, the majority of devs want to work
with just one, so this removes the tablet platform. Adding a new
platform is a single click within the editor, which duplicates the
current platform as a starting point.
- unicode-org/cldr:61b74a36de8329daed152005133a699ae7f2012b
- for feat(core): ldml drop \u1234 format 🙀  #9515
This change improves the startup method so that it will also work
if ibus hasn't started yet. Also fixes two memory leaks.
- hardware types isn't a fixed set anymore
- un-mothball the pertinent error type

Related to #9403, exposed during #9515 CLDR update
- for now, convert \u{1234} to \u1234 before going into
UnicodeSet.

- for feat(core): ldml drop \u1234 format 🙀  #9515
- temporarily roll back change to test.xml

- for feat(core): ldml drop \u1234 format 🙀  #9515
- fix 1..6 char Unicode escapes with an unrolled loop

- for feat(core): ldml drop \u1234 format 🙀  #9515
auto: increment master version to 17.0.175
auto: increment master version to 17.0.176
- unicode-org/cldr:bd40148d4c8675d0fb2db8c36cfb9f8e328250a8
Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rslgtm

@SabineSIL
Copy link
Contributor

RSLGTM

@SabineSIL SabineSIL closed this Sep 29, 2023
@mcdurdin mcdurdin reopened this Sep 29, 2023
@mcdurdin
Copy link
Member Author

mcdurdin commented Sep 29, 2023

SabineSIL closed this 26 minutes ago

Don't close the PR 😁

@mcdurdin mcdurdin modified the milestones: A17S22, A17S23 Sep 30, 2023
@mcdurdin mcdurdin merged commit 0deff7d into epic/linux-mcompile Oct 3, 2023
@mcdurdin mcdurdin deleted the chore/merge-master-into-linux-mcompile branch October 3, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants