Reuben Thomas
Reuben Thomas
The notes need to be updated and expanded for this to be worthwhile (there are broken links, for example).
I've some some work on this at https://github.com/rrthomas/enchant/tree/compdict Unfortunately, the code in the gsoc2013cdict branch appears to be incomplete: the logic for setting up a composite dictionary provider is there,...
See #349 for motivation for this work. It would be nice if composite dictionaries were handled transparently, with no need to change the API, simply by recognizing composite language tags...
I get the same error if I build from a racket-minimal tarball.
I just check out the source from git then run "make" in the top-level directory. (In other words, just what I would do on Unix.)
[build.log](https://github.com/racket/racket/files/3882369/build.log)
Thanks, and apologies, this has happened before. I'll add a test to CI when I fix this.
Thanks @xry111, that also tells me that the bug is effectively hard-wiring configuration into the generated C, oops.
The problem is that currently there are `#if`s in the Vala code that depend on the configuration. So if you want to change the configuration, you have to recompile the...
Amazing work, @masatake!