This isn't a clojure issue.
A reference to "process filter" indicates this is an emacs problem. Its
regex syntax matcher tends to blow up on long lines.
On Mon, Dec 24, 2018, 14:57 Andy Fingerhut wrote:
> I would recommend trying to temporarily rename ~/.lein/profiles.clj to a
> different name,
I would recommend trying to temporarily rename ~/.lein/profiles.clj to a
different name, so that there is no such file with that name any more, and
try your file-seq expression again to see if it behaves any differently.
Andy
On Mon, Dec 24, 2018 at 1:38 PM nenad mitrovic
wrote:
> Sorry, here i
windows 8.1, java 1.8.0_191, clojure 1.8.0
profiles.clj contains the following content:
{:profiles/dev {:env {:database-url
"jdbc:postgresql://localhost/spam_filter_dev?user=db_user_name_here&password=db_user_password_here"}}
:profiles/test {:env {:database-url
"jdbc:postgresql://localhost/s
Sorry, here is profiles.clj
{:user
{
:java-cmd "C:\\Program Files\\Java\\jdk1.8.0_111\\bin\\java.exe"
:plugins [
[cider/cider-nrepl "0.8.1"]
[luminus/lein-template "2.9.9.2"]
]
}
}
On Monday, December 24, 2018 at 10:12:04 PM UTC+1, nenad mitrovic wrote:
>
> I am trying to execut
I have just tried to reproduce a similar case on a system running Mac OS X
10.13.6, Oracle/Apple Java 1.8.0_192, Clojure 1.9.0, and Leiningen 2.8.3,
and a directory containing 1400 files. I did not see the error you did.
What versions of OS, Java, Clojure, and anything on top of Clojure (e.g.
Lei
I am trying to execute this piece of code: (rest (file-seq (file (str
"corpus/" "ham"))).
When I execute I get this error: "error in process filter: Stack overflow
in regexp matcher".
I have 1400 files in corpus/ham folder. But when I execute only three file
it works.
--
You received this mess
I have an off-topic question, How can I use Clojure Docker container binary for
Emacs CIDER? I want to try it in Emacs CIDER.
--
[ stardiviner ]
I try to make every word tell the meaning what I want to express.
Blog: https://stardiviner.github.io/
IRC(freenode): stardivin
Did you change your ~/.lein/profiles.clj file? That’s the most common cause of
mysterious startup failures with Leiningen it seems. Try removing/renaming that
file and see if your problems go away.
If you have more of the stacktrace to share (via pastebin or a gist etc), that
might help folks o
I'm not sure what I did, but suddenly I'm getting this:
Exception: clojure.lang.ExceptionInfo thrown from the
UncaughtExceptionHandler in thread "main"
Exception: clojure.lang.ExceptionInfo thrown from the
UncaughtExceptionHandler in thread "Thread-0"
I had been using println to do some debugg