Commit Graph

116 Commits (e9dc27ab6e2e1936b9712afc032936df91ad75c4)
 

Author SHA1 Message Date
kikito e9dc27ab6e Adds a test for __len and uses _G.rawlen instead of rawlen to avoid warnings 9 years ago
Enrique García 144dec31f7 Merge pull request #21 from Nymphium/get_t_length_with_rawlen 9 years ago
kikito 4f9761b631 fixes __len issue using rawlen instead of #t in a couple places 9 years ago
kikito 162d497b0d second attempt at fixing travis 9 years ago
kikito f01a007c91 attempts to fix failing travis 9 years ago
kikito 387a2f683a adds test for rawlen 9 years ago
nymphium 3392fa6314 just use # for Lua 5.1 9 years ago
kikito 3d27a547e0 uses hererocks in travis 9 years ago
nymphium 6c1a22c207 implement simple rawlen function for Lua 5.1 9 years ago
nymphium ec524dfc6a avoid __len metamethod 9 years ago
Enrique García 96a1e6cc6f Merge pull request #19 from mpeterv/fix-spec 10 years ago
Enrique García 47e186d1e2 Merge pull request #18 from mpeterv/remove-redundant-function 10 years ago
mpeterv 373d56d4be Fix order of arguments in assertions 10 years ago
mpeterv b2217c6806 Remove redundant `escapeChar` function 10 years ago
kikito 54d2c28c7a changelog moved to its own file 10 years ago
kikito 8df8cd8b33 upped version. Fixes #17 10 years ago
Enrique García 334e5cb68f Update README.md 10 years ago
Enrique García 0997a4e846 Update README.md 10 years ago
kikito cdaefcf744 rockspec for inspect 3.0 10 years ago
kikito e4a9c872b4 remove redundant describe block 10 years ago
kikito f153849088 remove unused values & params 10 years ago
kikito 3eb9c65c7b fix inconsistent var name 10 years ago
kikito 182e6f28c1 Fix float keys being masked in tables with array elements 10 years ago
kikito 99deb522f8 refactor out commacontrol method 10 years ago
kikito e35338984d Touch stuff about license. Add change log 10 years ago
kikito 103e8e843d Remove deprecated stuff from read me 10 years ago
kikito c22d3381e7 Fix process example in README 10 years ago
kikito 33af4ee2ea update travis 10 years ago
kikito 99e8c03959 newline & indent options 10 years ago
kikito 9054ee1051 <key>, <metatable> -> inspect.KEY, inspect.METATABLE 10 years ago
kikito 1fb5373a45 Use '<key>' and '<metatable> on keys correctly 10 years ago
kikito b9b780caad unindent in specs 10 years ago
kikito 9ce951f6af updated readme with wishes 10 years ago
kikito d07147ed54 transform back into metatable-based object-orientation 10 years ago
kikito 2961caa14a process option handles keys as well as items 10 years ago
kikito 5ecaca9205 better test names 10 years ago
kikito e74c899b7d refactor processRecursive 10 years ago
kikito a1b30ad8a3 process now handles most values. But what to do with keys? 11 years ago
kikito 7195bfa423 remove filter option 11 years ago
Enrique García e67a7471d4 Merge pull request #14 from ignacio/patch-1 11 years ago
Ignacio Burgueño ddf5d00e1c Still mentions telescope 11 years ago
Enrique García afb37ab9e9 Merge pull request #13 from cota/for-kikito 11 years ago
Emilio G. Cota 6d3a72ee1e README: fix typos 11 years ago
kikito a2ccd9220c extend filter with a path parameter. Fixes #12 11 years ago
Enrique García b718a2e55c Merge pull request #10 from Kodiologist/escaping 11 years ago
Kodi Arfer fbb524a813 removed use of string.quote("%q", str) 11 years ago
Kodi Arfer 0303fec453 tweaked string escaping, fixing GH-9 11 years ago
Kodi Arfer 588486afde removed ineffectual entry in controlCharsTranslation 11 years ago
Kodi Arfer a5291a2a2c renamed "unescape" functions to "escape" 11 years ago
Kodi Arfer 6373d7748a added more escaping tests 11 years ago