Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in modularizing Chapel file #15

Open
lydia-duncan opened this issue Jan 2, 2015 · 3 comments
Open

Bug in modularizing Chapel file #15

lydia-duncan opened this issue Jan 2, 2015 · 3 comments

Comments

@lydia-duncan
Copy link
Member

I ran:

pych --compile docs/source/examples/sfiles/chapel/hellolib.exported.chpl

and the output was:

AttributeError: 'bool' object has no attribute 'startswith'

from specializer.py line 58, from specializer.py line 80, from compiler.py line 189

@lydia-duncan
Copy link
Member Author

Could be another Python 2.6.9 compatibility issue

@thomasvandoren
Copy link
Member

This looks like a real bug (i.e. something expects a string and calls .startswith() on it, but it is instead getting a bool).

@lydia-duncan
Copy link
Member Author

For sure. I just haven't dived into debugging it - that area of the code strikes me as a little hairy, and I think we have other priorities on what to do next. I did alert Simon to this, though, so we'll see what he thinks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants