FogBugz (Case [Issue]10363) Kernel - Boolean clean up

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]10363) Kernel - Boolean clean up

Pharo Issue Tracker
A FogBugz case was opened by Clement Bera.

Case ID:      10363
Title:        Boolean clean up
Status:       Work Needed
Category:     Cleanup
Project:      Kernel
Area:         Misc
Priority:     4 - Fix If Time
Milestone:    Later
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?10363

Clean up and performance increase on :

Boolean >> #asNBExternalType: gen
^ NBFFIConst value: (self ifTrue: [1] ifFalse: [0])

Changed to :

Boolean >> #asNBExternalType: gen
^ NBFFIConst value: self asBit


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=10363) from this case.

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker