sonologico
sonologico
Looks good. I'll merge it soon. Thank you! EDIT: Approved too fast without full context. We don't actually take extra parameters on this endpoint. This doesn't seem to make sense...
Php 8.1 is supported on recent versions (such as 7.0.2). Closing this as solved.
Thank you very much!
The uniformity of access is nice. The compiler parsetree sets a good precedent for the approach. I wouldn't mind switching the representation to that. A few helper functions to hide...
Hi, @alan-j-hu, thanks! I'll take a look at your package to get an idea. As @shonfeder suggests, this might be a good opportunity to think about extensions more concretely.
@shonfeder, I'm thinking of adding support for different types of tests by having different labels at the end of the lines separating the test cases. What do you think of...
I was planning on adding more another test files. We already have more besides `spec.txt`, but actually, I think it's more sensible to have additional tests (besides the spec) using...
Played with the idea here: https://github.com/ocaml/omd/blob/sonologico/toc-ppx_expect/src/omd.ml#L29. I can see this being nice for some lightweight testing. I think we'll end up needing something like `alcotest`, so I'm not sure if...