-
Notifications
You must be signed in to change notification settings - Fork 572
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
feat(config): config compiler plugins for auto-patching and supporting legacy import_preset syntax #150
Conversation
… be used by plugins
*.custom.yaml
files and support old import_preset:
syntaxThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ku:l/
android ndk 有編譯錯誤,不知有沒有解法。
|
@osfans ndk是怎么识别成那个对 |
這代碼是我寫的嘛?我瞧瞧。 喔。原來是 |
@lotem 果然編譯過了。是因爲ndk檢查嚴格嗎? |
發現一個問題,不能
luna_pinyin.schema.yaml test:
punctuator:
full_shape:
' ' : { commit: ' ' }
',' : { commit: , }
punctuator:
__include: /test/punctuator |
@osfans 因爲有個看不見的 auto-patch。 __patch: luna_pinyin.custom.yaml:/patch?
test:
punctuator:
full_shape:
' ' : { commit: ' ' }
',' : { commit: , }
punctuator:
__include: /test/punctuator 這樣看的話,的確有衝突: 怎麼解決呢? 無論如何,如果自己寫等效的補丁,還是會發生衝突的。——或者不應當認爲這種用法有錯? |
第一個思路的話,要不就判斷luna_pinyin.custom.yaml是否存在?不存在就不打,應該能滿足依賴關係。 不知怎麼解決好了。 |
Fixes #149 , also:
TODO: