You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just noticed the config can contain duplicate keys. E.g., this is what you get if you mount two directory hard drives:
filesystem2=rw,DH0:System:..\System-3.1,0
uaehf0=dir,rw,DH0:System:..\System-3.1,0
filesystem2=rw,DH1:Demo:"..\Demos\AGA\Little Nell (The Black Lotus, 2002)",-128
uaehf1=dir,rw,DH1:Demo:"..\Demos\AGA\Little Nell (The Black Lotus, 2002)",-128
This is a problem if you want to read the config into a hashmap for further processing. Not the end of the world, but then getting rid of duplicate keys would be so easy by putting an index after filesystem or filesystem2. Could you please get rid of duplicate keys? 😄
The text was updated successfully, but these errors were encountered:
filesystem2 entries are quite old backwards compatibility entries. You can manually delete them and config file should still work. Maybe it is time to not save them anymore. Not yet sure..
filesystem2 entries are quite old backwards compatibility entries. You can manually delete them and config file should still work. Maybe it is time to not save them anymore. Not yet sure..
Just tested it @tonioni and it's the other way around:
If I delete the filesystem2 entries and only leave the uaehf* entries, the hard drives tab is empty when loading the config.
If I keep the filesystem2 entries and delete uaehf*, the hard drives are shown correctly.
So it seems there's a bug. It would be good if filesystem2 was optional, I agree.
I've just noticed the config can contain duplicate keys. E.g., this is what you get if you mount two directory hard drives:
This is a problem if you want to read the config into a hashmap for further processing. Not the end of the world, but then getting rid of duplicate keys would be so easy by putting an index after
filesystem
orfilesystem2
. Could you please get rid of duplicate keys? 😄The text was updated successfully, but these errors were encountered: