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 764546 - create-project: strip project name before creating project
create-project: strip project name before creating project
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: plugins
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-03 14:57 UTC by Akshaya Kakkilaya
Modified: 2016-04-04 19:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
create-project fix (1.08 KB, patch)
2016-04-03 15:04 UTC, Akshaya Kakkilaya
committed Details | Review

Description Akshaya Kakkilaya 2016-04-03 14:57:04 UTC
g_strstrip() needs to be called on the text present in the project name entry before it is added to the list of parameters used for project creation.
Comment 1 Akshaya Kakkilaya 2016-04-03 15:04:48 UTC
Created attachment 325264 [details] [review]
create-project fix
Comment 2 Christian Hergert 2016-04-04 19:35:35 UTC
Review of attachment 325264 [details] [review]:

LGTM