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
In the interaction tutorial, in the part dedicated to implement a user system, the tutorial makes use of Eliom_service.attach_post to create the connection service. The compiler (OCaml 4.04.2 with Eliom 6.2) can't find this symbol, and I didn't find any trace of a attach_post function in the code base or in recent and old APIs of Eliom. Am I missing something, or should attach_post be replaced by create_attached_post ?
The text was updated successfully, but these errors were encountered:
Right, it should be replaced by create_attached_post. That function was originally called attach_post in the development version that led to Eliom 6.x, and apparently we missed an instance of it in the doc.
In the interaction tutorial, in the part dedicated to implement a user system, the tutorial makes use of
Eliom_service.attach_post
to create the connection service. The compiler (OCaml 4.04.2 with Eliom 6.2) can't find this symbol, and I didn't find any trace of aattach_post
function in the code base or in recent and old APIs of Eliom. Am I missing something, or shouldattach_post
be replaced bycreate_attached_post
?The text was updated successfully, but these errors were encountered: