companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.2.0 released: https://ocaml.org/releases/5.2.0 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
grobe0ba has quit [Ping timeout: 244 seconds]
grobe0ba has joined #ocaml
Everything has quit [Quit: leaving]
zozozo has quit [Ping timeout: 276 seconds]
Stumpfenstiel has quit [Ping timeout: 252 seconds]
<discocaml> <struktured> has anyone setup merlin properly use neovim + init.lua rather than init.vim?
<discocaml> <struktured> has anyone setup merlin properly using neovim + init.lua rather than init.vim?
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
Tuplanolla has quit [Quit: Leaving.]
<dh`> since whoever-it-was didn't actually ask their question, I have a question of my own about setup-ocaml in github actions
<dh`> in particular, with v3 but not v2 it croaks on macos trying to install pkgconf and pkg-config from brew at the same time, which is apparently no longer allowed
<dh`> has anyone else seen this, and what should one do about it?
Haudegen has quit [Quit: Bin weg.]
deadmarshal_ has quit [Quit: IRCNow and Forever!]
<discocaml> <iamjcchan> I'm running ```opam install . --deps-only -y``` in dockerfile, which would install ezcurl, but it's requiring libcurl4-gnutls-dev and libgmp-dev. what option can I give opam install to install system dependecy automatically, without interaction
<discocaml> <iamjcchan> I'm running `opam install . --deps-only -y` in dockerfile, which would install ezcurl, but it's requiring libcurl4-gnutls-dev and libgmp-dev. what option can I give opam install to install system dependecy automatically, without interaction
zenes has joined #ocaml
zenes has quit [Changing host]
zenes has joined #ocaml
<discocaml> <yawaramin> hmm maybe do it in two steps: ```
<discocaml> <yawaramin> RUN opam install . --depext-only --yes
<discocaml> <yawaramin> RUN opam install . --deps-only --yes
<discocaml> <yawaramin> ```
<discocaml> <yawaramin> this also has the benefit that the external deps are cached earlier
<discocaml> <yawaramin> hmm maybe do it in two steps: ```
<discocaml> <yawaramin> RUN opam install . --depext-only --yes
<discocaml> <yawaramin> RUN opam install . --deps-only --assume-depexts --yes
<discocaml> <yawaramin> ```
<discocaml> <yawaramin> this also has the benefit that the external deps are cached earlier
deadmarshal_ has joined #ocaml
bartholin has joined #ocaml
<discocaml> <chrisarmstrong> Piaf, or httpun with httpn-eio if you just want http1.1
pi3ce has joined #ocaml
<discocaml> <iamjcchan> thanks. also is there a library and built in modules that lets you schedule a function/task to execute given a timestamp
euphores has quit [Quit: Leaving.]
euphores has joined #ocaml
semarie_ has joined #ocaml
semarie is now known as Guest6988
Guest6988 has quit [Killed (molybdenum.libera.chat (Nickname regained by services))]
semarie_ is now known as semarie
semarie has quit [Client Quit]
semarie has joined #ocaml
pi3ce has quit [Read error: Connection reset by peer]
pi3ce has joined #ocaml
agentcasey has joined #ocaml
Tuplanolla has joined #ocaml
rgrinberg has joined #ocaml
rgrinberg has quit [Client Quit]
Serpent7776 has joined #ocaml
pi3ce has quit [Ping timeout: 252 seconds]
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
Haudegen has joined #ocaml
tremon has joined #ocaml
mbuf has joined #ocaml
<discocaml> <softwaresirppi> Guys im just fkin with the shell. and i have things to discuss. I've tested these with bash and dash.
<discocaml> <softwaresirppi> ```sh
<discocaml> <softwaresirppi> #!/bin/sh
<discocaml> <softwaresirppi> echo [0-9] # Outputs 1 2. Why?
<discocaml> <softwaresirppi> echo [a-z] # Outputs a b c. Why?
<discocaml> <softwaresirppi> file ./ # Outputs ./: directory. Makes sense.
<discocaml> <softwaresirppi> file .// # Still Outputs .//: directory for any number of slashes. Why?
<discocaml> <softwaresirppi> echo * # prints all files and dirs in the working directory
<discocaml> <softwaresirppi> echo */ # prints only dirs
<discocaml> <softwaresirppi> echo .* # prints only dot-files
<discocaml> <softwaresirppi> echo *.* # But this doenst print dot-files. Why? the first star could be empty, right?
<discocaml> <softwaresirppi> # How do i print only files then?
<discocaml> <softwaresirppi> ```
rgrinberg has joined #ocaml
<discocaml> <Kali> #offtopic🎲
<discocaml> <softwaresirppi> oops, alright
szkl has quit [Quit: Connection closed for inactivity]
Everything has joined #ocaml
pi3ce has joined #ocaml
szkl has joined #ocaml
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #ocaml
zenes has quit [Remote host closed the connection]
Everything has quit [Quit: leaving]
deavmi has quit [Remote host closed the connection]
mbuf has quit [Quit: Leaving]
zenmov has quit [Ping timeout: 252 seconds]
rgrinberg has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
Stumpfenstiel has joined #ocaml
Stumpfenstiel has quit [Changing host]
Stumpfenstiel has joined #ocaml
zozozo has joined #ocaml
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
Anarchos has joined #ocaml
<discocaml> <iamjcchan> when I ran ` opam config env`, is there an option to not include `export {environment}` in the output
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Everything has joined #ocaml
rgrinberg has joined #ocaml
Everything has quit [Ping timeout: 246 seconds]
Everything has joined #ocaml
bartholin has quit [Quit: Leaving]
Serpent7776 has quit [Ping timeout: 252 seconds]
myrkraverk has quit [Quit: Leaving]
Stumpfenstiel has quit [Ping timeout: 252 seconds]
myrkraverk has joined #ocaml
divya has joined #ocaml
Haudegen has joined #ocaml
zenmov has joined #ocaml