Skip to content

Instantly share code, notes, and snippets.

@wayland
Created October 4, 2024 23:48
Show Gist options
  • Save wayland/e2b585612adbd805378696f61775bcd5 to your computer and use it in GitHub Desktop.
Save wayland/e2b585612adbd805378696f61775bcd5 to your computer and use it in GitHub Desktop.
Error with no file names or line numbers
Ambiguous call to 'AT-POS(Table: Int)'; these signatures all match:
(Any:D: Int:D \pos, *%_)
(Table: \position, *%_)
(Any:D: Any:D \pos, *%_)
(Any:D: **@indices, *%_)
in method prepare-table at /home/wayland/src/TOP/Raku-TOP/Add-basic-formatters/lib/raku/TOP/Formatter/HalfHuman.rakumod (TOP::Formatter::HalfHuman) line 15
....
@wayland
Copy link
Author

wayland commented Oct 5, 2024

The call that generated this was:

		say $!table[0];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment