<discocaml>
<darrenldl> i mean if ecosystem is all you are after, then cant really go wrong with python
Anarchos has quit [Quit: Vision[]: i've been blurred!]
dhil has joined #ocaml
wingsorc has quit [Ping timeout: 240 seconds]
neiluj has quit [Ping timeout: 250 seconds]
bartholin has quit [Quit: Leaving]
spip has joined #ocaml
Serpent7776 has joined #ocaml
<discocaml>
<uncomfyhalomacro> i think OCaml will be my first experience with an ML family of languages. i just joined yesterday
troydm has quit [Ping timeout: 240 seconds]
Haudegen has quit [Quit: Bin weg.]
darchitect1 has joined #ocaml
<darchitect1>
hey guys, this is for anyone who uses Eldoc + Emacs for OCaml dev -> do you know how to view the full docstring comment of a signature/value/etc.. in the gutter ? Currently I can only see the usual `a -> b -> c (** some long comment ... *)` with `...` in place of the remainder of the long docstring comment
Serpent7776 has quit [Read error: Connection reset by peer]
darchitect1 has quit [Ping timeout: 246 seconds]
Serpent7776 has joined #ocaml
darchitect1 has joined #ocaml
darchitect1 has quit [Ping timeout: 250 seconds]
darchitect1 has joined #ocaml
Haudegen has joined #ocaml
darchitect1 has quit [Ping timeout: 250 seconds]
darchitect1 has joined #ocaml
<vsiles>
is there a way to make dune build only output the path of files with errors, instead of the whole error contents ? I'm trying to find a nice way to collect them and open them in vim, so only the path is relevant
<vsiles>
and I'd like to avoid a custom build script / tons of bash pipes
darchitect1 has quit [Ping timeout: 250 seconds]
<theblatte>
vsiles: add "-error-style short" to the ocamlc parameters?
darchitect1 has joined #ocaml
dhil has quit [Ping timeout: 246 seconds]
szkl has joined #ocaml
darchitect1 has quit [Ping timeout: 250 seconds]
darchitect1 has joined #ocaml
<darchitect1>
why am I constantly being disconnected from the server ?
<companion_cube>
are you turning your computer off or something?
<vsiles>
theblatte: hmmm let's see if I can do that from the command line
darchitect1 has quit [Ping timeout: 246 seconds]
waleee has joined #ocaml
<theblatte>
vsiles: doubtful!
<theblatte>
vsiles: oh wait: "The environment variable "OCAML_ERROR_STYLE" is considered if -error-style is not provided. Its values are short/contextual as above."
motherfsck has joined #ocaml
darchitect1 has joined #ocaml
darchitect1 has quit [Ping timeout: 265 seconds]
<vsiles>
Better ! But still not minimal enough, we're getting the message (but no code !)
<vsiles>
Thanks for pointing it out.
<vsiles>
less bloat, it's easier already
<theblatte>
can't vim go to compiler errors that are formatted in this very standard way? ^^
dstein64- has joined #ocaml
dstein64 has quit [Ping timeout: 246 seconds]
dstein64- is now known as dstein64
<vsiles>
yes, if you invoke it the right way (using `:make`) but I'm experimenting with `dune build -w` so it's in an emulated terminal
<vsiles>
I'm slowly learning vimscript and fzf to make a fuzzy matcher on that terminal output, now it's more reasonable
oriba has joined #ocaml
darchitect1 has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
darchitect1 has quit [Ping timeout: 250 seconds]
waleee has quit [Quit: WeeChat 3.8]
szkl has quit [Quit: Connection closed for inactivity]
<discocaml>
<geoff> Seems like we're missing some of the messages from IRC, unless they were direct messages that were responded to publicly
<darchitect1>
what do you guys think of Haskell, I've just been through Robert Harper's course on Programming Languages and he says Standard ML and OCaml are basically the only two languages that are the "true languages" from a type theoretic point of view and Haskell is more or less badly implemented because you always have `undefined` and you don't have inductive types. You would be foolish to asume I
<darchitect1>
understood more than about 60% of the lectures so I just wanted to see what you guys think about this?