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

ローマ字の子音のあとにハイフンを打つと半角のハイフンが入力されるバグ修正 #13

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

mtgto
Copy link
Owner

@mtgto mtgto commented Aug 15, 2023

未確定文字列入力中 (Shift押しながら子音) のあとに、Romaji.symbolTableにあるハイフンやピリオドなどの文字を打ってもsymbolTableを参照してなかったのでASCIIのまま入力されていたのが原因。
Romaji.convert自体だいぶ初期に書いたものなのでリファクタしてもよさそう。

未確定文字列入力中 (Shift押しながら子音) のあとに、
Romaji.symbolTableにあるハイフンやピリオドなどの文字を打っても
symbolTableを参照してなかったのでASCIIのまま入力されていた。
@mtgto
Copy link
Owner Author

mtgto commented Aug 15, 2023

<unknown>:0: error: module file '/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/1Q16UEVU1XBMZ/DiskArbitration-2ONMUH2A1EV1V.pcm' is out of date and needs to be rebuilt: signature mismatch
<unknown>:0: note: imported by module 'CoreServices' in '/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/1Q16UEVU1XBMZ/CoreServices-3FAYG1AN99RSX.pcm'
<unknown>:0: note: imported by '/Users/runner/Library/Developer/Xcode/DerivedData/macSKK-dbsjcvbdbxkkrdfwpqrfyxbyqhyp/Build/Intermediates.noindex/PrecompiledHeaders/macSKK-Bridging-Header-swift_5AKZPXB5NWCQ-clang_1Q16UEVU1XBMZ.pch'
<unknown>:0: error: clang importer creation failed

https://github.com/mtgto/macSKK/actions/runs/5867427735/job/15908101660

うーん、ひとまずリトライかなあ。

@mtgto mtgto merged commit 3d50924 into main Aug 15, 2023
@mtgto mtgto deleted the bugfix-hyphen branch August 15, 2023 14:07
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

Successfully merging this pull request may close these issues.

1 participant