Skip to content
Snippets Groups Projects
  1. Mar 24, 2014
    • bigbes's avatar
      Merge branch 'stable' · ce8a3b34
      bigbes authored
      * Rewrite box_net.{pg,mysql}.test.lua, so line wrappings won't matter.
      * Testing System: 'RelWithDebugInfo' closer to Release, than to Debug
      * Compiling on clang -> additional OP, cause of garbage after
        `iproto_request_type_strs` (Failed admin and other tests)
      ce8a3b34
    • bigbes's avatar
      Enable mysql/pg tests in travis. · 71c78d3b
      bigbes authored
      71c78d3b
  2. Mar 21, 2014
  3. Mar 20, 2014
  4. Mar 17, 2014
  5. Mar 13, 2014
  6. Mar 12, 2014
  7. Mar 11, 2014
  8. Mar 07, 2014
  9. Mar 06, 2014
  10. Mar 05, 2014
    • Roman Tsisyk's avatar
      Replace index:iterator() API with Lua-compatible pairs() · 52915a4c
      Roman Tsisyk authored
      This patch converts space:iterator() to be compatible with Lua
      for-in loop conventions. The most important change is that
      generating function now returns *state* as its first result:
      
          for _state, val in space.index[0]:pairs() do work(val) end
      
      New syntax follows the best practices of Lua community and makes
      index API to be more consistent with pairs() and tuple iterators.
      
      This change partially restores pairs() logic as it was implemented
      before 49875615.
      52915a4c
  11. Mar 03, 2014
Loading