Brad Chamberlain
Brad Chamberlain
I've opened https://github.com/chapel-lang/chapel/pull/28005 which adds an LCM routine to the Math module and a test of it. I'm not sure whether there's an existing issue about testing for integer overflow/wraparound—I...
[Design] Should `setuptools` be listed in the `third-party/chpl-venv` dependencies for `start_test`?
Related to the last comment: We distribute `start_test` in releases, but not `$CHPL_HOME/test` (outside of `release/examples`).
If the things in the OP are the things you think are still worth doing, I don't see any reason to close the issue.
Would you have time to indicate which are which while this is fresh in your mind? If you felt confident, you could just scratch them out in the checklist of...
In the following, I'm guessing/hoping that changing `use`s to `import`s (of the symbols in question) above doesn't change the overall behavior? (or at least, hope it won't) Of the two...
One other potential rationale for the status quo: If a child module can't see its parent module's private symbols, there's not much recourse. But if it can't see the symbols...
> The child module doesn't have to use the parent module at all and it won't have access to these if it does not. Likewise, if it wants to bring...
I was imagining that if we switched from option 3 to option 1 and: * the parent module contained a private use of a module M * and as a...
I don't object to removing the label, but just to understand where we are in hopes of not having this issue hanging over us forever: * Michael, the OP says...
That's option 1?