Created
October 24, 2015 16:58
-
-
Save DRMacIver/bef6436b4c407febb358 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import afl | |
from pywatchman import pybser | |
afl.start() | |
try: | |
pybser.loads(sys.stdin.read()) | |
except BaseException as e: | |
if type(e) != RuntimeError: | |
raise |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the corpus of examples running this for a couple minutes produced:
Example error coming from this: