pgocaml icon indicating copy to clipboard operation
pgocaml copied to clipboard

Enum support

Open j0sh opened this issue 10 years ago • 3 comments

Based on this patch

https://lists.ocamlcore.org/pipermail/pgocaml-general/2013-June/000044.html

For ease of reviewing, the original diff is split into patches grouped by functionality.

j0sh avatar Jan 23 '14 09:01 j0sh

For anyone reaching this PR like I did and wondering why it hasn't been merged:

https://lists.ocamlcore.org/pipermail/pgocaml-general/2016-August/000088.html

tizoc avatar Sep 01 '16 16:09 tizoc

Further explanation here for whoever wants to clean up this patch set:

https://lists.ocamlcore.org/pipermail/pgocaml-general/2013-August/000045.html

j0sh avatar Sep 01 '16 19:09 j0sh

I proposed a much simpler patch which unravel enums to just strings. See #33.

zbroyar avatar Sep 15 '16 21:09 zbroyar