Dan Bonachea

Results 44 comments of Dan Bonachea

> This could be easily done. Do you still need it? yes this would be helpful. However to be honest the more useful fix would be for issue #186, which...

On a related note, with the current version I've deployed a rewriting rule with title captures, which works great for documents matching the pattern. Unfortunately there's not a way to...

Tangential note: Motivated by this use case, we've opened two relevant GASNet-EX enhancement requests that would each eventually help enable Caffeine to provide **non-blocking** `co_reduce` for all allowed types: *...

Another related task for cleaning up `co_reduce` implementation: Stop repeatedly calling `caf_same_cfi_type()` in `co_reduce` (each of which entails a cross-language call) and instead use `select type` to make this faster...

This notably includes all of "2.3.2 Constants in ISO_FORTRAN_ENV", which currently all appear to be missing from the implementation

> My remaining concerns are about unused variants (or similarly, variants with redundant values). > @scheibelp Thanks for the review. I think what you're missing is these lines: ```python def...

> * I'm not sure if it directly addresses [Update Chapel package and add variants #42197 (comment)](https://github.com/spack/spack/pull/42197#discussion_r1643426686) (unless `none` and `bundled` are distinct values that you want to pass to...

To clarify, the motivation for this request is the fact that bind(C) functions that cross the C-Fortran language barrier have to be redundantly declared (once in each language). The linker...