You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you indicate how to reliably upgrade one function or a type from Eliom, Tyxml, or JS_of_ocaml modules to a recent version?
Where is filed the history of each type and function (AKA as value)?
For example, for an imaginary function Eliom_registration.foo, where could we find something like:
eliom.6.7.0 val Eliom_registration.foo : 'a -> 'b -> unit -> 'c
eliom.6.12.0 val Eliom_registration.foo has been deprecated in favor of Eliom_registration.bar. Pls also update accordingly argument x to type bzzz.
See ocsigen/graffiti#11 the details about the grafitti application/tutorial which raises exactly that issue.
For instance, the compilation error mentioned there indicates that from a simple type float, eliom is now dealing with a more complex type Html_types.number_or_datetime Eliom_content.Html.D.wrap (Uh!) while no indication are given about how to change that deprecated function.
Thanks.
The text was updated successfully, but these errors were encountered:
Can you indicate how to reliably upgrade one function or a type from Eliom, Tyxml, or JS_of_ocaml modules to a recent version?
Where is filed the history of each type and function (AKA as value)?
For example, for an imaginary function
Eliom_registration.foo
, where could we find something like:See ocsigen/graffiti#11 the details about the grafitti application/tutorial which raises exactly that issue.
For instance, the compilation error mentioned there indicates that from a simple type
float
, eliom is now dealing with a more complex typeHtml_types.number_or_datetime Eliom_content.Html.D.wrap
(Uh!) while no indication are given about how to change that deprecated function.Thanks.
The text was updated successfully, but these errors were encountered: