Skip to content

Commit d285bef

Browse files
authored
emscripten 4.0.9; standardpaths (#117)
1 parent 74f378e commit d285bef

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
MOZC_SHA: 1621842243c0f43fca77697aba523fb698e865bd
13+
MOZC_SHA: 18c59459ad4f5a3aa53b825e122d38eceffd744c
1414

1515
jobs:
1616
lint:

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-24.04
1414
env:
15-
EMSCRIPTEN_VERSION: '4.0.8'
15+
EMSCRIPTEN_VERSION: '4.0.9'
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:

patches/chinese-addons.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index f94df13..73b2c6a 100644
2+
index f0d9f86..32a032c 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
5-
@@ -80,7 +80,6 @@ fcitx5_add_i18n_definition()
5+
@@ -71,7 +71,6 @@ fcitx5_add_i18n_definition()
66
add_subdirectory(modules)
77
add_subdirectory(im)
88
add_subdirectory(po)
@@ -11,10 +11,10 @@ index f94df13..73b2c6a 100644
1111
if (ENABLE_GUI)
1212
add_subdirectory(gui)
1313
diff --git a/im/pinyin/pinyin.cpp b/im/pinyin/pinyin.cpp
14-
index 38dd43c..63eb024 100644
14+
index 78fc52c..f5d1d64 100644
1515
--- a/im/pinyin/pinyin.cpp
1616
+++ b/im/pinyin/pinyin.cpp
17-
@@ -671,8 +671,7 @@ std::string PinyinEngine::evaluateCustomPhrase(InputContext *inputContext,
17+
@@ -674,8 +674,7 @@ std::string PinyinEngine::evaluateCustomPhrase(InputContext *inputContext,
1818

1919
PinyinEngine::PinyinEngine(Instance *instance)
2020
: instance_(instance),
@@ -24,7 +24,7 @@ index 38dd43c..63eb024 100644
2424
ime_ = std::make_unique<libime::PinyinIME>(
2525
std::make_unique<libime::PinyinDictionary>(),
2626
std::make_unique<libime::UserLanguageModel>(
27-
@@ -830,25 +829,18 @@ void PinyinEngine::loadDict(const std::string &fullPath,
27+
@@ -833,25 +832,18 @@ void PinyinEngine::loadDict(const std::string &fullPath,
2828
}
2929
ime_->dict()->addEmptyDict();
3030
PINYIN_DEBUG() << "Loading pinyin dict " << fullPath;
@@ -63,10 +63,10 @@ index 38dd43c..63eb024 100644
6363

6464
void PinyinEngine::loadBuiltInDict() {
6565
diff --git a/im/pinyin/pinyin.h b/im/pinyin/pinyin.h
66-
index db10dd3..7ca0b20 100644
66+
index b0fb7d6..d9ddea7 100644
6767
--- a/im/pinyin/pinyin.h
6868
+++ b/im/pinyin/pinyin.h
69-
@@ -450,7 +450,6 @@ private:
69+
@@ -459,7 +459,6 @@ private:
7070
std::unique_ptr<HandlerTableEntry<EventHandler>> event_;
7171
CustomPhraseDict customPhrase_;
7272
SymbolDict symbols_;
@@ -75,7 +75,7 @@ index db10dd3..7ca0b20 100644
7575
std::list<std::unique_ptr<TaskToken>> tasks_;
7676

7777
diff --git a/modules/pinyinhelper/stroke.cpp b/modules/pinyinhelper/stroke.cpp
78-
index 38baeb1..d3c0b20 100644
78+
index 9bb26ed..a3fe3ab 100644
7979
--- a/modules/pinyinhelper/stroke.cpp
8080
+++ b/modules/pinyinhelper/stroke.cpp
8181
@@ -34,11 +34,11 @@ namespace fcitx {

0 commit comments

Comments
 (0)