Open p5pRT opened 11 years ago
$ perl -E 'say $] = 10' Modification of a read-only value attempted at -e line 1. $ perl -s -E 'say $]' -- '-]=10' 10
Also\, there's a 5.10 regression here: $ perl -s -le 'print ${"::"}' -- -::=10 Assertion failed: (sv)\, function Perl_sv_setpv\, file sv.c\, line 4589. Abort trap: 6
Rather than fixing those\, how about we deprecate -s?
On Sat Sep 28 08:59:40 2013\, Hugmeir wrote:
Rather than fixing those\, how about we deprecate -s?
I use -s a lot.
--
Father Chrysostomos
The RT System itself - Status changed from 'new' to 'open'
* Brian Fraser \perlbug\-followup@​perl\.org [2013-09-28T11:59:40]
Rather than fixing those\, how about we deprecate -s?
Not happening.
-- rjbs
On Sat\, Sep 28\, 2013 at 11:35 PM\, Ricardo Signes \perl\.p5p@​rjbs\.manxome\.orgwrote:
* Brian Fraser \perlbug\-followup@​perl\.org [2013-09-28T11:59:40]
Rather than fixing those\, how about we deprecate -s?
Not happening.
Boo.
Oh well. I'll look into getting the segfault fixed; I'm ambivalent to the read-only thing being a bug.
* Brian Fraser \fraserbn@​gmail\.com [2013-09-28T23:05:18]
On Sat\, Sep 28\, 2013 at 11:35 PM\, Ricardo Signes \perl\.p5p@​rjbs\.manxome\.orgwrote:
* Brian Fraser \perlbug\-followup@​perl\.org [2013-09-28T11:59:40]
Rather than fixing those\, how about we deprecate -s?
Not happening.
Boo.
There exist programs written in 1994 and running continuously since then without relying on bizarre undocumented behaviors\, or even on weird esoterica that *is* documented. Part of the goal is to avoid breaking those unless we get a big win out of it.
I think the number of such programs we'd break by deprecating/removing -s would be pretty huge.
-- rjbs
On Sat\, 28 Sep 2013 10:08:16 -0700\, "Father Chrysostomos via RT" \perlbug\-followup@​perl\.org wrote:
On Sat Sep 28 08:59:40 2013\, Hugmeir wrote:
Rather than fixing those\, how about we deprecate -s?
I use -s a lot.
I tend to replace -s procedures with documented Getopt::Long\, but I agree to NOT deprecate -s
-- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using perl5.00307 .. 5.19 porting perl5 on HP-UX\, AIX\, and openSUSE http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
On Sat\, Sep 28\, 2013 at 5:59 PM\, Brian Fraser \perlbug\-followup@​perl\.orgwrote:
Rather than fixing those\, how about we deprecate -s?
I don't think that's a good idea either\, but it may be reasonable to limit it to \w or some such.
Leon
Migrated from rt.perl.org#120039 (status was 'open')
Searchable as RT120039$