Area-InteractiveConcept-Continuous ImprovementInteractive-ScriptingIDEhelp wanted
Metriche repository
- Star
- (20.414 stelle)
- Metriche merge PR
- (Merge medio 6g 17h) (256 PR mergiate in 30 g)
Descrizione
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.