Skip to content

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

@tats-u

Description

@tats-u

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.

Solutions:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions