Branch: refs/heads/main
Revision: a08badc
Author: bradcray
Link: Unavailable
Log Message:
Merge pull request #19637 from bradcray/retire-extern-struct-future
Update and retire a future whose behavior is now supported
[trivial, not reviewed]
This future relates to wanting to refer to a 'struct foo' type within
Chapel as an extern record, which we didn't have support for in the
early days of interop. Now we can rename such a case using "struct
foo" as the C name in the extern record declaration. Update the test
to do so and retire the future and its skipif (no longer needed).
Modified Files:
R test/extern/bradc/structs/externFloat4b.future
R test/extern/bradc/structs/externFloat4b.skipif
M test/extern/bradc/structs/externFloat4b.chpl
Compare: https://github.com/chapel-lang/chapel/compare/833fc1393a7a...a08badc684c2