History log of /seL4-l4v-master/l4v/tools/haskell-translator/braces.py
Revision Date Author Comments
# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# f854a68d 28-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: remove BracedString accidental leftover debug argument


# b4aa515a 26-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: comment braces.py heavily


# e12f0fec 25-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: python3 compat by running python-modernize


# dec92cb7 25-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: braces: don't copy argument to startswidth/endswith

It's never used with non-string objects, and just looks weird. I was also
curious if it impacted performance. Turns out the answer is a significant
but small yes: about 30ms, or 4.2%


# 416cdae7 24-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: reformat with autopep8


# 3634e541 24-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: use 'is None' and 'is not None'


# 55674b13 24-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: replace tabs inside strings and comments with spaces


# 50e6ad44 24-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: autoformat python files with yapf


# 2a03e81d 14-Jul-2014 Gerwin Klein <gerwin.klein@nicta.com.au>

Import release snapshot.