google / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
2.32k stars 329 forks source link

The changes of `symbol.tsv` is not applied until cleaning (Windows) #932

Open tats-u opened 1 month ago

tats-u commented 1 month ago

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:

  1. python build_mozc.py gyp
  2. python build_mozc.py build -c Release package
  3. Edit src\data\symbol\symbol.tsv
  4. python build_mozc.py build -c Release package
  5. Install the generated Mozc64.msi & Enable Mozc
  6. 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 d50a8b9ae28c4fba265f734b38bc5ae392fe4d25] You can get the version string by converting "Version" or "ばーじょん".

6ba364e36378eeb16681950669363e4a140a7332 (master)

Environment

Windows 11 (on Windows Sandbox) (Notepad)

Investigations

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.