-
Notifications
You must be signed in to change notification settings - Fork 22
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
Issue 41: Signed-off-by: Jadesola Bello <[email protected]> #44
base: master
Are you sure you want to change the base?
Conversation
|
|
Thanks @Burnleydev1 . I have been able to install Ocaml platform to my vs code, alongside OCaml indentation |
Hello @fikkyJ, For the first error, I think you are missing an |
Hello @fikkyJ! The error you were seeing was because the As a start, I think you should focus on the errors in |
to avoid creating an extension node, can we change the return type from unit to expression or remove the pexp_extension function call altogether? |
Hello @Burnleydev1 @panglesd I have made the following changes to the PR The following changes have been effected
I however now get an error from the ast_builder stating that
|
Hello @fikkyJ ! You are making good progress! Your modification to the Instead of returning a list of strings, Your handling of the collected list should also change! The idea is exactly not to raise, but several parts in your code suggest this part is not clear yet.
About the error you are seeing, it is because in OCaml there is a distinction between format string (which are the one were |
Hello @panglesd
I am an outreachy applicant who is just getting started in the OCaml ecosystem
This is a attempt toward fixing issue here
I however have the following questions