Skip to content

Commit

Permalink
move data.clj -> map.clj, update custom-map, and add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Nov 12, 2011
1 parent ed2245e commit ee7a658
Show file tree
Hide file tree
Showing 7 changed files with 324 additions and 179 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
pom.xml
*jar
lib
classes
classes
.lein-failures
4 changes: 2 additions & 2 deletions src/potemkin.clj
Expand Up @@ -9,12 +9,12 @@
(ns potemkin
(:require
[potemkin.namespace :as namespace]
[potemkin.data :as data]))
[potemkin.map :as map]))

(namespace/import-macro #'namespace/import-macro) ;; totally meta
(import-macro #'namespace/import-fn)

(import-macro #'data/def-custom-map)
(import-macro #'map/def-custom-map)



Expand Down
174 changes: 0 additions & 174 deletions src/potemkin/data.clj

This file was deleted.

0 comments on commit ee7a658

Please sign in to comment.