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

hunspellDicts: add spanish dictionaries. #24720

Merged
merged 1 commit into from Jul 16, 2017
Merged

hunspellDicts: add spanish dictionaries. #24720

merged 1 commit into from Jul 16, 2017

Conversation

k0001
Copy link
Contributor

@k0001 k0001 commented Apr 7, 2017

This reverts commit cf4f91f, which
removed all of the spanish dictionaries. These dictionaries were
previously part of the “Red IRIS” project, but they are now part of the
“Recursos Linguísticos Abiertos del Español” project.

Additionally, this cleans up the implementation of all the Hunspell
dictionaries, since the supposedly internal mkDict function was either
overspecialized or overgeneralized. Now we don't try to abstract beyond
what makes sense to be abstracted.

Motivation for this change

Spanish Hunspell dictionaries were removed from nixpkgs, this brings them back.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@k0001, thanks for your PR! By analyzing the history of the files in this pull request, we identified @peti and @zimbatm to be potential reviewers.

@joachifm
Copy link
Contributor

joachifm commented Apr 8, 2017

Fails with hash mismatch on darwin. I expect it's not actually a platform problem, but suggests the hash might be unstable. Can you investigate?

@k0001
Copy link
Contributor Author

k0001 commented Apr 8, 2017

@aristdb I can't reproduce. Can you please give me more details? Which hash is failing for you?

@peti
Copy link
Member

peti commented Apr 9, 2017

Just see the failed build log from Travis-CI: https://travis-ci.org/NixOS/nixpkgs/jobs/219807159#L693

@7c6f434c
Copy link
Member

7c6f434c commented May 1, 2017

@k0001 also, maybe nix-store --delete on the prefetched sources before a local rebuild could help to reproduce locally.

This reverts commit cf4f91f, which
removed all of the spanish dictionaries. These dictionaries were
previously part of the “Red IRIS” project, but they are now part of the
“Recursos Linguísticos Abiertos del Español” project.

Additionally, this cleans up the implementation of all the Hunspell
dictionaries, since the supposedly internal `mkDict` function was either
overspecialized or overgeneralized. Now we don't try to abstract beyond
what makes sense to be abstracted.
@grahamc grahamc merged commit 4a2f605 into NixOS:master Jul 16, 2017
@grahamc
Copy link
Member

grahamc commented Jul 16, 2017

Checking the hashes, they were correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants