Description
A clear and concise description of what the bug is.
I'm trying to modify src\data\symbol\symbol.tsv, but its changes are difficult to be reflected because they require us to clean the build.
Steps to reproduce
Steps to reproduce the behavior:
python build_mozc.py gyp
python build_mozc.py build -c Release package
- Edit
src\data\symbol\symbol.tsv
python build_mozc.py build -c Release package
- Install the generated
Mozc64.msi & Enable Mozc
- Try the change
Expected behavior
A clear and concise description of what you expected to happen.
The change is applied
Actual behavior
A clear and concise description of what you actually got.
The change is not applied
Screenshots
If applicable, add screenshots to help explain your problem.
Version or commit-id
[e.g. Mozc-2.28.4960.100+24.11.oss or d50a8b9]
You can get the version string by converting "Version" or "ばーじょん".
6ba364e (master)
Environment
- OS: [e.g. Ubuntu 20.04, macOS 13.1, etc]
- IMF (for Linux) [e.g. Ibus, Fcitx, etc]
- Related Applications [e.g. Chromium 109, gedit, etc]
Windows 11 (on Windows Sandbox)
(Notepad)
Investigations
- Whether this issue happens on both Ibus and other IMF (e.g. Fcitx, uim).
- Whether this issue happens on other IMEs (e.g. Anthy, SKK).
- What applications this issue happens on (e.g. Chromium, gedit).
- What applications this issue does not happen on (e.g. Chromium, gedit).
- list of applications, or not-found
- (optional) What versions or commit-ids this issue did not happen on
(e.g. Mozc-2.28.4960.100+24.11.oss).
- list of versions or commit-ids, or no-investigation.
Additional context
Add any other context about the problem here.
We have to rebuild after cleaning once (python build_mozc.py clean) to apply the changes in symbol.tsv.
Solutions:
Description
A clear and concise description of what the bug is.
I'm trying to modify
src\data\symbol\symbol.tsv, but its changes are difficult to be reflected because they require us to clean the build.Steps to reproduce
Steps to reproduce the behavior:
python build_mozc.py gyppython build_mozc.py build -c Release packagesrc\data\symbol\symbol.tsvpython build_mozc.py build -c Release packageMozc64.msi& Enable MozcExpected behavior
A clear and concise description of what you expected to happen.
The change is applied
Actual behavior
A clear and concise description of what you actually got.
The change is not applied
Screenshots
If applicable, add screenshots to help explain your problem.
Version or commit-id
[e.g. Mozc-2.28.4960.100+24.11.oss or d50a8b9]
You can get the version string by converting "Version" or "ばーじょん".
6ba364e (master)
Environment
Windows 11 (on Windows Sandbox)
(Notepad)
Investigations
(e.g. Mozc-2.28.4960.100+24.11.oss).
Additional context
Add any other context about the problem here.
We have to rebuild after cleaning once (
python build_mozc.py clean) to apply the changes insymbol.tsv.Solutions: