Currently it is annoying to use the unsafe bits() function when writing to tasks or clearing events.
I think the best way to approach this is to patch the SVD for any field with the name task_ or event_. Since for all these fields the behavior is consistent, we could probably get pretty far with a simple regex replace.
CC @sajattack @hannobraun
Currently it is annoying to use the unsafe
bits()function when writing to tasks or clearing events.I think the best way to approach this is to patch the SVD for any field with the name
task_orevent_. Since for all these fields the behavior is consistent, we could probably get pretty far with a simple regex replace.CC @sajattack @hannobraun