-
Notifications
You must be signed in to change notification settings - Fork 1
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 config parses colopairs but simply stringifies whatever it matched #5962
Comments
From @zoffixznetFor example, in the code below, only `:bar` config var would have the correct value. The rest =begin table :foo('meow') :bar<meow> :ber(Q|foos|) :var(join "\n", <a b c>) The Bowler Carol Pinnsler Haunted bowling ball =end table dd $=pod # [Pod::Block::Table.new(caption => Any, headers => [], config => {:bar("meow"), :ber("Q|foos|"), :foo("'meow'"), :var("join \"\\n\", <a b c>")}, contents => [["The Bowler", "Carol Pinnsler", "Haunted bowling ball"],])] I took a look at fixing this, and the problematic code has comments "# This is a cheaty and evil hack." and "# and this is the worst hack of them all." Need to determine what sort of config values are acceptable (considering right now you can execute arbitrary code via a BEGIN block) and then change how this stuff is actually parsed. |
From @zoffixznetComments from TimToady: https://irclog.perlgeek.de/moarvm/2017-01-09#i_13886808 |
From @softmothDuplicate with https://rt-archive.perl.org/perl6/Ticket/Update.html?id=126742 |
The RT System itself - Status changed from 'new' to 'open' |
From @softmothAlso duplicates: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=124281 |
From @tbrowderclosed by merge of rakudo PR #1339 |
@tbrowder - Status changed from 'open' to 'resolved' |
From @tbrowderclosed also with tests in merged roast PR #371 |
Migrated from rt.perl.org#130477 (status was 'resolved')
Searchable as RT130477$
The text was updated successfully, but these errors were encountered: