Your message dated Sun, 22 Oct 2017 03:06:13 +0000
with message-id <e1e66ab-00008h...@fasolo.debian.org>
and subject line Bug#799406: fixed in pry 0.11.2-1
has caused the Debian Bug report #799406,
regarding pry: uninitialized constant Pry::ObjectPath::StringScanner
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 ow...@bugs.debian.org
immediately.)


-- 
799406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799406
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pry
Version: 0.10.1-3
Severity: normal

Dear Maintainer,

When trying complite path using TAB, pry throws exeption. Way to reproduce:
 - open pry
 - type '/t
 - press TAB

Now you should see something like

[1] pry(main)> '/bError: uninitialized constant Pry::ObjectPath::StringScanner
/usr/lib/ruby/vendor_ruby/pry/object_path.rb:27:in `resolve'
/usr/lib/ruby/vendor_ruby/pry/input_completer.rb:65:in `call'
/usr/lib/ruby/vendor_ruby/pry/pry_instance.rb:137:in `block in complete'
/usr/lib/ruby/vendor_ruby/pry/pry_class.rb:369:in `critical_section'
/usr/lib/ruby/vendor_ruby/pry/pry_instance.rb:135:in `complete'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:178:in `block (2 levels) in read_line'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:198:in `call'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:198:in `readline'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:198:in `block in input_readline'
/usr/lib/ruby/vendor_ruby/pry/input_lock.rb:115:in `call'
/usr/lib/ruby/vendor_ruby/pry/input_lock.rb:115:in `interruptible_region'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:197:in `input_readline'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:183:in `block in read_line'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:129:in `handle_read_errors'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:170:in `read_line'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:98:in `read'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:68:in `block in repl'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:67:in `loop'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:67:in `repl'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:38:in `block in start'
/usr/lib/ruby/vendor_ruby/pry/input_lock.rb:61:in `call'
/usr/lib/ruby/vendor_ruby/pry/input_lock.rb:61:in `__with_ownership'
/usr/lib/ruby/vendor_ruby/pry/input_lock.rb:79:in `with_ownership'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:38:in `start'
/usr/lib/ruby/vendor_ruby/pry/repl.rb:15:in `start'
/usr/lib/ruby/vendor_ruby/pry/pry_class.rb:169:in `start'
/usr/lib/ruby/vendor_ruby/pry/cli.rb:219:in `block in <top (required)>'
/usr/lib/ruby/vendor_ruby/pry/cli.rb:83:in `call'
/usr/lib/ruby/vendor_ruby/pry/cli.rb:83:in `block in parse_options'
/usr/lib/ruby/vendor_ruby/pry/cli.rb:83:in `each'
/usr/lib/ruby/vendor_ruby/pry/cli.rb:83:in `parse_options'
/usr/bin/pry:16:in `<main>'

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=be_BY.UTF-8, LC_CTYPE=be_BY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages pry depends on:
ii  bundler                     1.10.6-1
ii  ruby                        1:2.1.5.1
ii  ruby-coderay                1.1.0-4
ii  ruby-method-source          0.8.2-2
ii  ruby-slop                   4.2.0-1
ii  ruby2.1 [ruby-interpreter]  2.1.5-4
ii  ruby2.2 [ruby-interpreter]  2.2.3-1
ii  rubygems-integration        1.9

pry recommends no packages.

pry suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: pry
Source-Version: 0.11.2-1

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

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 799...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
HIGUCHI Daisuke (VDR dai) <d...@debian.org> (supplier of updated pry 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 22 Oct 2017 11:12:18 +0900
Source: pry
Binary: pry
Architecture: source all
Version: 0.11.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Changed-By: HIGUCHI Daisuke (VDR dai) <d...@debian.org>
Description:
 pry        - powerful irb alternative and runtime developer console
Closes: 799406
Changes:
 pry (0.11.2-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ HIGUCHI Daisuke (VDR dai) ]
   * New upstream version 0.11.2
   - Fixed the "uninitialized constant Pry::ObjectPath::StringScanner"
     exception during autocomplete, at 0.11.0 (Closes: #799406)
   * d/control: update b-d/d:
   * d/p/use-embedded-pry.patch: dropped, imported upstream.
   * Refresh patches.
   * use upstream bundled slop.
   * d/tests/: add for autopkgtest-pkg-ruby.
   * Bump Standard Version: 4.1.1
Checksums-Sha1:
 c088e64cccc020fde2a2d1fcf0925382ef47c4ae 2084 pry_0.11.2-1.dsc
 9db154d607cf43f75eafd6bf4d3bbf354cc5eeaa 223514 pry_0.11.2.orig.tar.gz
 5844a9b210adf0325d3f02853a45e0f5f09abfac 8192 pry_0.11.2-1.debian.tar.xz
 004c0174b6ea8696158fc0dec0f1ba767cf5f903 135820 pry_0.11.2-1_all.deb
 8af80ab8b476e4f470d86c017f8dfa324098c4e3 7380 pry_0.11.2-1_amd64.buildinfo
Checksums-Sha256:
 69820eec19f79fc538108cc077ae2213850049ec321cc7c25ccc6c3bececd727 2084 
pry_0.11.2-1.dsc
 9db18a35678facc73f6d2c6e2bad33086ba3302fdc900a4ba9fa0ba8561476c2 223514 
pry_0.11.2.orig.tar.gz
 98809b6411106c3697379de108df3f05c1f47d9861f954df72953e5297f1030b 8192 
pry_0.11.2-1.debian.tar.xz
 04481e21bbf60babc967ace4231144d43f2c2342c756e576346b2b778edac8b8 135820 
pry_0.11.2-1_all.deb
 33a8691e243454a9427fbab8f5373a07dca0a15eb44cbb7f3b2ace679665e294 7380 
pry_0.11.2-1_amd64.buildinfo
Files:
 0cd0bed0b5cd8dfb3bf46c6f98ea6142 2084 ruby optional pry_0.11.2-1.dsc
 31d4c6c46bcd28f08ec078b6c969a875 223514 ruby optional pry_0.11.2.orig.tar.gz
 6c1646b1de921f28451a08c1d7d5c476 8192 ruby optional pry_0.11.2-1.debian.tar.xz
 534dcf36bc777db162fc00edf28e5e18 135820 ruby optional pry_0.11.2-1_all.deb
 ae4bcece13a321c33f37233800571c3a 7380 ruby optional 
pry_0.11.2-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEECynYjkLmt2W42OpQeDlhndQ5Zo4FAlnr/5sACgkQeDlhndQ5
Zo5qpw/+Mim7/xVxJ9UCAluOV68XHRLRJqytARuC7O5O8l8Cm6mYQDZu+6THcqI0
akeS6fhrluOWA1pRc0ayEeZNVa8NFdDbLmsWJq8CcPhMSp379evAlorfgMRn1NHa
3qmUrELCii4SwHb4IlOhbK0Dyt7kHbBToL7FTxUH8XLVfkIVvkZS5+Rk3u+yzkii
QxAWKCYSA84mzgPki17tp01CdzVSX7KTQQicZegScezaKn2+HrYw4DPxPDZcBzsg
pVvVSjRyCDtKWTGa0Qzvrjerg/EXCbYQnKIX9TX5PUuW60KwsOhPff2KlXCaiZy2
OkC1BYJ+H3Cyx+kGOOe0xmk/6cX+dTbS4gd52KY2T2LhxPSV+y78GdU/LXPWgp5c
0DkDM0j2n7eRjWw9rZqjPEl7TQgJ48iqDADhf7qEANG0rlLA6mpvOyMo1ei4iaG2
lXQQe6kUYzgJoaasg6kZQ7k3bwCmmgy1mUZDkVGc+2ptefXzyHTwY1sMs/ODPJct
+IlLHi1+/w/8E4nuNF5cAynZAnXt6AtjKxSZEwVgX0pPlzccHDcOVa9hIVruNjlG
z6nAY0Or4ELWisASugKm+hRVpGfBNuUlogZ6NtQDN1+ywOYOV3QQCmpfD+A+JG89
qUa+FE9ZkGgR/06qAqHE2TFJKHN6Aziud3y2kBr9y34AvjLNVZU=
=hbn/
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to