« Previous | Next » 

Revision 580b1fdd

ID580b1fddb0b9759e05cd630ce0d8479177b0c5e0

Added by Jose A. Lopes almost 11 years ago

Hook h2spy in Makefile.am

  • add rules to Makefile.am to use hs2py to generate the Python opcodes
    from Haskell and update tests to check that Haskell and Python contain
    the same opcodes.
  • split 'opcodes.py' in 'opcodes.py.in_after' and 'opcodes_base.py',
    moving as much code as possible to 'opcodes_base.py' without
    creating a circular dependency
  • update reference in the remaining Python modules
  • remove lib/opcodes.py dependency from documentation target in order
    to prevent recompilation of documentation in the distributed source
    tarball, in particular because 'sphinx-build' is an optional
    dependency (issue 547)

Signed-off-by: Jose A. Lopes <>
Reviewed-by: Guido Trotter <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences