From 7a171a7391e3a02185f01c2065455fb1a1d37234 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Thu, 15 Dec 2016 04:35:09 +0100 Subject: [PATCH] Add notes on the meaning of the bug numbers in a comment. --- lslopt/lslcommon.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lslopt/lslcommon.py b/lslopt/lslcommon.py index 5bd285b..d578b6c 100644 --- a/lslopt/lslcommon.py +++ b/lslopt/lslcommon.py @@ -1,4 +1,4 @@ -# (C) Copyright 2015 Sei Lisa. All rights reserved. +# (C) Copyright 2015-2016 Sei Lisa. All rights reserved. # # This file is part of LSL PyOptimizer. # @@ -34,6 +34,9 @@ class ELSONotSupported(Exception): pass # Recognized: 3763, 6466, 6495 +# BUG-3763 affected llXorBase64 (see lslbasefuncs.py). It's been fixed. +# BUG-6466 is about some valid numbers in JSON not being accepted. It's fixed. +# BUG-6495 is about "]" inside a JSON string closing an array. It's NOT FIXED. Bugs = set([6495]) LSO = False