After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653055 - arg.c: Explicitly convert array(guint8) to byteArray
arg.c: Explicitly convert array(guint8) to byteArray
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-20 21:45 UTC by Colin Walters
Modified: 2011-06-21 14:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
arg.c: Explicitly convert array(guint8) to byteArray (1.96 KB, patch)
2011-06-20 21:45 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2011-06-20 21:45:21 UTC
This got lost in the array refactoring.  One of the advantages of
byteArray is that it's easy to convert to a string (though the
override of toString() for this is dubious).
Comment 1 Colin Walters 2011-06-20 21:45:22 UTC
Created attachment 190317 [details] [review]
arg.c: Explicitly convert array(guint8) to byteArray
Comment 2 Colin Walters 2011-06-21 14:37:24 UTC
Attachment 190317 [details] pushed as c128858 - arg.c: Explicitly convert array(guint8) to byteArray