Open tmat opened 4 years ago
Is this issue still active?
Is this issue still active?
@SamiG42 yes. That's why it is still open.
@SamiG42 yes. That's why it is still open.
Thanks. I am aware of this, but there has been no activity for 3 years.
Sorry i just saw this
Thanks. I am aware of this, but there has been no activity for 3 years.
PRs definitely welcome?
I don't know how to do it :(
Any updates ?
Any updates ?
See responses above :-)
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.