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/.

dexter gerrit-no-reply at lists.osmocom.org
Thu Mar 11 13:18:15 UTC 2021


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

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


Patch Set 2:

> 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?

This implementation does not touch the auto-completion array (yet). However when using this it turned out to be a bit clumsy anyway since the lowercase versions of the file names are still missing from the auto completion I ended up using the uppercase names anyway, so its probably not needed anyway.


-- 
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: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-CC: dexter <pmaier at sysmocom.de>
Gerrit-Comment-Date: Thu, 11 Mar 2021 13:18:15 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210311/96b55a03/attachment.htm>


More information about the gerrit-log mailing list