bignums icon indicating copy to clipboard operation
bignums copied to clipboard

Should the opam package install the bytecode plugin?

Open MSoegtropIMC opened this issue 4 years ago • 1 comments

I came into a situation where I want to run coqtop.byte in ocamldebug to analyze some runtime behavior. From those plugins which I use from the Coq Platform, the Bignums syntax plugin is the only one which does not install the bytecode plugin (.cmo) file. When I do a make byte; make install-byte for Bignums, I can run my code in coqtop.byte.

Since this the only missing basic plugin, I would suggest that the opam package also installs the bytecode plugin.

MSoegtropIMC avatar Apr 01 '21 16:04 MSoegtropIMC

That's the correct thing to do indeed for opam packages.

ejgallego avatar Apr 01 '21 17:04 ejgallego