Skip to content

Commit

Permalink
Re: #89. Removed the string library since clojure.string provides mos…
Browse files Browse the repository at this point in the history
…t of the functionality
  • Loading branch information
elenam committed Jun 22, 2016
1 parent a405e7b commit 4241c99
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 886 deletions.
1 change: 0 additions & 1 deletion src/errors/prettify_exception.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[expectations :refer :all]
[errors.error_dictionary :refer :all]
[errors.error_hints :refer :all])
;[clojure.string :refer :all])
(:use [errors.dictionaries]
[errors.messageobj]
[errors.errorgui]
Expand Down
3 changes: 0 additions & 3 deletions src/intro/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
(:use [errors.prettify_exception]
[seesaw.core])
(:require [expectations :refer :all]
;[corefns.corefns :refer :all]
[strings.beginner_string_library :refer :all]
[errors.errorgui :refer :all]
[intro.student :refer :all]
;[corefns.collection_fns :refer :all]
[utilities.file_IO :refer :all]
[errors.prettify_exception :refer :all]
[clojure.pprint :refer :all]
Expand Down
284 changes: 0 additions & 284 deletions src/strings/beginner_string_library.clj

This file was deleted.

1 change: 0 additions & 1 deletion test/corefns/corefns_test.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(ns corefns.corefns_test
(:require [expectations :refer :all]
[corefns.corefns :refer :all]
[strings.beginner_string_library :refer :all]
[errors.messageobj :refer :all]
[errors.exceptions :refer :all]
[corefns.collection_fns :refer :all]
Expand Down
Loading

0 comments on commit 4241c99

Please sign in to comment.