Skip to content

Instantly share code, notes, and snippets.

@tobias
Created August 20, 2014 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobias/95f29380306064817182 to your computer and use it in GitHub Desktop.
Save tobias/95f29380306064817182 to your computer and use it in GitHub Desktop.
-*- mode: grep; default-directory: "~/w/immutant/immutant/" -*-
Grep started at Wed Aug 20 14:01:10
git --no-pager grep --no-color -n -e "TODO" -- "*.*"
etc/bin/ci-prep-wildfly.sh:20:# TODO: domain mode
etc/build-helper/src/build_helper/docs.clj:21: (update-in project [:dependencies] conj '[org.immutant/build-helper "0.1.6"]) ;; TODO: don't hardcode this version?
messaging/src/immutant/messaging.clj:139: TODO: more docs/examples"
messaging/test/immutant/messaging/pipeline_test.clj:359: (println "NOTE: pipeline record test disabled out-of-container, as it will fail. TODO: fix it")))
web/test/immutant/web/websocket_test.clj:92: ;; TODO: bug in undertow! (is (= "/?x=y&j=k" (-> handshake uri str)))
wildfly/src/immutant/wildfly.clj:116: ;; TODO: figure out where to store/get the web-context
Grep finished (matches found) at Wed Aug 20 14:01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment