Search Issue Tracker

Won't Fix

Votes

0

Found in

4.3.1f1

Issue ID

581711

Regression

No

Boo scripts that use the Boo `[Property(Name)]` attribute get compilation errors

Scripting

-

To reproduce:
1. Open attached project
2. Inspect the PropertyTest.boo script

Expected result:
"[Property(BrokenPropertyTest)]
_brokenPropertyTest as int" works
Actual result: It doesn't work. "Boo.Lang.Extensions.Property(WorkingPropertyTest)]
_workingPropertyTest as int" is needed as a work around

Will not be fixed because UnityEngine defines a PropertyAttribute so we have a name clash and boo compiler fails to detect that.

Add comment

Log in to post comment