Area-InteractiveConcept-Continuous ImprovementInteractive-ScriptingIDEhelp wanted
Métricas do repositório
- Stars
- (20.414 estrelas)
- Métricas de merge de PR
- (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)
Description
Currently the code is compiled in safe context, which makes experimenting with (function) pointers awkward (all unsafe code must be wrapped in unsafe { }).
We should enable unsafe context by default.
In addition, we could add #unsafe (on|off|enable|disable) host command that toggles the setting.