Commit graph

310 commits

Author SHA1 Message Date
Jonas Enlund
f7cfe26efe Merge pull request #17 from rbxbx/master
Updating a url in the project's readme
2012-03-15 21:01:52 -07:00
Jonas Enlund
520c289e7f Update core.logic to 0.6.8 2012-03-16 06:00:45 +02:00
Robert Pitts
3effc4d1f5 Correct link to control_structures.clj in README 2012-03-15 15:30:20 -07:00
Jonas Enlund
add78727e3 Removed anononymous fn rules 2012-03-15 21:47:13 +02:00
Jonas Enlund
058c7c66f2 Merge branch 'better-reporting' 2012-03-13 21:53:11 +02:00
Jonas Enlund
aa3fd934eb pprint code 2012-03-13 17:52:05 +02:00
Jonas Enlund
f2280ed4bd A few misc rules 2012-03-13 17:32:07 +02:00
Jonas Enlund
2ce1929d03 into rules 2012-03-13 06:44:20 +02:00
Jonas Enlund
1c85111346 Merge branch 'thread-rules' 2012-03-10 22:04:44 +02:00
Paul deGrandis
ddc36b3a65 It seems like the reader/LNPR is already adding the :line meta data (both in the repl and for files). Removed. 2012-03-10 12:38:44 -05:00
Paul deGrandis
6991e41339 Added misuse of threading macro 2012-03-10 12:32:27 -05:00
Jonas Enlund
7c541e537b inc version to 0.0.3-SNAPSHOT 2012-03-10 15:00:13 +02:00
Jonas Enlund
a88574a04b Fixed (when (not ..) ..) rule -- fixes #13 2012-03-10 14:20:54 +02:00
Jonas Enlund
f756f65d5c README update 2012-03-10 07:49:44 +02:00
Jonas Enlund
3654cb09ca 0.0.2 release 2012-03-10 07:19:08 +02:00
Jonas Enlund
9c2318dde5 if-let -> when-let 2012-03-10 06:59:47 +02:00
Jonas Enlund
63f65bd029 Merge branch 'more-rules'
Conflicts:
	src/jonase/kibit/rules/misc.clj
2012-03-10 06:57:03 +02:00
Paul deGrandis
365ee08d7a Merge branch 'fix-reflection' 2012-03-09 19:48:42 -05:00
Paul deGrandis
82ce492926 Fixed the only reflection warning 2012-03-09 19:48:15 -05:00
Paul deGrandis
a104cbb192 General project docs and a quick URL doc for Marg 2012-03-09 17:42:25 -05:00
Paul deGrandis
431a2df061 Master rule set to include new collections 2012-03-09 15:17:20 -05:00
Paul deGrandis
e65ddf8045 New collections rule set 2012-03-09 15:16:14 -05:00
Paul deGrandis
cd9f3016b0 Jonas fixes this in another branch 2012-03-09 14:34:26 -05:00
Paul deGrandis
ffbb0da9d2 Merge branch 'check-form-tests' 2012-03-09 14:33:11 -05:00
Jonas Enlund
deb7fbac24 A few rules 2012-03-09 20:54:15 +02:00
Paul deGrandis
370a0829d1 Doc fixes suggested by jonas 2012-03-09 13:10:12 -05:00
Paul deGrandis
6b6822a749 Doc updates 2012-03-09 11:06:44 -05:00
Jonas Enlund
3f20f320c9 First cut at better doc strings 2012-03-09 16:13:00 +02:00
Paul deGrandis
7fe782a413 Tests to make sure I never break the seq code again 2012-03-09 09:08:31 -05:00
Paul deGrandis
2c34ac1c21 Commented out tests until check-form can continually apply rules 2012-03-09 09:07:55 -05:00
Paul deGrandis
2c8d8be2d8 Single do removal rule 2012-03-09 09:07:19 -05:00
Jonas Enlund
ce34ad1295 Revert "Revert "Simplified unify map creation""
This reverts commit 2c92818771.
2012-03-09 07:20:12 +02:00
Paul deGrandis
2c92818771 Revert "Simplified unify map creation"
This reverts commit 8287f276d7.
2012-03-08 17:43:21 -05:00
Jonas Enlund
8287f276d7 Simplified unify map creation 2012-03-08 22:01:30 +02:00
Jonas Enlund
37e7c021a2 Merge branch 'check-expr-11' of github.com:jonase/kibit 2012-03-08 21:30:02 +02:00
Jonas Enlund
234c3152da Merge branch 'new-rule-drop' of github.com:jonase/kibit 2012-03-08 21:28:39 +02:00
Jonas Enlund
936cd68996 Merge branch 'fn-rule-fix'
Conflicts:
	src/jonase/kibit/core.clj
2012-03-08 21:27:49 +02:00
Jonas Enlund
278c42b999 Fixed anonymous-fn rule 2012-03-08 21:18:47 +02:00
Paul deGrandis
d299489f20 dead code when rule 2012-03-08 13:53:40 -05:00
Paul deGrandis
9178c4dd47 Pointless do, dead code when-not rules 2012-03-08 13:51:19 -05:00
Paul deGrandis
4018c4fdef Pointless zero compare rule 2012-03-08 13:48:36 -05:00
Paul deGrandis
14da585072 Alts should be forms/seqs, single symbols, or strings 2012-03-08 13:45:22 -05:00
Paul deGrandis
f8f1e4ec03 check-expr checks an entire expression/all inner forms 2012-03-08 13:39:48 -05:00
Jonas Enlund
58bcdea6e8 Docstring for expr-seq 2012-03-08 13:38:49 +02:00
Jonas Enlund
fcf790ebf0 Some work on documentation 2012-03-08 13:12:38 +02:00
Jonas Enlund
ea633a4cd4 Merge branch 'marg-drop' 2012-03-08 13:06:45 +02:00
Paul deGrandis
01f9365b6a Weird, some files didn't sync correctly 2012-03-07 16:17:25 -05:00
Paul deGrandis
99a3313b70 Fixed up the rules import 2012-03-07 16:09:08 -05:00
Paul deGrandis
ab075e6dc2 Cleaned up pointless spaces 2012-03-07 15:56:09 -05:00
Paul deGrandis
33a403fb5f arithmetic rules now return unified forms 2012-03-07 15:53:01 -05:00