Skip to content

why3: add conflict with ppxlib version#29476

Open
mseri wants to merge 3 commits intomasterfrom
mseri-patch-3
Open

why3: add conflict with ppxlib version#29476
mseri wants to merge 3 commits intomasterfrom
mseri-patch-3

Conversation

@mseri
Copy link
Member

@mseri mseri commented Feb 27, 2026

Due to

# File "src/util/debug_optim.ml", line 20, characters 2-44:
# 20 |   Ppxlib.Context_free.Rule.special_function'
#        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# Error: Unbound value Ppxlib.Context_free.Rule.special_function'
# Hint: Did you mean special_function?
# make: *** [Makefile:415: src/util/ppx_debug_optim] Error 2
# make: *** Waiting for unfinished jobs....
# File "src/util/vector.ml", line 21, characters 22-30:
# 21 | let create ?capacity:(capacity: (int) option) ~dummy:(dummy: 'a) : 'a t =
#                            ^^^^^^^^
# Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.

Due to
```
# File "src/util/debug_optim.ml", line 20, characters 2-44:
# 20 |   Ppxlib.Context_free.Rule.special_function'
#        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# Error: Unbound value Ppxlib.Context_free.Rule.special_function'
# Hint: Did you mean special_function?
# make: *** [Makefile:415: src/util/ppx_debug_optim] Error 2
# make: *** Waiting for unfinished jobs....
# File "src/util/vector.ml", line 21, characters 22-30:
# 21 | let create ?capacity:(capacity: (int) option) ~dummy:(dummy: 'a) : 'a t =
#                            ^^^^^^^^
# Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants