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 635368 - Ignore empty elements in the search path
Ignore empty elements in the search path
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2010-11-20 18:11 UTC by Owen Taylor
Modified: 2010-12-10 16:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Ignore empty elements in the search path (1.17 KB, patch)
2010-11-20 18:11 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2010-11-20 18:11:38 UTC
We were treating empty elements in the search path as meaning the
current directory. However, empty elements are easy to end up with
by mistakes in path construction, and treating them as the current
directory can result in extremely confusing results. If the current
directory is actually meant, it can be specified as '.'.
Comment 1 Owen Taylor 2010-11-20 18:11:39 UTC
Created attachment 174922 [details] [review]
Ignore empty elements in the search path
Comment 2 Colin Walters 2010-12-06 14:56:49 UTC
Review of attachment 174922 [details] [review]:

Looks good.
Comment 3 Colin Walters 2010-12-10 16:13:05 UTC
Attachment 174922 [details] pushed as 6c86e33 - Ignore empty elements in the search path