Dmitry Bely
Dmitry Bely
I must be missing something but `cppo -D VAL=1 test.ml` doesn't work: ``` let x = VAL ``` is expanded into ``` #1 "test.ml" let x = #1 =1 ```
OPAM 2.0
[Main OPAM repository](https://github.com/ocaml/opam-repository) now requires OPAM 2.0: ``` [default] https://github.com/ocaml/opam-repository.git updated [ERROR] The current version of OPAM cannot read the repository "default". You should upgrade to at least version 2.0....
``` # Error: Test ppx_protobuf:0:Test wire format:2:test_overflow (in the log). # # File "src_test/test_wire.ml", line 92, characters 1-1: # Error: Test ppx_protobuf:0:Test wire format:2:test_overflow (in the code). # # expected...
### Environment Details * Operating System+version: Windows 10 * Compiler+version: Visual Studio 15 * Conan version: 1.52.0 * Python version: 3.8.10 ### Steps to reproduce Take any recipe that imports...
Commit e01081d5b30f2036e0aba01c74803fa1985c69ab breaks "Script file to execute in the debugger" feature (state == State.Starting3a).
I'm trying to make [layout with multiple subprojects](https://docs.conan.io/en/latest/developing_packages/package_layout.html#example-multiple-subprojects) work. My sources are stored in a git repo organized as follows: ``` (git root) └─── pkg1 │ │ CMakeLists.txt │ └───...
### Environment Details * Conan Package Tools Version: **0.39.1** I have `core:default_profile=my_profile` in my `~/.conan/global.conf`, but CPT ignores this setting and forces using profile `default` if it's not set explicitly....
I also made a private fork of imageclipper some time ago and now looking if it's possible to rebase it on top of your fork and contribute some code. But...
Consider the following example: ```c++ boostdll::experimental::smart_library lib; lib.load("test.dll"); int f(char a[]); decltype(f)* pf = lib.get_function("f"); ``` This fails to find function `f` as it's demangled as `int __cdecl f(char *...
I'm trying to make [pyenv-win](https://github.com/pyenv-win/pyenv-win) (packaged by Chocolatey) more usable with the help of shimgen: https://github.com/pyenv-win/pyenv-win/issues/352 I create python shims with `shimgen -o -p C:\WINDOWS\system32\cmd.exe -c "/C pyenv.bat exec "`....