valich (Valentin Fondaratov)
- Login: valich
- Registered on: 11/07/2018
- Last sign in: 07/24/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
12/25/2018
-
03:33 PM Ruby Bug #15461: ruby-2.6.0.tar.gz seems incorrectly packed
- Thank you for swift fixing!
-
12:31 PM Ruby Bug #15461: ruby-2.6.0.tar.gz seems incorrectly packed
- mame (Yusuke Endoh) wrote:
> What OS are you using? What version of tar are you using?
`tar (GNU tar) 1.29`,
`Linux UNIT-867 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux` aka Ubuntu 18... -
12:14 PM Ruby Bug #15461: ruby-2.6.0.tar.gz seems incorrectly packed
- OK, I've made the same experiment from the command line:
```
user@UNIT-867:~/Downloads$ gunzip ruby-2.6.0.tar.gz
user@UNIT-867:~/Downloads$ tar -xf ruby-2.6.0.tar ruby-2.6.0
tar: ruby-2.6.0: Not found in archive
tar: Exiting with... -
11:08 AM Ruby Bug #15461 (Closed): ruby-2.6.0.tar.gz seems incorrectly packed
- 1. Download `ftp.ruby-lang.org/pub/ruby/2.6/ruby-2.6.0.tar.gz`
2. Run from the console:
`ruby -e 'require "zlib";require "minitar";Minitar.unpack(Zlib::GzipReader.new(File.open("ruby-2.6.0.tar.gz", "rb")), "x")'`
It fails with a...
12/12/2018
-
01:08 PM Ruby Bug #15404 (Rejected): Endless range has inconsistent chaining behaviour
- Everything below is tested on `Ruby 2.6.0-rc1`. Particular sexp column coordinates are wrong because I've had some leading spaces in the file, sorry.
## The essence of the bug
Syntactically, chaining normal ranges is prohibited. Fo...