You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standard Korean Language Dictionary (data/ko-kr-stdict.tsv) is not included if flag(static) is turned on. It's because Text.Seonbi.Facade.southKoreanDictionary loads it using Cabal's data-files metadata at runtime, but these data files are not included into the executable binary.
This needs to be fixed so that if flag(static) is turned on at compile-time the code to load the data file uses file-embed instead of Cabal's data-files metadata. Note that file-embed makes data files embedded into the executable binary.
The text was updated successfully, but these errors were encountered:
Standard Korean Language Dictionary (data/ko-kr-stdict.tsv) is not included if
flag(static)
is turned on. It's becauseText.Seonbi.Facade.southKoreanDictionary
loads it using Cabal'sdata-files
metadata at runtime, but these data files are not included into the executable binary.This needs to be fixed so that if
flag(static)
is turned on at compile-time the code to load the data file uses file-embed instead of Cabal'sdata-files
metadata. Note that file-embed makes data files embedded into the executable binary.The text was updated successfully, but these errors were encountered: