Skip to content

fix: check Horde.Registry instead of Horde for compile-time detection#13

Merged
ChristianAlexander merged 1 commit intomainfrom
fix/horde-detection
Mar 1, 2026
Merged

fix: check Horde.Registry instead of Horde for compile-time detection#13
ChristianAlexander merged 1 commit intomainfrom
fix/horde-detection

Conversation

@ChristianAlexander
Copy link
Owner

horde 0.10 has no root Horde module, so Code.ensure_loaded?(Horde) always returned false. This prevented the Horde backend, Singleton, and the horde-mode branch of impl/0 from ever being compiled — even when horde was installed as a dependency.

Check Horde.Registry instead, which is the actual module provided by horde 0.10.

horde 0.10 has no root `Horde` module, so `Code.ensure_loaded?(Horde)`
always returned false. This prevented the Horde backend, Singleton, and
the horde-mode branch of `impl/0` from ever being compiled — even when
horde was installed as a dependency.

Check `Horde.Registry` instead, which is the actual module provided by
horde 0.10.
@ChristianAlexander ChristianAlexander merged commit 905070f into main Mar 1, 2026
1 check passed
@ChristianAlexander ChristianAlexander deleted the fix/horde-detection branch March 1, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant