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

config items should not include quotes for string values #4789

Closed
p6rt opened this issue Nov 26, 2015 · 7 comments
Closed

config items should not include quotes for string values #4789

p6rt opened this issue Nov 26, 2015 · 7 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 26, 2015

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

Searchable as RT126742$

@p6rt
Copy link
Author

p6rt commented Nov 26, 2015

From @autarch

Given this code​:

=begin pod

=for block :item('foo')

Bar

=end pod

dd $=pod[0];

The output is​:

Pod​::Block​::Named $var = Pod​::Block​::Named.new(name => "pod", config => {}, contents => [Pod​::Block​::Named.new(name => "block", config => {​:item("'foo'")}, contents => []), Pod​::Block​::Para.new(config => {}, contents => ["Bar"])])

I'd expect to have a node where $node.config<item> = 'foo'. Instead, the quotes are included in the value so I get $node.config<item = q{'foo'}

@p6rt
Copy link
Author

p6rt commented Dec 4, 2017

@p6rt
Copy link
Author

p6rt commented Dec 4, 2017

@p6rt
Copy link
Author

p6rt commented Jan 18, 2018

From @tbrowder

closed by merge of rakudo PR #​1339

@p6rt
Copy link
Author

p6rt commented Jan 18, 2018

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

@p6rt
Copy link
Author

p6rt commented Jan 18, 2018

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

@p6rt p6rt closed this as completed Jan 18, 2018
@p6rt
Copy link
Author

p6rt commented Jan 19, 2018

From @tbrowder

closed also with tests in merged roast PR #​371

@p6rt p6rt added the POD 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