[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #41691] pkg does not support packages with upp
From: |
Carnë Draug |
Subject: |
[Octave-bug-tracker] [bug #41691] pkg does not support packages with upper case characters in their name |
Date: |
Mon, 18 Apr 2016 17:51:51 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.7.1 |
Follow-up Comment #5, bug #41691 (project octave):
I just got bitten by this issue. The issue is that a package name is allowed
to have mixed case, but Octave changes its case silently behind the scenes.
The end result is that you install a package that has one case but then need
to use another for loading.
The two simplest fixes would be to either refuse to install a package without
an all lowercase name, or to also lowercase the package name silently during
pkg load.
However, I still have mixed feelings about changing its case internally.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41691>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #41691] pkg does not support packages with upper case characters in their name,
Carnë Draug <=