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
nodemap is virtually untested
#370
Comments
|
On second glance, this routine is actually used under the hood by the hyper nodal method calls. So the routine is tested as far as weeding out its bugs goes, but perhaps underspecced in a sense that the roast won't cover implementations that don't implement their hyper nodal methcalls using this routine. |
|
I guess lack of certainty on the final semantics are the reason why it is undertested and underdocumented. One could consider it more or less an internal method at this stage, imo.
… On 20 Dec 2017, at 16:30, Zoffix Znet ***@***.***> wrote:
On second glance, this routine is actually used under the hood by the hyper nodal method calls. So the routine is tested as far as weeding out its bugs goes, but perhaps underspecced in a sense that the roast won't cover implementations that don't implement their hyper nodal methcalls using this routine.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Do you think it should be removed from the docs then? Seems to be unused in the ecosystem (somewhat related Issue on writing extra docs for XXXmap methods: Raku/doc#1720 ) |
|
I’ll leave that decision up to jnthn TimToady. I would be in favour of removing it from the doc for now.
… On 20 Dec 2017, at 16:38, Zoffix Znet ***@***.***> wrote:
One could consider it more or less an internal method at this stage, imo
Do you think it should be removed from the docs then? Seems to be unused in the ecosystem
(somewhat related Issue on writing extra docs for XXXmap methods: Raku/doc#1720 )
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
https://irclog.perlgeek.de/perl6-dev/2017-12-20#i_15604510
|
I see a single test for nodality and no other tests at all.
We also appear to have this method fully documented: https://docs.perl6.org/routine/nodemap
The text was updated successfully, but these errors were encountered: