** Changed in: tarantool
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1204040

Title:
  The lua output in admin console is truncated

Status in Tarantool - an efficient in-memory data store:
  Fix Released

Bug description:
  init.lua:
  ffi = require('ffi')
   
  localhost> lua ffi.cdef([[struct test2 { int a; }]])
  ---
  ...
  localhost> lua ffi.typeof('struct test2')
  ---
   - ctype<struct test <!-- truncated
  ...
  localhost> lua tostring(ffi.typeof('struct test2'))
  ---
   - ctype<struct test2> <-- OK

  localhost> lua ffi.new('struct test2')
  ---
   - cdata<struct test2>: 0x408833 <-- Truncated
  ...
  localhost> lua tostring(ffi.new('struct test2'))
  ---
   - cdata<struct test2>: 0x40883518 <-- OK

To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1204040/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to