• Xianwen Chen's avatar
    Safe ObjC constants [breaking change] · e9c23acc
    Xianwen Chen authored
    Fixes #171.  Djinni constants which are not primitives, enums, or strings must
    now be accessed in Objective-C class members, rather than constant
    variables.  This avoids unsafe ordering of initialization of constant objects.
    e9c23acc
ObjcMarshal.scala 6.41 KB