Skip to content

Add missing catch-all in :elixir_import.is_sigil/1#15264

Merged
josevalim merged 1 commit intoelixir-lang:mainfrom
lukaszsamson:ls-validate-sigil
Apr 13, 2026
Merged

Add missing catch-all in :elixir_import.is_sigil/1#15264
josevalim merged 1 commit intoelixir-lang:mainfrom
lukaszsamson:ls-validate-sigil

Conversation

@lukaszsamson
Copy link
Copy Markdown
Contributor

Fixes a compiler crash when importing a module with only: :sigils option when the imported module exports non sigil symbols with sigil_ prefix

Fixes #15263

Fixes a compiler crash when importing a module with only: :sigils option when the imported module exports non sigil symbols with `sigil_` prefix
Fixes elixir-lang#15263
@josevalim josevalim merged commit b7a832e into elixir-lang:main Apr 13, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Compiler crash on import of sigil_* function/macro that is not a sigil

2 participants