Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Interaction Tutorial] Eliom_service.attach_post missing in API ? #74

Open
yannham opened this issue Oct 29, 2017 · 2 comments
Open

[Interaction Tutorial] Eliom_service.attach_post missing in API ? #74

yannham opened this issue Oct 29, 2017 · 2 comments

Comments

@yannham
Copy link

yannham commented Oct 29, 2017

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 ?

@vasilisp
Copy link
Contributor

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.

@yannham
Copy link
Author

yannham commented Oct 29, 2017

Ok, thanks for clarifying. It is worth noting that they are 4 occurrences of attach_post to substitute, and one of attach_get.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants