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

util/list-missing-methods failure #4223

Closed
coke opened this issue Mar 1, 2023 · 0 comments
Closed

util/list-missing-methods failure #4223

coke opened this issue Mar 1, 2023 · 0 comments
Labels
xt Regarding current or new xt/ tests or the utils/

Comments

@coke
Copy link
Collaborator

coke commented Mar 1, 2023

% raku -c util/list-missing-methods.raku
===SORRY!=== Error while compiling /Users/coke/sandbox/doc/util/list-missing-methods.raku
Cannot bind to '$native-code' because it was bound in a signature and
variables bound in signatures cannot be rebound unless they were
declared with the 'is rw' or 'is copy' traits
at /Users/coke/sandbox/doc/util/list-missing-methods.raku:137
------> code := Bag.new(%methods<native-code><>)⏏;

not sure if this is needed since we have xt/check-signatures.rakutest

@coke coke added the xt Regarding current or new xt/ tests or the utils/ label Mar 1, 2023
@coke coke modified the milestones: 2023-Quarter 2, 2023-Quarter 1 Mar 1, 2023
@coke coke closed this as completed in 7258d52 Mar 7, 2023
coke added a commit that referenced this issue May 9, 2023
Use xt/check-signatures.rakutest instead.

Closes #4223
coke added a commit that referenced this issue Jul 30, 2023
Use xt/check-signatures.rakutest instead.

Closes #4223
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
xt Regarding current or new xt/ tests or the utils/
Projects
None yet
Development

No branches or pull requests

2 participants