boo-lang / boo

The Boo Programming Language.
BSD 3-Clause "New" or "Revised" License
874 stars 148 forks source link

Unity trunk #118

Open regisbsb opened 9 years ago

bamboo commented 8 years ago

Thanks, @regisbsb, would you mind rebasing this against master?

regisbsb commented 8 years ago

No worries On 20 Dec 2015 12:56, "Rodrigo B. de Oliveira" notifications@github.com wrote:

Thanks, @regisbsb https://github.com/regisbsb, would you mind rebasing this against master?

— Reply to this email directly or view it on GitHub https://github.com/boo-lang/boo/pull/118#issuecomment-166114858.

masonwheeler commented 8 years ago

Why does this PR remove the var macro? Merging this would break a lot of code!

BitPuffin commented 8 years ago

Yeah I remember having to work var back into the project when we were still using Unity's Boo compiler. It had to be modified somewhat because it couldn't be compiled as is because of problems that existed in Unity trunk, but not in "official" boo trunk. So maybe that's why they removed it.