mgusmano / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

JsBoolean does not have toString() method #198

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
only ToString() method that start with UpperCase exists.
both toString && ToString compiled to "toString" but for platform integrity it 
should be added same as JsNumber.toString and JsString.toString

Original issue reported on code.google.com by Madnik7@gmail.com on 15 Aug 2012 at 2:06

GoogleCodeExporter commented 8 years ago

Original comment by DanelK...@gmail.com on 15 Aug 2012 at 5:03

GoogleCodeExporter commented 8 years ago
JsBoolean now inherits from JsObjectBase - and has all base object proeprties 
and methods - including toString()

Original comment by DanelK...@gmail.com on 19 Aug 2012 at 7:27

GoogleCodeExporter commented 8 years ago

Original comment by DanelK...@gmail.com on 19 Aug 2012 at 8:28

GoogleCodeExporter commented 8 years ago
I use SharpKit 5 v4.29.3000, using runtime 4.0. 
JsBoolean does not inherits from JsObjectBase  yet and does not have toString.

Original comment by Madnik7@gmail.com on 25 Aug 2012 at 6:42

GoogleCodeExporter commented 8 years ago
Verified, it's an assembly version problem (wrong assembly was packed into 
installer), now fixed. You can compile the latest assembly from SVN in the 
meantime.

Original comment by DanelK...@gmail.com on 26 Aug 2012 at 9:16

GoogleCodeExporter commented 8 years ago
I use SharpKit v4.29.8000, using runtime 4.0.  download today
JsBoolean does not inherits from JsObjectBase yet and does not have toString.

Original comment by Madnik7@gmail.com on 11 Sep 2012 at 9:15

GoogleCodeExporter commented 8 years ago
Confirmed, fixed for next version

Original comment by DanelK...@gmail.com on 11 Sep 2012 at 10:43