Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing file/line information #4355

Closed
p6rt opened this issue Jun 27, 2015 · 6 comments
Closed

Missing file/line information #4355

p6rt opened this issue Jun 27, 2015 · 6 comments

Comments

@p6rt
Copy link

p6rt commented Jun 27, 2015

Migrated from rt.perl.org#125495 (status was 'resolved')

Searchable as RT125495$

@p6rt
Copy link
Author

p6rt commented Jun 27, 2015

From @drforr

No file/line information given for this obsoletion warning​:

--cut here--
class Test​::More
  {
  sub new_ok( $class, \@​args, $object_name ) is export { die
"Unimplemented" }
  }
--cut here--

The error​:

--cut here--
jgoff@​Demeisen​:~/Repositories/perl6-stub-modules$ perl6 ~/bug.pm
Obsolete use of | or \ with sigil on param @​args
--cut here--

@p6rt
Copy link
Author

p6rt commented Jun 27, 2015

From @lizmat

Fixed by bbe2ffa17698594c6cf76f

On 27 Jun 2015, at 21​:49, (via RT) <perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by
# Please include the string​: [perl #​125495]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=125495 >

No file/line information given for this obsoletion warning​:

--cut here--
class Test​::More
{
sub new_ok( $class, \@​args, $object_name ) is export { die
"Unimplemented" }
}
--cut here--

The error​:

--cut here--
jgoff@​Demeisen​:~/Repositories/perl6-stub-modules$ perl6 ~/bug.pm
Obsolete use of | or \ with sigil on param @​args
--cut here--

@p6rt
Copy link
Author

p6rt commented Jun 27, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 28, 2015

From @usev6

I added a test to integration/error-reporting.t with commit Raku/roast@766987b6de.

I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Jun 28, 2015

From @usev6

I added a test to integration/error-reporting.t with commit Raku/roast@766987b6de.

I'm closing this ticket as 'resolved'.

@p6rt p6rt closed this as completed Jun 28, 2015
@p6rt
Copy link
Author

p6rt commented Jun 28, 2015

@usev6 - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant