-
Notifications
You must be signed in to change notification settings - Fork 558
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
signature parsing API function #16261
Comments
From zefram@fysh.orgCreated by zefram@fysh.orgIt would be nice to have a C API function for parsing subroutine The original implementation of signatures did have a procedural interface OP *parse_subsignature(void); You call it after lexing the opening "(" of the signature, it parses the My intent was always that that would become an API function, but I didn't parse_subsignature() wasn't merely an orphaned API function, though. I'm satisfied with the calling convention of the original It is arguable that having such an API function should be a prerequisite Perl Info
|
From @leonerdOn Mon, 20 Nov 2017 07:06:06 -0800
I'd very much like such a function indeed, so I can call it from the ...
So, what's required to make this exist then? Beyond "sit and wait for -- leonerd@leonerd.org.uk | https://metacpan.org/author/PEVANS |
The RT System itself - Status changed from 'new' to 'open' |
From @leonerdOn Thu, 18 Jan 2018 18:45:52 +0000
*ping* Any update on this? It's been a year and a major perl version, with no It would be nice to have some way to get signature parsing out of core https://rt.cpan.org/Public/Bug/Display.html?id=123465 -- leonerd@leonerd.org.uk | https://metacpan.org/author/PEVANS |
From @khwilliamsonThanks, committed as |
@khwilliamson - Status changed from 'open' to 'pending release' |
Migrated from rt.perl.org#132474 (status was 'pending release')
Searchable as RT132474$
The text was updated successfully, but these errors were encountered: