Should it be? It is a const class afterall.
const
class Example { Void main() { regex := "wotever".toRegex Buf().writeObj(regex) // --> sys::IOErr: Not serializable: sys::Regex } }
Yeah is should be - I pushed a fix
Login or Signup to reply.
SlimerDude Fri 18 Apr 2014
Should it be? It is a
const
class afterall.brian Tue 22 Apr 2014
Yeah is should be - I pushed a fix