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

POD variables not implemented #1146

Closed
p6rt opened this issue Jul 17, 2009 · 5 comments
Closed

POD variables not implemented #1146

p6rt opened this issue Jul 17, 2009 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 17, 2009

Migrated from rt.perl.org#67662 (status was 'rejected')

Searchable as RT67662$

@p6rt
Copy link
Author

p6rt commented Jul 17, 2009

From minimiscience@gmail.com

Rakudo does not recognize POD variables of the form $=podSection. As
an example, the following program fails with the message "Symbol
'$=miscData' not predeclared"​:

  #!/usr/bin/env perl6
  use v6;

  =begin miscData
  You are in a maze of twisty little passages, all different.
  You are in a little maze of twisting passages, all different.
  You are in a maze of twisting little passages, all different.
  You are in a little maze of twisty passages, all different.
  You are in a twisting maze of little passages, all different.
  You are in a twisting little maze of passages, all different.
  You are in a twisty little maze of passages, all different.
  You are in a twisty maze of little passages, all different.
  You are in a little twisty maze of passages, all different.
  You are in a maze of little twisting passages, all different.
  You are in a maze of little twisty passages, all different.
  =end miscData

  .say for $=miscData.lines;

If $=miscData is predeclared with "our $=miscData;" (which I don't
think should be necessary), Rakudo will still not initialize it with
any POD-related data. The problem also occurs if "miscData" is
changed to "DATA", and attempting to access the POD section via
"%=POD<miscData>" does not work either, as %=POD is also not declared.

This problem was observed on Rakudo Perl #​18 ("Pittsburgh") with
revision 39599 of Parrot on Mac OS X 10.5.6.

@p6rt
Copy link
Author

p6rt commented Aug 18, 2010

@coke - Status changed from 'new' to 'stalled'

@p6rt
Copy link
Author

p6rt commented Sep 14, 2011

From @tadzik

On Fri Jul 17 15​:39​:58 2009, minimiscience@​gmail.com wrote​:

Rakudo does not recognize POD variables of the form $=podSection.

Variables of this sort don't even exist in the current state of S26.
Things like %=POD or $=POD<foo> are not yet agreed upon either.
Rejecting.

@p6rt
Copy link
Author

p6rt commented Sep 14, 2011

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

@p6rt
Copy link
Author

p6rt commented Sep 14, 2011

@jnthn - Status changed from 'open' to 'rejected'

@p6rt p6rt closed this as completed Sep 14, 2011
@p6rt p6rt added the Todo label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant