Commit Graph

  • b611db6bfa allow using inspect inside __tostring metamethods without errors master Enrique García Cota 2018-04-06 23:14:00 +0200
  • bebc212672
    Merge pull request #37 from kikito/rawpairs Enrique García Cota 2018-03-19 19:07:59 +0100
  • 9dc10c968f Ignore __pairs when iterating over tables Enrique García Cota 2018-03-11 23:50:30 +0100
  • b6bb292f68 ignore metatables with __metatable field set to non-nil non-table values IntendedConsequence 2018-02-18 22:59:44 +0200
  • 78a91c40e5 3.1.1 rockspec Enrique García Cota 2018-01-02 13:16:49 +0100
  • 7fc6126e32 update changelog v3.1.1 Enrique García Cota 2018-01-02 13:15:24 +0100
  • 1faab78bfb luacheck fix Enrique García Cota 2018-01-02 13:07:34 +0100
  • e95f34834b
    Merge pull request #34 from akopytov/master Enrique García Cota 2018-01-02 13:02:45 +0100
  • a4a63bb0d1 Support LuaJIT cdata and ctype values in Inspector:putValue(). Alexey Kopytov 2017-12-24 10:26:49 +0300
  • a384174649 updates version to 3.1.0 v3.1.0 kikito 2016-04-10 20:54:14 +0200
  • 69fc645184 simplifies id generation. Fixes #28 kikito 2016-04-10 20:47:46 +0200
  • dca60a2beb Renaming of variables and spacing kikito 2016-04-10 13:52:01 +0200
  • bdf85c8f90 Splits specs into two, to illustrate the different handling of escaped control chars kikito 2016-04-10 13:51:20 +0200
  • 1ca5576b59 Retab & spacing kikito 2016-04-10 13:49:47 +0200
  • f8da52ca3d Merge branch 'zerochars' of https://github.com/andreashofer123/inspect.lua into andreashofer123-zerochars kikito 2016-04-08 19:42:55 +0200
  • 86a7d70370 adds new rockspec kikito 2016-03-06 17:15:46 +0100
  • 3300ae7847 Merge pull request #27 from andreashofer123/tostring Enrique García 2016-04-08 19:26:28 +0200
  • 833b0bc183 Merge pull request #26 from andreashofer123/process Enrique García 2016-04-04 01:41:02 +0200
  • 1f54536b56 changed function processRecursive Andreas Hofer 2016-04-03 19:43:01 +0200
  • e091fcd43d changed 'tostring' from a field of inspect to a local variable Andreas Hofer 2016-04-03 20:00:37 +0200
  • 864066c51e added more control characters to test case Andreas Hofer 2016-04-03 19:51:48 +0200
  • ef3ae6b2d7 alternative implementation to fix problem with Lua 5.1 Andreas Hofer 2016-03-31 21:22:23 +0200
  • 61d02902b3 fix problem reported by coverage analysis Andreas Hofer 2016-03-31 20:20:50 +0200
  • 89588bd4d9 fix problem reported by luacheck Andreas Hofer 2016-03-31 20:13:35 +0200
  • 2a5205e53c fix problem with escaping zero and other control characters Andreas Hofer 2016-03-29 21:58:17 +0200
  • d051ae061c fix endless recursion when using inspect to reimplement global tostring Andreas Hofer 2016-03-29 22:53:26 +0200
  • d372d2ab08 fix problem with recursive tables when using the 'process' option Andreas Hofer 2016-03-29 22:14:10 +0200
  • a998635207 bumps version to 3.0.3 and updates changelog v3.0.3 kikito 2016-03-06 17:15:06 +0100
  • 5673f2364d Stops relying on rawlen/# to calculate the length of the sequence part of a table kikito 2016-03-06 17:06:14 +0100
  • 74643aea09 updates travis to include coverage & static analysis kikito 2016-03-06 16:08:55 +0100
  • 0d468cb70b adds new rockspec file kikito 2015-11-28 14:11:41 +0100
  • a23e03d037 bumps version to 3.0.2 v3.0.2 kikito 2015-11-28 14:10:17 +0100
  • efa8b85ab1 Merge pull request #23 from mpeterv/fix-weak-tables Enrique García 2015-11-28 14:07:35 +0100
  • daaefbd870 Do not allow collecting weak tables while they are being inspected mpeterv 2015-11-27 14:04:02 +0300
  • 2213313a94 add new rockspec kikito 2015-11-21 17:26:31 +0100
  • d4efbb9ee4 bump version to 3.0.1 v3.0.1 kikito 2015-11-21 17:23:34 +0100
  • e9dc27ab6e Adds a test for __len and uses _G.rawlen instead of rawlen to avoid warnings kikito 2015-11-21 17:19:53 +0100
  • 144dec31f7 Merge pull request #21 from Nymphium/get_t_length_with_rawlen Enrique García 2015-11-21 17:17:13 +0100
  • 4f9761b631 fixes __len issue using rawlen instead of #t in a couple places kikito 2015-11-21 17:13:48 +0100
  • 162d497b0d second attempt at fixing travis kikito 2015-11-21 17:10:23 +0100
  • f01a007c91 attempts to fix failing travis kikito 2015-11-21 17:08:09 +0100
  • 387a2f683a adds test for rawlen kikito 2015-11-21 17:04:28 +0100
  • 3392fa6314 just use # for Lua 5.1 nymphium 2015-11-20 23:51:44 +0900
  • 3d27a547e0 uses hererocks in travis kikito 2015-11-13 22:11:17 +0100
  • 6c1a22c207 implement simple rawlen function for Lua 5.1 nymphium 2015-11-13 05:58:04 +0900
  • ec524dfc6a avoid __len metamethod nymphium 2015-11-13 05:35:01 +0900
  • 96a1e6cc6f Merge pull request #19 from mpeterv/fix-spec Enrique García 2014-11-19 17:59:18 +0100
  • 47e186d1e2 Merge pull request #18 from mpeterv/remove-redundant-function Enrique García 2014-11-19 17:57:37 +0100
  • 373d56d4be Fix order of arguments in assertions mpeterv 2014-11-18 20:02:55 +0300
  • b2217c6806 Remove redundant `escapeChar` function mpeterv 2014-11-18 19:42:53 +0300
  • 54d2c28c7a changelog moved to its own file kikito 2014-09-21 11:39:20 +0200
  • 8df8cd8b33 upped version. Fixes #17 kikito 2014-09-21 11:25:29 +0200
  • 30472a993e upped version. Fixes #17 v3.0.0 kikito 2014-09-21 11:25:29 +0200
  • 334e5cb68f Update README.md Enrique García 2014-09-20 16:14:47 +0200
  • 0997a4e846 Update README.md Enrique García 2014-09-20 10:51:01 +0200
  • cdaefcf744 rockspec for inspect 3.0 kikito 2014-09-19 23:05:04 +0200
  • e4a9c872b4 remove redundant describe block kikito 2014-09-19 22:56:57 +0200
  • f153849088 remove unused values & params kikito 2014-09-19 22:54:35 +0200
  • 3eb9c65c7b fix inconsistent var name kikito 2014-09-19 22:52:10 +0200
  • 182e6f28c1 Fix float keys being masked in tables with array elements kikito 2014-09-19 22:50:48 +0200
  • 99deb522f8 refactor out commacontrol method kikito 2014-09-19 22:35:07 +0200
  • e35338984d Touch stuff about license. Add change log kikito 2014-09-15 10:51:02 +0200
  • 103e8e843d Remove deprecated stuff from read me kikito 2014-09-15 10:49:48 +0200
  • c22d3381e7 Fix process example in README kikito 2014-09-15 10:49:12 +0200
  • 33af4ee2ea update travis dev kikito 2014-09-13 14:44:56 +0200
  • 7966aea5c1 update .travis.yml eLua kikito 2014-09-13 14:43:50 +0200
  • 363b9db8a2 merge with dev kikito 2014-09-13 12:45:10 +0200
  • 99e8c03959 newline & indent options kikito 2014-09-13 12:33:20 +0200
  • 9054ee1051 <key>, <metatable> -> inspect.KEY, inspect.METATABLE kikito 2014-09-13 12:12:41 +0200
  • 1fb5373a45 Use '<key>' and '<metatable> on keys correctly kikito 2014-09-12 15:36:38 +0200
  • b9b780caad unindent in specs kikito 2014-09-07 22:32:31 +0200
  • 9ce951f6af updated readme with wishes kikito 2014-09-07 17:54:37 +0200
  • d07147ed54 transform back into metatable-based object-orientation kikito 2014-08-21 20:15:25 +0200
  • 2961caa14a process option handles keys as well as items kikito 2014-08-16 19:44:35 +0200
  • 5ecaca9205 better test names kikito 2014-08-16 16:50:29 +0200
  • e74c899b7d refactor processRecursive kikito 2014-08-16 16:35:24 +0200
  • a1b30ad8a3 process now handles most values. But what to do with keys? kikito 2014-07-06 18:44:31 +0200
  • 7195bfa423 remove filter option kikito 2014-07-06 17:24:37 +0200
  • e67a7471d4 Merge pull request #14 from ignacio/patch-1 Enrique García 2014-03-16 04:08:55 +0100
  • ddf5d00e1c Still mentions telescope Ignacio Burgueño 2014-03-15 17:49:59 -0700
  • afb37ab9e9 Merge pull request #13 from cota/for-kikito Enrique García 2014-03-10 17:43:10 +0100
  • 6d3a72ee1e README: fix typos Emilio G. Cota 2014-03-10 12:30:23 -0400
  • 5026e8a0a1 merged with master kikito 2014-02-09 18:43:31 +0100
  • a2ccd9220c extend filter with a path parameter. Fixes #12 kikito 2014-02-09 18:42:38 +0100
  • 844c14f52c quick and dirty attempt at printing eLua romtables (no tests) kikito 2014-01-11 21:05:54 +0100
  • b718a2e55c Merge pull request #10 from Kodiologist/escaping Enrique García 2014-01-09 04:02:16 -0800
  • fbb524a813 removed use of string.quote("%q", str) Kodi Arfer 2014-01-07 10:57:42 -0500
  • 0303fec453 tweaked string escaping, fixing GH-9 Kodi Arfer 2014-01-07 09:21:59 -0500
  • 588486afde removed ineffectual entry in controlCharsTranslation Kodi Arfer 2014-01-07 09:20:31 -0500
  • a5291a2a2c renamed "unescape" functions to "escape" Kodi Arfer 2014-01-07 09:00:54 -0500
  • 6373d7748a added more escaping tests Kodi Arfer 2014-01-07 08:56:10 -0500
  • cef9f42521 . v2.0.0 kikito 2013-09-15 22:22:34 +0200
  • da707f574f added 2.0-1 rockspec kikito 2013-09-15 14:35:48 +0200
  • 42c17eedbb moved rockspec to rockspec folder kikito 2013-09-15 14:27:49 +0200
  • 455fc40587 updated version to 2.0.0 kikito 2013-09-15 13:32:39 +0200
  • e47dbfc55c updated README to the latest options kikito 2013-09-15 13:32:04 +0200
  • 76138d86a7 added filter option kikito 2013-09-15 13:02:45 +0200
  • 8a65da658a made depth an options parameter kikito 2013-09-15 11:23:01 +0200
  • e898803196 reordering of code in inspect.lua kikito 2013-09-14 18:14:52 +0200
  • 0de3c69e5d made inspect.lua not object-oriented kikito 2013-09-14 18:12:47 +0200