clojure - Compojure Ring Server Generated By 'lein ring server' Acting Oddly -
so coding , got exception. fixed exception , went check things working. instead of seeing fixes instead saw website generated prior exception having been thrown. previous code had been cached , being used. double checked intuition commenting out , trying put in string instead of web page , still resulted in no changes site. went ahead , tried restarting server. didn't fix things. tried running lein clean. didn't fix things either. hell going on here , how fix it?
i'm pretty sure code irrelevant, because i'm getting same problem no matter code use. wondering initial exception function clojure.string/replace being used @ clojure.core/replace or in other words had naming conflict. resolved (:require [clojure.string :as string]).
hmm, ended restarting computer , problem solved. actual reason had problem i'm not sure of.
Comments
Post a Comment