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

style: pep8 style for python files


# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# 452b4ea6 12-Nov-2017 Rafal Kolanski <rafal.kolanski@nicta.com.au>

haskell translator: more explicit file checking for parse_skl.py

This should give saner error messages to debug regression builds.


# 8fa326b7 08-Nov-2017 Rafal Kolanski <rafal.kolanski@nicta.com.au>

haskell translator: tune generic exception catch debugging


# 9311b325 08-Nov-2017 Luke Mondy <luke.mondy@data61.csiro.au>

haskell translator: Add some exception handling to help identify issues


# 796887d9 11-Jul-2017 Alejandro Gomez-Londono <alejandro.gomez@nicta.com.au>

Removes all trailing whitespaces


# 4c23410f 24-Aug-2016 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Haskell translator: can keep type constructors.

A skeleton line of the form
\#INCLUDE_SETTINGS keep_constructor=asidpool
now ensures that the asidpool type constructor is actually created in
subsequent #INCLUDE_HASKELL declarations. It turns out this feature was already
available, and already used for asidpools, this change just makes it externally
adjustable.


# 91f4d4eb 20-Jul-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: use only basename in generated-file notice

This was breaking spec-check because the paths sometimes had ..'s
in them and sometimes not, depending on where the translator was run.


# b791b79f 19-Jul-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: add warning to not edit generated files


# 6fc7607a 28-Mar-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

arch_split: apply CoreyR's qualification patch to translator


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

tools: haskell-translator: use a Def class instead of a dict


# 4b003c76 27-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: more sets instead of dicts


# c4da3e65 27-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: remove unused actual_fn


# 2b0734fb 27-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: explicitly accept only one of ONLY, NOT or BODY


# 7de1ca89 27-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: remove unused defsincludingarch


# 213abfe6 27-Jan-2016 Corey Richardson <corey.richardson@nicta.com.au>

tools: haskell-translator: remove NOTBODY handling, which is unused and seems equiv to NOT


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

tools: haskell-translator: emit not about type assignment warning


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

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


# 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.