Docstrings and metadata on protocol method signatures

2018-07-09 Thread baptiste . fontaine
t; {:doc {:doc "mydoc" :added "1.0"}} ;; Not really. ^{} -style? -> nope (defprotocol P (^{:doc "mydoc" :added "1.0"} foo [_])) (select-keys (meta #'foo) [:doc :added]) ; => {:doc nil :added "1.0"} ;; ^{} + after the args -> yeah! (defpr

Re: read-line is limited to 4095 chars

2017-09-26 Thread baptiste . fontaine
t; bug or a documentation miss. I wanted to know which one it is before > trying > >> to fix it. > >> > >> I’ve done some research and it appears to be a limitation of the > >> BufferedReader’s readLine method that uses a buffer of either 4k or 8k > >

read-line is limited to 4095 chars

2017-09-26 Thread baptiste . fontaine
y read a whole line or (2) just update the documentation to note this limit? Thanks, -- Baptiste Fontaine -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts fr