Lydia Duncan
Lydia Duncan
We suspect this will probably be the name we use for it, but it's worth actually discussing and deciding that, especially since we've talked about the module recently in blogs....
### Summary of Problem **Description:** I'm not sure how much of this is user error on my part, but I'm having difficulty using a c_array as though it was a...
### Summary of Feature **Description:** `$CHPL_HOME/util/printchplenv` has an anonymize flag that allows printing Chapel settings without details like the path to the user's installation of Chapel. The Chapel compiler itself...
### Summary of Feature **Description:** The list, set, and map types all support copy initialization when different parSafe settings are involved (albeit, with a warning for list today and hopefully...
### Summary of Feature **Description:** I think you have to create a heap using `new` or the `createHeap` functions today. It would be nice to support something like `var h:...
### Summary of Problem **Description:** The user can define a hash function that throws, but only so long as the hash function is not defined inside a module. Once the...
### Summary of Problem **Description:** We've deprecated inferring a method to be `ref` if it modifies its `this` argument. If a hash function happens to be `ref`, though, you will...
[Feature Request]: Export functions with arrays of strings as arguments for Python interoperability
### Summary of Feature **Description:** Today, in exported functions for Python you can: - accept string arguments - return strings - accept array arguments with numeric element types - return...
### Summary of Problem **Description:** Prior to the move from `c_string` to `c_ptrConst(c_char)`, we were able to export functions that took arguments of type `[ ] c_string`. Unfortunately, we did...
### Summary of Problem **Description:** This was reported by Damian in [our mailing list](https://chapel.discourse.group/t/exponential-operator-and-the-numerical-error-in-using-it/10020/11). He said there: > Some words of wisdom like the following need to be added to...