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





_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to