-
Notifications
You must be signed in to change notification settings - Fork 18
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
undefined: readAvailableDictionary #7
Comments
🙂 I run into the same issue. Anytime babble is run from within a non Windows environment in which it doesn't have access to I see for Windows @tjarratt copied over the complete list of words, so we could default to it for unix environments if the |
Ahh it appears the Windows dictionary is not yet used Line 19 in aa3777d
|
Hello @CamiloGarciaLaRotta thanks for looking into this a bit. I haven't actually touched this code in years but I think you're right. My goal at the time was to reduce the build size for unix, since including the dictionary for windows was 3.5 megabytes. I've tried too do a quick test right now to see how much of a difference this makes but haven't managed to get it to build :( I'm not sure which unix systems don't normally have It's also worth noting @CamiloGarciaLaRotta that the |
docker images of unix/linux might not have |
tjarratt#7 - Update docs to document the dependency on `/usr/share/dict/words`
Using the readme sample code on go playground
../gopath155601560/pkg/mod/github.com/tjarratt/[email protected]/babble.go:22:12: undefined: readAvailableDictionary
The text was updated successfully, but these errors were encountered: