Files
lix/doc/manual/rl-next/static-initializers.md
T
eldritch horrors 6cc2ef7c6d libexpr: remove RegisterPrimOp static initializer helper
Change-Id: I0cc6d54fca26c66b13f930303086b08b2afb4d54
2026-01-14 16:22:08 +00:00

365 B

synopsis, cls, issues, category, credits
synopsis cls issues category credits
Plugin interfaces have changed (again)
4933
359
Miscellany
horrors

The RegisterPrimOp class used to register builtins has been removed. Plugins must now call PluginPrimOps::add from their nix_plugin_entry with the same parameters previously passed to RegisterRrimOp to register any new builtins.