From 8c65e21c4e69bae0e3d0555f1c3a84508719d278 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 7 May 2024 06:11:22 -0500 Subject: [PATCH] add note about testing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca435a5..8db52fa 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,8 @@ But this is pre-1.0 software. It's not gonna steal your lunch money or eat your toaster, but it's not perfect. In particular: +- It has only been used for one fairly small app so far. + There are probably combinations in the JTD spec that it does not handle well. - Types are generated independently for ports and flags. This is mostly fine, but if you share an `enum` or `discriminator`/`mapping` between the two halves, you'll have two distinct custom types. It's easy enough to get around since there's a 1:1 mapping, but it's a little more code you have to write for now.