nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

skip over things in env not LocalBinding #278

Closed bfabry closed 9 years ago

bfabry commented 9 years ago

Checked in Compiler.java, and LocalBinding is the only class with a public Symbol member named sym, so it's the only one that will work anyway.

Seems like the only time there are things in env that aren't LocalBinding is when the code is being run by tools.analyzer.

Fixes #274

/cc @sritchie

sritchie commented 9 years ago

Nice fix!