Your message dated Tue, 29 Sep 2009 11:49:01 +0000
with message-id <[email protected]>
and subject line Bug#543249: fixed in libgee 0.5.0-1
has caused the Debian Bug report #543249,
regarding Getting an item from a HashMap always results in NULL.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
543249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543249
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libgee1
Version: 0.3.0-1
Severity: important

If I use HashMap.get() in the Vala program, it returns null. The
attached Vala code can be used to reproduce the bug.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (350, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgee1 depends on:
ii  libc6                         2.9-25     GNU C Library: Shared libraries
ii  libglib2.0-0                  2.20.4-1   The GLib library of C routines

libgee1 recommends no packages.

libgee1 suggests no packages.

-- no debconf information

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
/*
 * Copyright (C) 2009 Julian Andres Klode <[email protected]>
 *
 * Copying and distribution of this file, with or without modification,
 * are permitted in any medium without royalty provided the copyright
 * notice and this notice are preserved.
 *
 * Description:
 *  Map.get() always returns null.
 */

public void main() {
    Gee.HashMap<string,string> map = new Gee.HashMap<string,string>();
    string key = "Key";
    map[key] = "Value";
    // map[key] is null.
    stdout.printf("%s: %s\n", key, map[key]);
}

Attachment: pgpF1zky3WGKL.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: libgee
Source-Version: 0.5.0-1

We believe that the bug you reported is fixed in the latest version of
libgee, which is due to be installed in the Debian FTP archive:

libgee-dev_0.5.0-1_amd64.deb
  to pool/main/libg/libgee/libgee-dev_0.5.0-1_amd64.deb
libgee2-dbg_0.5.0-1_amd64.deb
  to pool/main/libg/libgee/libgee2-dbg_0.5.0-1_amd64.deb
libgee2_0.5.0-1_amd64.deb
  to pool/main/libg/libgee/libgee2_0.5.0-1_amd64.deb
libgee_0.5.0-1.diff.gz
  to pool/main/libg/libgee/libgee_0.5.0-1.diff.gz
libgee_0.5.0-1.dsc
  to pool/main/libg/libgee/libgee_0.5.0-1.dsc
libgee_0.5.0.orig.tar.gz
  to pool/main/libg/libgee/libgee_0.5.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Dröge <[email protected]> (supplier of updated libgee package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 29 Sep 2009 09:37:27 +0200
Source: libgee
Binary: libgee2 libgee-dev libgee2-dbg
Architecture: source amd64
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Vala packages 
<[email protected]>
Changed-By: Sebastian Dröge <[email protected]>
Description: 
 libgee-dev - GObject based collection library (development files)
 libgee2    - GObject based collection library
 libgee2-dbg - GObject based collection library - library symbols
Closes: 543249
Changes: 
 libgee (0.5.0-1) unstable; urgency=low
 .
   * New upstream release:
     + Use correct default hash/equal/copy functions for string
       hashmaps and other containers (Closes: #543249).
     + debian/control,
       debian/libgee[12].install:
       - Update for the new so version.
     + debian/copyright:
       - Updated.
   * debian/rules:
     + Also regenerate the generated C sources for the tests.
Checksums-Sha1: 
 2f9d0f62fd5e3b2472da5feffeb5a4d59c79defa 1347 libgee_0.5.0-1.dsc
 6ff043a8ded64dcd9e54e10c7a9cfaf9d047eefa 675954 libgee_0.5.0.orig.tar.gz
 776f8d6c54ff072e8cdd319018983b4eb5f50256 3354 libgee_0.5.0-1.diff.gz
 49d3c54bbef23bf5a0dddc6cd6318cdac7cd4368 114036 libgee2_0.5.0-1_amd64.deb
 3e916878fe9f23732577d0e2c52649ba1ea35470 27996 libgee-dev_0.5.0-1_amd64.deb
 8104a04073911f9af9b35d8f27e9bb79d4ed225e 263196 libgee2-dbg_0.5.0-1_amd64.deb
Checksums-Sha256: 
 6aaf7cf3fc8e9b34e999140194de214c520889a503942e70292f37a654fe0766 1347 
libgee_0.5.0-1.dsc
 5986ac76c78a5da4800916dbe477ab8196ee86f6777d638060ccded248cb38be 675954 
libgee_0.5.0.orig.tar.gz
 7526efaf7bdcb764835a2b066e3108e0f60d44e10f2475cbfabbfd594a5d8bfe 3354 
libgee_0.5.0-1.diff.gz
 6e67fe8ddc3652cc5c7a00914803be98f67cf8a6e055a2db6e037e545dfe5dca 114036 
libgee2_0.5.0-1_amd64.deb
 a569ad1beefdc3b3a1b34de87b0b4bb141c04f55026eccaf0a888a9e0e4564ad 27996 
libgee-dev_0.5.0-1_amd64.deb
 aa72cc88116d0d03371f9e23c20bf6f4f5ab8d17234272e9d29c3a65d901de5b 263196 
libgee2-dbg_0.5.0-1_amd64.deb
Files: 
 24d87846b71f355aaa69a75d3f6e9109 1347 libs optional libgee_0.5.0-1.dsc
 e344c13851e991dd24b4e9ebbc3f8fb7 675954 libs optional libgee_0.5.0.orig.tar.gz
 5a21d6b444ac5525194759894b87ac87 3354 libs optional libgee_0.5.0-1.diff.gz
 75f485a672699036166fb2ad5de70fbe 114036 libs optional libgee2_0.5.0-1_amd64.deb
 7123137be5392d0cbb4404d348ddb229 27996 libdevel optional 
libgee-dev_0.5.0-1_amd64.deb
 d7fdbe44a32be5fb64ab2344ac1091b5 263196 debug extra 
libgee2-dbg_0.5.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrBvYoACgkQBsBdh1vkHyFXOQCeP9R806FFw546zEkKj0pqx25F
YfYAnR23tdYF0H0yKpDBJ+FcHrAzfa4X
=5bjr
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to