19211, "BryantLam", "task intents for records and/or record fields", "2022-02-08T01:06:04Z"
Feature request.
As a Chapel programmer, I've had situations where I wanted to put a forall loop inside a method for a record type R and update some record fields within the body of that forall loop. To do that, you would need to provide a task intent for each record field, but this does not work today. This may also get tricky depending on the default intent or user-specified intent (#13319) of the record.
The documentation for "Forall Loops" also indicate this limitation: