ravenousmoose has quit [Ping timeout: 276 seconds]
AtumT has quit [Quit: AtumT]
FreeBirdLjj has joined #ocaml
weird_error has joined #ocaml
olle has quit [Ping timeout: 276 seconds]
olle has joined #ocaml
mfp has quit [Ping timeout: 240 seconds]
kleisli has joined #ocaml
rpcope has quit [Ping timeout: 276 seconds]
weird_error has quit [Quit: weird_error]
kleisli has quit [Ping timeout: 240 seconds]
oliverfriedmann has joined #ocaml
philtor has quit [Remote host closed the connection]
arwn has left #ocaml [#ocaml]
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #ocaml
unyu has quit [Ping timeout: 276 seconds]
FreeBirdLjj has quit [Ping timeout: 240 seconds]
unyu has joined #ocaml
traviss has joined #ocaml
unyu has quit [Quit: ERC (IRC client for Emacs 26.3)]
rpcope has joined #ocaml
traviss has quit [Client Quit]
philt has joined #ocaml
philt has quit [Client Quit]
philtor has joined #ocaml
traviss has joined #ocaml
Traviss__ has quit [Ping timeout: 250 seconds]
rpcope has quit [Ping timeout: 268 seconds]
philtor has quit [Remote host closed the connection]
rpcope has joined #ocaml
tormen_ has joined #ocaml
unyu has joined #ocaml
tormen has quit [Ping timeout: 240 seconds]
traviss has quit [Quit: Leaving]
analogue has joined #ocaml
philtor has joined #ocaml
rpcope has quit [Ping timeout: 240 seconds]
kleisli has joined #ocaml
sshine has left #ocaml [#ocaml]
jaar has quit [Ping timeout: 276 seconds]
traviss has joined #ocaml
rpcope has joined #ocaml
oliverfriedmann has quit [Remote host closed the connection]
kleisli has quit [Ping timeout: 250 seconds]
kleisli has joined #ocaml
oliverfriedmann has joined #ocaml
oliverfriedmann has quit [Remote host closed the connection]
oliverfriedmann has joined #ocaml
oliverfriedmann has quit [Remote host closed the connection]
oliverfriedmann has joined #ocaml
gravicappa has joined #ocaml
remexre has quit [Ping timeout: 276 seconds]
remexre has joined #ocaml
traviss has quit [Quit: Leaving]
Vikfret has joined #ocaml
kleisli has quit [Ping timeout: 265 seconds]
unyu has quit [Ping timeout: 276 seconds]
unyu has joined #ocaml
gravicappa has quit [Ping timeout: 276 seconds]
narimiran has joined #ocaml
rpcope has quit [Ping timeout: 268 seconds]
rpcope has joined #ocaml
rpcope has quit [Ping timeout: 240 seconds]
crowley95 has quit [Read error: Connection reset by peer]
crowley95 has joined #ocaml
Serpent7776 has joined #ocaml
rpcope has joined #ocaml
Haudegen has joined #ocaml
ravenousmoose has joined #ocaml
ravenousmoose has quit [Ping timeout: 245 seconds]
barockobamo has joined #ocaml
bartholin has quit [Remote host closed the connection]
traviss has joined #ocaml
traviss has quit [Client Quit]
Vikfret has quit [Quit: Leaving]
betux has joined #ocaml
oliverfriedmann has quit [Remote host closed the connection]
oliverfriedmann has joined #ocaml
oliverfriedmann has quit [Ping timeout: 265 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oliverfriedmann has joined #ocaml
oliverfriedmann has quit [Ping timeout: 240 seconds]
oliverfriedmann has joined #ocaml
oliverfriedmann has quit [Ping timeout: 240 seconds]
mbuf has joined #ocaml
mbuf has quit [Read error: Connection reset by peer]
ravenousmoose has joined #ocaml
oliverfriedmann has joined #ocaml
mbuf has joined #ocaml
mbuf has quit [Read error: Connection reset by peer]
mbuf has joined #ocaml
mbuf has quit [Read error: Connection reset by peer]
ravenousmoose has quit [Ping timeout: 246 seconds]
oliverfriedmann has quit [Ping timeout: 240 seconds]
mbuf has joined #ocaml
orbifx has joined #ocaml
oliverfriedmann has joined #ocaml
nullifidian has quit [Ping timeout: 240 seconds]
nullifidian has joined #ocaml
ggole has joined #ocaml
traviss has joined #ocaml
Guibb has joined #ocaml
mbuf has quit [Read error: Connection reset by peer]
gravicappa has joined #ocaml
kvda has joined #ocaml
jaar has joined #ocaml
madroach has quit [Quit: leaving]
madroach has joined #ocaml
weird_error has joined #ocaml
mfp has joined #ocaml
<Guibb>
hi, after installation opam show and opam list commands are working but opam install has to be killed (C-c) to stop and of course nothing was installed. Thx for help (sys Debian 10)
<Fardale>
Guibb: did you do opam init first ?
<Guibb>
yes
<Fardale>
what do try to install ?
<Guibb>
and run eval $(opam env)
<Guibb>
merlin
<Fardale>
and what opam output ?
<Guibb>
nothing i have to kill the process
<Fardale>
sound like a problem with the solver
orbifx has quit [Read error: Connection reset by peer]
orbifx has joined #ocaml
<narimiran>
does ocaml have raw strings, i.e. the ones where i don't need to escape backslash caracter with another backslash? i'm asking because i have a really ugly argument to `Str.regexp`
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ggole>
Yeah, {|..|}
<narimiran>
ggole: nice, thanks! i haven't seen it in the documentation/tutorials/examples
jaar has quit [Ping timeout: 276 seconds]
gareppa has joined #ocaml
jaar has joined #ocaml
gareppa has quit [Quit: Leaving]
_whitelogger has joined #ocaml
AtumT has joined #ocaml
Sir_Adriaan_one has joined #ocaml
Sir_Adriaan_one has quit [Quit: -a- IRC for Android 2.1.55]
klntsky has quit [Remote host closed the connection]
klntsky_ has joined #ocaml
mbuf has joined #ocaml
weird_error has quit [Quit: weird_error]
<sim642>
I used "opam install -w ." in one project which became pinned and another project is depending on that, but it's not using any of the changes I made to the dependency. What am I doing wrong?
<sim642>
I initially got the inconsistent assumptions error so it did something but then a clean build still doesn't have the changes
<sim642>
Making a new branch and commiting to it made things work but that's extremely inconvenient for developing...
<sim642>
I thought -w was supposed to exactly do that
ollehar has joined #ocaml
<ollehar>
what about a programming language that only allowes side-effects on the top of the stack trace?
<ollehar>
like the unit type in OCaml
<Fardale>
sim642: "This only affects packages explicitly listed on the command-line"
<sim642>
I'm referring to the package development directory explicitly by the .
<sim642>
And using -w is making the "uncommited changes" warning go away
<sim642>
And it first does "recompile cil 1.7.3*" and then "installed cil.1.7.3" which seems to me like it's compiling the version with uncommited changes but installing something else, or what does the * mean there?
<Fardale>
I have never used -w so I don't know
<sim642>
How else would I refer to a package in the current local directory with uncommited changes if I don't refer to it by its directory? Using a package name instead of the local directory would just install it from the repo
<Fardale>
did you pin the package first ?
<lyxia>
maybe opam pin with -k
<sim642>
That install . already pins it
<sim642>
And "opam list" shows it being pinned
<sim642>
And the pinning works for commited changes
<lyxia>
pinning with -k path is supposed to ignore git altogether
<sim642>
I guess it ultimately doesn't matter because I can go through the trouble of commiting every smallest change and later squashing them but it seems like I'm trying to do a very basic development task that's not working because opam is trying to be smart and use its VCS integrations
<lyxia>
it also seems worth reporting a bubg about -w
Guibb has quit [Remote host closed the connection]
obadz has quit [Ping timeout: 240 seconds]
oliverfriedmann has quit [Remote host closed the connection]
oliverfriedmann has joined #ocaml
weird_error has joined #ocaml
weird_error has quit [Client Quit]
spew has joined #ocaml
rpcope has quit [Ping timeout: 240 seconds]
mbuf has quit [Ping timeout: 250 seconds]
mbuf has joined #ocaml
oliverfriedmann has quit []
ravenousmoose has joined #ocaml
orbifx has quit [Ping timeout: 265 seconds]
betux has quit [Ping timeout: 246 seconds]
ravenousmoose has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
betux has joined #ocaml
FreeBirdLjj has joined #ocaml
orbifx has joined #ocaml
<theblatte>
is there a way to tell dune to add some flags to the generated .merlin? I'd quite like to "-w -3" to hide deprecation warnings in the editor but still see them at compile-time (some functions useful only for local debugging are marked [@deprecated] to avoid committing debug code to the repo)