-
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
[UNWANTED BEHAVIOUR] Un-mutable NativeCall API Version Warning #5080
Comments
From @zoffixznetThe warning NativeCall generates when the library version is unspecified needs to be removed, or at the very least a mechanism for silencing it must be provided. [REASONS]: If there're objections with regard to removing the warning, I suggest a value of * can be interpreted as to mean "any version" (that is, as if it weren't specified). |
From @zoffixznetPR that goes with removing the warning entirely: rakudo/rakudo#691 PR that uses '*' version to mean 'any version': rakudo/rakudo#692 |
From @zoffixznetThe removal option was merged in this commit: rakudo/rakudo@fb0a135 |
@zoffixznet - Status changed from 'new' to 'resolved' |
From @geekosaurOn Sat, Jan 23, 2016 at 3:53 AM, Zoffix Znet <perl6-bugs-followup@perl.org>
That is only an 'arbitrary "best practice"' if having your program work -- |
From @zoffixznetOn Sat Jan 23 04:36:52 2016, allbery.b@gmail.com wrote:
Thank you for showing the EXACT problem with this warning. The compiler makes the assumption the program is broken without having the slightest clue about the library I'm using. |
Migrated from rt.perl.org#127354 (status was 'resolved')
Searchable as RT127354$
The text was updated successfully, but these errors were encountered: