Change in pysim[master]: filesystem: case insensitive select.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Mar 3 08:01:36 UTC 2021


laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/23205 )

Change subject: filesystem: case insensitive select.
......................................................................


Patch Set 1: Code-Review-1

I'm not entirely sure if we want that, at least not for file names.  Pepople using unix-like operating systems are used to file names being case sensitive anyway.

For hexadecimal FIDs, I agree with you, they should ideally be selectable both by upper case and lower case.  

However, I don't like the idea of doubling the number of entries in the auto-completion array.  This will just make the list of choices when entering <tab> extremely long with no benefit to the user.

We will need to implement this in a way without changing the autocompletion array/dict.  Maybe simply have tab-completion only for the lower case version, but when the user manually entres an upper-case hex string convert that to lowercase before doing the dict lookup?


-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/23205
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ibe283a108ddc9058af77c823b7222db555e1e0f6
Gerrit-Change-Number: 23205
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Comment-Date: Wed, 03 Mar 2021 08:01:36 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210303/088689cd/attachment.htm>


More information about the gerrit-log mailing list