Area-InteractiveConcept-Continuous ImprovementInteractive-ScriptingIDEhelp wanted
Métriques du dépôt
- Stars
- (20 414 étoiles)
- Métriques de merge PR
- (Merge moyen 6j 17h) (256 PRs mergées en 30 j)
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.