Skip to content

(PR#7326)(inappropriate) manipulation of expression objects

1 message · Brian Ripley

#
On 29 Oct 2004, Peter Dalgaard wrote:

            
That's not the issue: VectorAssign has identical code for the vector list 
and expression cases.  The issue is in SubassignTypeFix which says

    case 2010:	/* expression <- logical    */
	/* Note : No coercion is needed here. */
	/* We just insert the RHS into the LHS. */
	/* FIXME: is this true or should it be just like the "vector" case? */

and at level=1 the FIXME is correct.

Brian