Matija Pretnar

Results 11 comments of Matija Pretnar

I understand you want to keep `master` clean, but I don't want to have a dozen of inactive branches in the repository. So, whoever is interested in porting any of...

Oh, and then I could just attach a ZIP with the source code to each issue!

Hi! No, this is currently not possible, but it would probably be easy to add in `external.ml`. What kind of operations do you imagine to have?

So the signatures would be `read : string -> string` where the parameter would be the filename, and `write : string * string -> string`, where the first parameter is...

No, you should take a look at `src/runtime/external.ml`. But `read` and `write` don't exist there yet, someone would need to add them just like `print`.

Yes, you'd need a separate constant for file pointers (just like for booleans, strings, …)

I don't recall exactly, but my guess is: - `List.assoc_opt` wasn't around until recently - We probably didn't bother to look for `List.remove_assoc` - If I recall correctly, `List.map` used...

Indeed, we were promising this for years! But it is more or less done now. In fact, if you use `#type` (well, now that it works - #84), you can...

Hmmm, I think the GitHub actions need to be updated as well. Also, I prefer to have the OCamlformat version fixed, otherwise the testing is unpredictable. Can you recommend a...

I think the problem is that this line in GitHub script installs OCaml 4: https://github.com/matijapretnar/eff/blob/4c47fe073162a076bb6a39bff2cc6c4fdc611f26/.github/workflows/test.yml#L14