From 738d6dba8805bee3dfeea0416af97b93c9e42e2e Mon Sep 17 00:00:00 2001 From: Bob Andrews Date: Sun, 8 May 2022 19:27:32 +0200 Subject: [PATCH] Update Contributing.md --- Contributing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Contributing.md b/Contributing.md index 9572dd6e0..5861a9c2e 100644 --- a/Contributing.md +++ b/Contributing.md @@ -155,6 +155,10 @@ The only exception to the above are actions that are exclusive to the github act # Roadmap / TODOs / open Ends +## Documentation + +* the printf family of function does not completely implement all printf modifiers and does not behave as expected in some cases - all this should be documented in detail + ## Test suite * specific tests to check the optimizer (rather than the codegenerator) are needed.