(Arne Babenhauserheide)
2014-03-13: update bugtracker (nested multiline comments require restructuring). update bugtracker (nested multiline comments require restructuring).
diff --git a/.bugs/bugs b/.bugs/bugs --- a/.bugs/bugs +++ b/.bugs/bugs @@ -12,8 +12,8 @@ linebreaks in parens still break wisp-guile.w does not yet remove the leading . which signifies a continuation. | owner:Arne Babenhauserheide <bab@draketo.de>, open:False, id:7075096a323933493f42a3751da5f75a45d5d699, time:1377381700.17 inline ' : should be '( | owner:Arne Babenhauserheide <bab@draketo.de>, open:False, id:72d534a8b23b4cb168017f1bb7d8816f0ea170c4, time:1366497335.26 failing test tests/shebang.w | owner:Arne Babenhauserheide <bab@draketo.de>, open:False, id:74a851f83af8996465a7b24d8453161beb0f0fd5, time:1379106761.57 -non-nested multiline comments with #! !#. | owner:, open:True, id:7a57614fa920b2ddad002d044b144d0bb7c34f84, time:1389364108.01 -support nested multi-line comments with #| ... |#: multiline comments (srfi-30) | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:8cf6202873d4454f57813dd17cf60432059f7c62, time:1389569421.6 +non-nested multiline comments with #! !#. Requires restructuring. | owner:, open:True, id:7a57614fa920b2ddad002d044b144d0bb7c34f84, time:1389364108.01 +support nested multi-line comments with #| ... |#: multiline comments (srfi-30). Requires restructuring. | owner:Arne Babenhauserheide <bab@draketo.de>, open:True, id:8cf6202873d4454f57813dd17cf60432059f7c62, time:1389569421.6 the repl does not require 3 returns when you use a single char as function, or rather only does so every second time | owner:, open:True, id:9cedd0bdbf4a3b17add4bfe86ad5a23e500cfc6c, time:1379064870.78 wisp-guile.w breaks on ";" and complex brackets with bracket char literals. See wisp-guile.w::91 | owner:, open:False, id:9d8b6f87fa5365733fc8655614dbf2a9ba5bd054, time:1377533321.27 FIX regression: empty line with only : does not remove the :. It transforms to (:, it should transform to ( | owner:, open:False, id:a2323d347612425bc5af577c939916c8b60ec1c9, time:1389631450.78 diff --git a/.bugs/details/7a57614fa920b2ddad002d044b144d0bb7c34f84.txt b/.bugs/details/7a57614fa920b2ddad002d044b144d0bb7c34f84.txt new file mode 100644 --- /dev/null +++ b/.bugs/details/7a57614fa920b2ddad002d044b144d0bb7c34f84.txt @@ -0,0 +1,29 @@ +# Lines starting with '#' and sections without content +# are not displayed by a call to 'details' +# +[paths] +# Paths related to this bug. +# suggested format: REPO_PATH:LINENUMBERS + + +[details] +# Additional details + + +[expected] +# The expected result + + +[actual] +# What happened instead + + +[reproduce] +# Reproduction steps + + +[comments] +# Comments and updates - leave your name +This will require restructuring of the parsing to stay maintainable. Deferred for now. + +For notes how to do it right, see http://draketo.de/light/english/recursion-wins diff --git a/.bugs/details/8cf6202873d4454f57813dd17cf60432059f7c62.txt b/.bugs/details/8cf6202873d4454f57813dd17cf60432059f7c62.txt new file mode 100644 --- /dev/null +++ b/.bugs/details/8cf6202873d4454f57813dd17cf60432059f7c62.txt @@ -0,0 +1,29 @@ +# Lines starting with '#' and sections without content +# are not displayed by a call to 'details' +# +[paths] +# Paths related to this bug. +# suggested format: REPO_PATH:LINENUMBERS + + +[details] +# Additional details + + +[expected] +# The expected result + + +[actual] +# What happened instead + + +[reproduce] +# Reproduction steps + + +[comments] +# Comments and updates - leave your name +This will require restructuring of the parsing to stay maintainable. Deferred for now. + +For notes how to do it right, see http://draketo.de/light/english/recursion-wins