BioJulia/Automa.jl

Verify keys in RE.actions are correct on setindex!

Closed this issue · 1 comments

Currently, nothing prevents you from doing my_regex.actions[:foobar] = quote nothing end which silently does nothing.
It's probably better to have a dedicated setaction! for this.

Added to #95