#906: [PIR] Assignment syntactic sugar restricted to destination parameters
-------------------------+--------------------------------------------------
Reporter: allison | Owner: kjs
Type: deprecation | Status: reopened
Priority: normal | Milestone: 2.6
Component: pirc | Version: 1.4.0
Severity: medium | Resolution:
Keywords: | Lang:
Patch: | Platform:
-------------------------+--------------------------------------------------
Comment(by coke):
This points to a some cases where we have ops defined as, e.g.:
{{{
inline op mul(invar PMC, invar PMC, invar PMC) :base_core {
$1 = VTABLE_multiply(interp, $2, $3, $1);
}
}}}
is invar the right declaration for $1 there?
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/906#comment:5>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets