Your message dated Fri, 25 Sep 2015 01:08:58 -0400
with message-id <1494873.L1QQV4XqRW@kitterma-e6430>
and subject line Re: Unable to replicate Debian Bug report #515634 
(python-yaml: YAML loader complains about non-unique anchors)
has caused the Debian Bug report #515634,
regarding python-yaml: YAML loader complains about non-unique anchors
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.)


-- 
515634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515634
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-yaml
Version: 3.08-1
Severity: normal


Given a small input file, such as

  - &anchor 1
  - &anchor 1

yaml.load() dies with an error:

  yaml.composer.ComposerError: found duplicate anchor 'anchor'; first occurence
    in "<string>", line 1, column 3:
      - &anchor 1
        ^
  second occurence
    in "<string>", line 2, column 3:
      - &anchor 1
        ^

This ought to be allowed; the YAML 1.1 spec says in 3.2.2.2:

  When composing a representation graph from serialized events, an alias node
  refers to the most recent node in the serialization having the specified
  anchor. Therefore, anchors need not be unique within a serialization. 


-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-yaml depends on:
ii  libc6                         2.7-18     GNU C Library: Shared libraries
ii  libyaml-0-1                   0.1.2-1    Fast YAML 1.1 parser and emitter l
ii  python                        2.5.2-3    An interactive high-level object-o
ii  python-central                0.6.8      register and build utility for Pyt

python-yaml recommends no packages.

python-yaml suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
On Wed, 11 Nov 2009 23:21:48 -0500 Scott Kitterman <[email protected]> 
wrote:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515634
> 
> With python-yaml 3.09-1 I am unable to reproduce this problem.  I'm not sure 
> if I have set up the test case correctly.  Can you still reproduce this 
error?

As we approach the sixth anniversary of not hearing anything back, I'm going 
to close this bug.  If it turns out someone can reproduce this, please reopen.

Scott K

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to