Brad Chamberlain
Brad Chamberlain
OK, I was too curious about this not to try it again after dinner, and got it working. Separating the routine into its own C file did do the trick...
@redhatturtle : Closing tabs today, I wanted to check in and see whether you were able to put this technique to use and whether it helped you find your error....
@pmor13: Thanks for the notes. I wasn't getting a complaint w.r.t. the second until I added `-Wall` using gcc 8.3.0, and have verified that removing that line has no effect....
@ozbenh : Thanks for the quick and very thorough explanation! I'm not very familiar with amazon linux or its release schedule. When might that fix in the next release become...
> Will it create a local copy of x per locale? My guess is that, by a strict semantic interpretation of the language, it wouldn't and shouldn't (and that we...
Closing tabs, I realized I grabbed for the wrong issue above, and then was more surprised to find that maybe the issue I was thinking of didn't exist. Filed https://github.com/chapel-lang/chapel/issues/26752...
@mppf: You've made me really curious about the source of the inconsistency given that the `forall` loop is implemented in terms of `coforall` and `on`... 🤔
That's a great guess—sounds very likely to be the case to me, thanks!