denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Git master currently broken for command saving, comma


From: Éloi Rivard
Subject: Re: [Denemo-devel] Git master currently broken for command saving, command center operations ....
Date: Mon, 25 Nov 2013 17:44:33 +0100

po/POTFILES.in is populated when make pot or make dist is invoked AFAI. Translations shouldn't be broken.
I think this file might have been deleted while you worked on release-1.1.0. There were some issues with this file, but it should be good now.


2013/11/25 Richard Shann <address@hidden>
On Mon, 2013-11-25 at 17:13 +0100, Éloi Rivard wrote:


>
> It seems that it is because hashmaps aren't ordered.


A hash table is a over-large storage grid with elements you add
scattered all over it so that they are mostly not placed in the same
element. This means usually you can retrieve an element by a single
access, trading access time for memory storage space. Extra mechanisms
would be needed to retrieve stored items other than by key - e.g. a list
could be added to on adding an element, but this would go beyond the
basic hash table concept.


>  So you have no guarantee that hashmaps are iterated in the order you
> added elements in it.
>
> I have commited two fixes. Can you please test ?

The command center now seems to be working and I can save a new command.
One thing though - I could not build this version because of
po/POTFILES.in being missing.
What I did was

make clean
make distclean

the second of these fails
then after
git pull
./autogen.sh
./configure --prefix=.... && make && make install

I get the failure saying po/POTFILES.in is missing

touch po/POTFILES.in enables it to build (though I expect translation
may be broken?)

Richard







--
Éloi Rivard - address@hidden
       
« On perd plus à être indécis qu'à se tromper. »

reply via email to

[Prev in Thread] Current Thread [Next in Thread]