THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#890 - Luajit support User who did this - Tai Chi Minh Ralph Eastwood (Raedwulf) ---------- It appears that screen.c doesn't use checkudata anywhere else. In fact, there's only two occurrences of checkudata... objects/client.c: cairo_surface_t **cairo_surface = (cairo_surface_t **)luaL_checkudata(L, iidx, OOCAIRO_MT_NAME_SURFACE); screen.c: screen_t *s = luaL_checkudata(L, 1, "screen"); It would be interesting to see if the objects/client.c one is broken by luajit too! Ideally, if I can construct a small testcase, I can post this bug to Mike Pall. ---------- More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=890#comment2715 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to [email protected].
