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

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

Open
tats-u opened this issue May 19, 2024 · 0 comments
Open

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

tats-u opened this issue May 19, 2024 · 0 comments

Comments

@tats-u
Copy link
Contributor

tats-u commented May 19, 2024

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 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).
    • yes, no, N/A
  • Whether this issue happens on other IMEs (e.g. Anthy, SKK).
    • yes, no, N/A
  • What applications this issue happens on (e.g. Chromium, gedit).
    • list of applications
  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant