ra’s avatarra’s Twitter Archive—№ 27,008

      1. patched the compiler and @arcadiaunity survives AOT compilation to iOS! cant test full export yet, but we’re close!
        oh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @ra
      this bug bugzilla.xamarin.com/show_bug.cgi?id=2996 was fixed in 2012, which means Unity does not have it yet
  1. …in reply to @ra
    basically: the AOT machinery bails if there is any delegate type without BeginInvoke/EndInvoke methods
    1. …in reply to @ra
      clojure emits such delegates via DLR, and they’re technically correct (BeginInvoke/EndInvoke are optional), but old mono is too strict
      1. …in reply to @ra
        my patch emits stub methods with the correct names and signatures, and AOT worked for the first time in two years
        1. …in reply to @ra
          going to be a bit before i can update my OSX/get an Xcode pipeline running again, but @arcadiaunity miiiiiiiiiight be getting iOS export????