Commit Graph

  • 783a088927 docs(README): fix typo in example. Fixes #69 (#72) master Enrique García Cota 2025-04-29 18:46:45 +02:00
  • 56fedf76aa docs(readme): Insert missing word inferred from context (#68) Slack System 2025-04-29 12:30:55 -04:00
  • 8686162bce make inspect work without rawget (#63) Enrique García Cota 2023-01-22 22:03:37 +01:00
  • b738a52e35 escape table keys that map to lua keywords (#59) Simon Wachter 2023-01-19 13:16:48 +01:00
  • bac593278b typo fix (#61) Gunter Labes 2023-01-19 13:15:39 +01:00
  • 9c8a68da30 (chore) add 3.1.3 rockspec Enrique García Cota 2022-03-29 13:46:07 +02:00
  • 691eea1fc6 docs(changelog) 3.1.3 Enrique García Cota 2022-03-18 13:49:10 +01:00
  • f18082ac47 (perf) introduce perf test harness and refactor (#54) Enrique García Cota 2022-03-18 13:44:36 +01:00
  • 2d842fb78b (ci) add separate luacheck step and generation check (#53) Enrique García Cota 2022-02-13 22:29:13 +01:00
  • 35ed97a2d7 (docs) add Contributing section to Readme Enrique García Cota 2022-02-08 23:18:59 +01:00
  • 2012c711df (chore) add luacheck to Makefile Enrique García Cota 2022-02-08 23:18:10 +01:00
  • 3c7414a0d0 (refactor) rewrite using Teal (#52) Enrique García Cota 2022-02-08 22:56:03 +01:00
  • c6472bccdf add 3.1.2 rockspec Enrique García Cota 2021-11-12 13:51:09 +01:00
  • d4936f792b changelog for 3.1.2 Enrique García Cota 2021-11-12 13:11:02 +01:00
  • a74242cdac Merge pull request #49 from kikito/fix-del-escape Enrique García Cota 2021-11-12 12:58:38 +01:00
  • f6c3f0b367 replace travis by github actions Enrique García Cota 2021-11-12 12:54:49 +01:00
  • df482c613a escape DEL character. fixes #40 Enrique García Cota 2021-11-12 10:48:57 +01:00
  • b611db6bfa allow using inspect inside __tostring metamethods without errors Enrique García Cota 2018-04-06 23:14:00 +02:00
  • bebc212672 Merge pull request #37 from kikito/rawpairs Enrique García Cota 2018-03-19 19:07:59 +01:00
  • 9dc10c968f Ignore __pairs when iterating over tables Enrique García Cota 2018-03-11 23:50:30 +01:00
  • b6bb292f68 ignore metatables with __metatable field set to non-nil non-table values IntendedConsequence 2018-02-18 22:59:44 +02:00
  • 78a91c40e5 3.1.1 rockspec Enrique García Cota 2018-01-02 13:16:49 +01:00
  • 7fc6126e32 update changelog Enrique García Cota 2018-01-02 13:15:24 +01:00
  • 1faab78bfb luacheck fix Enrique García Cota 2018-01-02 13:07:34 +01:00
  • e95f34834b Merge pull request #34 from akopytov/master Enrique García Cota 2018-01-02 13:02:45 +01:00
  • a4a63bb0d1 Support LuaJIT cdata and ctype values in Inspector:putValue(). Alexey Kopytov 2017-12-24 10:26:49 +03:00
  • a384174649 updates version to 3.1.0 kikito 2016-04-10 20:54:14 +02:00
  • 69fc645184 simplifies id generation. Fixes #28 kikito 2016-04-10 20:47:46 +02:00
  • dca60a2beb Renaming of variables and spacing kikito 2016-04-10 13:52:01 +02:00
  • bdf85c8f90 Splits specs into two, to illustrate the different handling of escaped control chars kikito 2016-04-10 13:51:20 +02:00
  • 1ca5576b59 Retab & spacing kikito 2016-04-10 13:49:47 +02:00
  • f8da52ca3d Merge branch 'zerochars' of https://github.com/andreashofer123/inspect.lua into andreashofer123-zerochars kikito 2016-04-08 19:42:55 +02:00
  • 86a7d70370 adds new rockspec kikito 2016-03-06 17:15:46 +01:00
  • 3300ae7847 Merge pull request #27 from andreashofer123/tostring Enrique García 2016-04-08 19:26:28 +02:00
  • 833b0bc183 Merge pull request #26 from andreashofer123/process Enrique García 2016-04-04 01:41:02 +02:00
  • 1f54536b56 changed function processRecursive Andreas Hofer 2016-04-03 19:43:01 +02:00
  • e091fcd43d changed 'tostring' from a field of inspect to a local variable Andreas Hofer 2016-04-03 20:00:37 +02:00
  • 864066c51e added more control characters to test case Andreas Hofer 2016-04-03 19:51:48 +02:00
  • ef3ae6b2d7 alternative implementation to fix problem with Lua 5.1 Andreas Hofer 2016-03-31 21:22:23 +02:00
  • 61d02902b3 fix problem reported by coverage analysis Andreas Hofer 2016-03-31 20:20:50 +02:00
  • 89588bd4d9 fix problem reported by luacheck Andreas Hofer 2016-03-31 20:13:35 +02:00
  • 2a5205e53c fix problem with escaping zero and other control characters Andreas Hofer 2016-03-29 21:58:17 +02:00
  • d051ae061c fix endless recursion when using inspect to reimplement global tostring Andreas Hofer 2016-03-29 22:53:26 +02:00
  • d372d2ab08 fix problem with recursive tables when using the 'process' option Andreas Hofer 2016-03-29 22:14:10 +02:00
  • a998635207 bumps version to 3.0.3 and updates changelog kikito 2016-03-06 17:15:06 +01:00
  • 5673f2364d Stops relying on rawlen/# to calculate the length of the sequence part of a table kikito 2016-03-06 17:06:14 +01:00
  • 74643aea09 updates travis to include coverage & static analysis kikito 2016-03-06 16:08:55 +01:00
  • 0d468cb70b adds new rockspec file kikito 2015-11-28 14:11:41 +01:00
  • a23e03d037 bumps version to 3.0.2 kikito 2015-11-28 14:10:17 +01:00
  • efa8b85ab1 Merge pull request #23 from mpeterv/fix-weak-tables Enrique García 2015-11-28 14:07:35 +01:00
  • daaefbd870 Do not allow collecting weak tables while they are being inspected mpeterv 2015-11-27 14:04:02 +03:00
  • 2213313a94 add new rockspec kikito 2015-11-21 17:26:31 +01:00
  • d4efbb9ee4 bump version to 3.0.1 kikito 2015-11-21 17:23:34 +01:00
  • e9dc27ab6e Adds a test for __len and uses _G.rawlen instead of rawlen to avoid warnings kikito 2015-11-21 17:19:53 +01:00
  • 144dec31f7 Merge pull request #21 from Nymphium/get_t_length_with_rawlen Enrique García 2015-11-21 17:17:13 +01:00
  • 4f9761b631 fixes __len issue using rawlen instead of #t in a couple places kikito 2015-11-21 17:13:48 +01:00
  • 162d497b0d second attempt at fixing travis kikito 2015-11-21 17:10:23 +01:00
  • f01a007c91 attempts to fix failing travis kikito 2015-11-21 17:08:09 +01:00
  • 387a2f683a adds test for rawlen kikito 2015-11-21 17:04:28 +01:00
  • 3392fa6314 just use # for Lua 5.1 nymphium 2015-11-20 23:51:44 +09:00
  • 3d27a547e0 uses hererocks in travis kikito 2015-11-13 22:11:17 +01:00
  • 6c1a22c207 implement simple rawlen function for Lua 5.1 nymphium 2015-11-13 05:58:04 +09:00
  • ec524dfc6a avoid __len metamethod nymphium 2015-11-13 05:35:01 +09:00
  • 96a1e6cc6f Merge pull request #19 from mpeterv/fix-spec Enrique García 2014-11-19 17:59:18 +01:00
  • 47e186d1e2 Merge pull request #18 from mpeterv/remove-redundant-function Enrique García 2014-11-19 17:57:37 +01:00
  • 373d56d4be Fix order of arguments in assertions mpeterv 2014-11-18 20:02:55 +03:00
  • b2217c6806 Remove redundant escapeChar function mpeterv 2014-11-18 19:42:53 +03:00
  • 54d2c28c7a changelog moved to its own file kikito 2014-09-21 11:39:20 +02:00
  • 8df8cd8b33 upped version. Fixes #17 kikito 2014-09-21 11:25:29 +02:00
  • 334e5cb68f Update README.md Enrique García 2014-09-20 16:14:47 +02:00
  • 0997a4e846 Update README.md Enrique García 2014-09-20 10:51:01 +02:00
  • cdaefcf744 rockspec for inspect 3.0 kikito 2014-09-19 23:05:04 +02:00
  • e4a9c872b4 remove redundant describe block kikito 2014-09-19 22:56:57 +02:00
  • f153849088 remove unused values & params kikito 2014-09-19 22:54:35 +02:00
  • 3eb9c65c7b fix inconsistent var name kikito 2014-09-19 22:52:10 +02:00
  • 182e6f28c1 Fix float keys being masked in tables with array elements kikito 2014-09-19 22:50:48 +02:00
  • 99deb522f8 refactor out commacontrol method kikito 2014-09-19 22:35:07 +02:00
  • e35338984d Touch stuff about license. Add change log kikito 2014-09-15 10:51:02 +02:00
  • 103e8e843d Remove deprecated stuff from read me kikito 2014-09-15 10:49:48 +02:00
  • c22d3381e7 Fix process example in README kikito 2014-09-15 10:49:12 +02:00
  • 33af4ee2ea update travis kikito 2014-09-13 14:44:56 +02:00
  • 99e8c03959 newline & indent options kikito 2014-09-13 12:33:20 +02:00
  • 9054ee1051 <key>, <metatable> -> inspect.KEY, inspect.METATABLE kikito 2014-09-13 12:12:41 +02:00
  • 1fb5373a45 Use '<key>' and '<metatable> on keys correctly kikito 2014-09-12 15:36:38 +02:00
  • b9b780caad unindent in specs kikito 2014-09-07 22:32:31 +02:00
  • 9ce951f6af updated readme with wishes kikito 2014-09-07 17:54:37 +02:00
  • d07147ed54 transform back into metatable-based object-orientation kikito 2014-08-21 20:15:25 +02:00
  • 2961caa14a process option handles keys as well as items kikito 2014-08-16 19:44:35 +02:00
  • 5ecaca9205 better test names kikito 2014-08-16 16:50:29 +02:00
  • e74c899b7d refactor processRecursive kikito 2014-08-16 16:35:24 +02:00
  • a1b30ad8a3 process now handles most values. But what to do with keys? kikito 2014-07-06 18:44:31 +02:00
  • 7195bfa423 remove filter option kikito 2014-07-06 17:24:37 +02:00
  • e67a7471d4 Merge pull request #14 from ignacio/patch-1 Enrique García 2014-03-16 04:08:55 +01:00
  • ddf5d00e1c Still mentions telescope Ignacio Burgueño 2014-03-15 17:49:59 -07:00
  • afb37ab9e9 Merge pull request #13 from cota/for-kikito Enrique García 2014-03-10 17:43:10 +01:00
  • 6d3a72ee1e README: fix typos Emilio G. Cota 2014-03-10 12:30:23 -04:00
  • a2ccd9220c extend filter with a path parameter. Fixes #12 kikito 2014-02-09 18:42:38 +01:00
  • b718a2e55c Merge pull request #10 from Kodiologist/escaping Enrique García 2014-01-09 04:02:16 -08:00
  • fbb524a813 removed use of string.quote("%q", str) Kodi Arfer 2014-01-07 10:57:42 -05:00
  • 0303fec453 tweaked string escaping, fixing GH-9 Kodi Arfer 2014-01-07 09:21:59 -05:00