Commit Graph
85 Commits
Author SHA1 Message Date
kikito f153849088 remove unused values & params 2014-09-19 22:54:35 +02:00
kikito 3eb9c65c7b fix inconsistent var name 2014-09-19 22:52:10 +02:00
kikito 182e6f28c1 Fix float keys being masked in tables with array elements 2014-09-19 22:50:48 +02:00
kikito 99deb522f8 refactor out commacontrol method 2014-09-19 22:35:07 +02:00
kikito e35338984d Touch stuff about license. Add change log 2014-09-15 10:51:02 +02:00
kikito 103e8e843d Remove deprecated stuff from read me 2014-09-15 10:49:48 +02:00
kikito c22d3381e7 Fix process example in README 2014-09-15 10:49:12 +02:00
kikito 33af4ee2ea update travis 2014-09-13 14:44:56 +02:00
kikito 99e8c03959 newline & indent options 2014-09-13 12:33:20 +02:00
kikito 9054ee1051 <key>, <metatable> -> inspect.KEY, inspect.METATABLE 2014-09-13 12:12:41 +02:00
kikito 1fb5373a45 Use '<key>' and '<metatable> on keys correctly 2014-09-12 15:36:38 +02:00
kikito b9b780caad unindent in specs 2014-09-07 22:32:31 +02:00
kikito 9ce951f6af updated readme with wishes 2014-09-07 17:54:37 +02:00
kikito d07147ed54 transform back into metatable-based object-orientation 2014-08-21 20:15:25 +02:00
kikito 2961caa14a process option handles keys as well as items 2014-08-16 19:44:35 +02:00
kikito 5ecaca9205 better test names 2014-08-16 16:50:29 +02:00
kikito e74c899b7d refactor processRecursive 2014-08-16 16:35:24 +02:00
kikito a1b30ad8a3 process now handles most values. But what to do with keys? 2014-07-06 18:44:31 +02:00
kikito 7195bfa423 remove filter option 2014-07-06 17:24:37 +02:00
Enrique García e67a7471d4 Merge pull request #14 from ignacio/patch-1
README still mentions telescope instead of busted
2014-03-16 04:08:55 +01:00
Enrique García afb37ab9e9 Merge pull request #13 from cota/for-kikito
README: fix typos
2014-03-10 17:43:10 +01:00
kikito a2ccd9220c extend filter with a path parameter. Fixes #12 2014-02-09 18:42:38 +01:00
Enrique García b718a2e55c Merge pull request #10 from Kodiologist/escaping
Fix escaping bug (GH-9)
2014-01-09 04:02:16 -08:00
kikito cef9f42521 . 2013-09-15 22:22:34 +02:00
kikito da707f574f added 2.0-1 rockspec 2013-09-15 14:35:48 +02:00
kikito 42c17eedbb moved rockspec to rockspec folder 2013-09-15 14:27:49 +02:00
kikito 455fc40587 updated version to 2.0.0 2013-09-15 13:32:39 +02:00
kikito e47dbfc55c updated README to the latest options 2013-09-15 13:32:04 +02:00
kikito 76138d86a7 added filter option 2013-09-15 13:02:45 +02:00
kikito 8a65da658a made depth an options parameter 2013-09-15 11:23:01 +02:00
kikito e898803196 reordering of code in inspect.lua 2013-09-14 18:14:52 +02:00
kikito 0de3c69e5d made inspect.lua not object-oriented 2013-09-14 18:12:47 +02:00
kikito 7a0dae850d renamed comma variable 2013-09-14 17:06:06 +02:00
kikito c34213d266 refactor type sorting 2013-09-14 16:45:31 +02:00
kikito 04aea86a32 refactoring of id-related metatables 2013-09-14 16:12:24 +02:00
Enrique García 67f12d3664 Merge pull request #7 from CheyiLin/master
arbitrary type support (e.g., LuaJIT's cdata)
2013-09-14 05:24:39 -07:00
kikito e15c40b238 moved to MIT license 2013-09-14 13:17:48 +02:00
kikito 091b62cd5d bump to v1.2.1 2013-01-21 00:51:44 +01:00
kikito 2b502e1a81 fixed metatable-related loop when a table is its own index. References #4 2013-01-21 00:49:22 +01:00
kikito 1514d86828 fix overflow when a table is its own metatable. References #4 2013-01-20 17:23:36 +01:00
kikito 0571e63e01 use busted for specs instead of telescope 2013-01-20 17:07:41 +01:00
Enrique García e2fe8827e4 Update README.md 2013-01-02 01:59:15 +01:00
Enrique García ce3269766e Update .travis.yml 2013-01-02 01:53:53 +01:00
Enrique García 8c78b64d2a Create .travis.yml 2013-01-01 16:50:54 -08:00
kikito 33cda55688 updated rockspec 2012-11-05 23:37:53 +01:00
kikito 8c1e844845 added rockspec 2012-11-03 20:23:43 +01:00
kikito 14a63ac985 transformed inspect into a callable table with _VERSION attribute 2012-11-03 15:17:14 +01:00
kikito 9df9eaf1c4 updated README 2012-10-30 00:21:31 +01:00
kikito 3c74d1ccc4 updated README 2012-10-30 00:17:50 +01:00
kikito 66ffbd5ed1 bumped version to 1.2.0 2012-10-30 00:05:39 +01:00
kikito 4cffae8b5b updated README with the new changes 2012-10-30 00:02:12 +01:00
kikito f4eceb558a spacing in spec 2012-10-29 23:41:56 +01:00
kikito 78c4643ba0 made depth default to infinite 2012-10-29 23:32:44 +01:00
kikito b744b7f3f8 removed table ids from tables that appear less than twice. Fixes #2 2012-10-29 23:26:49 +01:00
kikito d01950cee3 removed should from specs. fixes #3 2012-10-29 21:11:20 +01:00
kikito fa1ef6683e other minor refactors 2012-10-29 21:05:31 +01:00
kikito 282800b478 small refactor 2012-10-29 20:49:20 +01:00
Enrique García 54ef1b0711 Update README.textile 2011-12-05 19:51:36 +01:00
Enrique García Cota 6099c50497 v1.1.1 2011-08-13 00:53:48 +02:00
Enrique García Cota 4c92bad614 simplified spec running. Added new instructions for it. Managed case where __toString throws an error. Made local a function that was global by mistake 2011-08-13 00:52:55 +02:00
Enrique García Cota ca9e012357 edited README 2011-05-10 00:48:23 +02:00
Enrique García Cota 8804f4f1a8 added counters for functions, tables, userdata and threads. updated to v1.1 2011-05-10 00:31:56 +02:00
Enrique García 3f50db4dbe Edited BSD-LICENSE.txt via GitHub 2011-04-25 05:13:26 -07:00
Enrique García Cota b0d37e5251 fixed comment typos 2011-04-24 15:07:18 +02:00
Enrique García Cota 1583badc2f updating version to 1.0 2011-04-24 02:49:32 +02:00
Enrique García Cota 73af6baafa updated readme 2011-04-24 02:46:52 +02:00
Enrique García Cota f46ce9b86b added __tostring comment at the beginning, if possible 2011-04-24 02:09:24 +02:00
Enrique García Cota 395b02ecbe added metatable support 2011-04-24 01:39:05 +02:00
Enrique García Cota 4ddef3ccae refactorized putTable & comma control 2011-04-24 01:26:10 +02:00
Enrique García Cota 845a045962 refactorized level control 2011-04-24 01:19:49 +02:00
Enrique García Cota c25b42a610 keys sorting is now explicitly tested 2011-04-24 01:11:51 +02:00
Enrique García Cota 80feaaf4d0 Depth control also working on keys 2011-04-24 01:02:05 +02:00
Enrique García Cota 4572d02f72 I didnt commit the right stuff on previous commit. fixing that 2011-04-24 00:46:43 +02:00
Enrique García Cota 71bf1a87a0 depth works on values. It was too easy 2011-04-24 00:43:55 +02:00
Enrique García Cota 4e3eb102ed tables working quite well, I am happy :) 2011-04-24 00:16:36 +02:00
Enrique García Cota b51be52bf0 nested dictionary tables start working 2011-04-24 00:04:45 +02:00
Enrique García Cota 51153a31c6 first tests with dictionary-type table are passing! 2011-04-23 23:29:52 +02:00
Enrique García Cota ecf208a938 organized tests into groups 2011-04-23 21:33:03 +02:00
Enrique García Cota 87b3e1d82c strings were a bit difficult 2011-04-23 21:00:41 +02:00
Enrique García Cota b8286f82dc nested tables 2011-04-23 20:17:43 +02:00
Enrique García Cota 77104ea09e simple arrays 2011-04-23 20:07:57 +02:00
Enrique García Cota b66508cb56 you are right. scrapping everything over and starting again 2011-04-23 19:50:11 +02:00
Enrique García Cota 3d3840393e allright, so you just wrote a bunch of code without writing any tests. Now scrap it and start over, writing those damn tests! 2011-04-23 19:48:43 +02:00
Enrique García Cota afb50da598 initial commit 2011-04-21 01:12:23 +02:00
Enrique García Cota 14bbbdc78f initial commit 2011-04-21 01:11:42 +02:00