Area-InteractiveConcept-Continuous ImprovementInteractive-ScriptingIDEhelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
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.