Open panglesd opened 1 year ago
Hello, I'd like to work on this issue Can you please assign it to me?
I noticed that on the referenced issue, changes were made in the ocaml-ppx/ppx-import. I've successfully cloned and built ocaml-ppx/ppxlib. Will I need to clone multiple extensions of ocaml-ppx? Or do I stick with ppxlib for now?
Hello @nangahamandine, I think for this issue you will need just the ppxlib
Sure, thanks
Hi @nangahamandine, I wish to find out if you've completed this issue already!
hey! I am an outreachy applicant, I would like to work on this issue. can you please assign it to me?
@nangahamandine are you still actively working on this issue? @marrious11 have you started working on it, or do you still want to?
Do not hesitate to ask for support, or precision on the task. But let us know if the issue can be assigned to someone else!
If this issue is already taken, there are others with still no-one working on them, listed on #389.
Well, sir @panglesd, I'd hoped to but since I meet a comment on it from @nangahamandine, I thought she has been reading through, and perhaps working on it too: But I also started working on it in my own small way though. We could work on it together if it is okay by you sir!
I've not been able to do much. My time commitments changed so I've had little to no time to make changes or contributions Please go ahead and work on the issue Good luck!
The error reported by
Ast_pattern
are not very informative, especially for the user of the PPX, who might not know anything about the AST.Here is an example of an error generated by an unmatched AST pattern:
Possible improvements:
Error: a "structure" node was expected, instead of a "..."
alt
function, which only expects from one branch. Example of a custom error message (see https://github.com/ocaml-ppx/ppx_import/pull/87):