Your message dated Sat, 27 Jul 2019 18:50:35 +0000
with message-id <[email protected]>
and subject line Bug#932736: Removed package(s) from unstable
has caused the Debian Bug report #270244,
regarding bicyclerepair: renaming function parameters can break code
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.)


-- 
270244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270244
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bicyclerepair
Version: 0.9-3
Severity: important

Hi,

I found a bug in BRM. It is an incorrect implementation of a
refactoring, which can break code, hence the Severity: important of this
bugreport.

Given the following function definition:
def some_function(a, param=''):
    if len(param) < 10:
        return some_function(a, param=param+ ' ')
    else:
        return param + a

If I ask BRM to rename param to spacing, this is what I get:

def some_function(a, spacing=''):
    if len(spacing) < 10:
        return some_function(a, spacing=param+ ' ')
    else:
        return spacing + a

This causes a NameError at runtime. 
                        
For the record, I'm using bicyclerepair with emacs, in case this is
relevant. 

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR

Versions of packages bicyclerepair depends on:
ii  python                        2.3.4-3sid An interactive high-level object-o

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.9-6.2+rm

Dear submitter,

as the package bicyclerepair has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/932736

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to