youtube / spitfire

A high-performance Python template language
BSD 3-Clause "New" or "Revised" License
404 stars 58 forks source link

Fix codegen for EchoNode to ensure it is marked as using buffer write. #30

Closed nicksay closed 8 years ago

nicksay commented 8 years ago

This change fixes the test suite, which is currently failing with

Traceback (most recent call last):
  File "scripts/crunner.py", line 142, in process_file
    current_output = template.main().encode('utf8')
NameError: global name '_buffer_write' is not defined

Progress on #26

awbraunstein commented 8 years ago

lgtm