Michael Ferguson

Results 153 comments of Michael Ferguson

I do not have much experience generating .pc files but the file format is pretty simple. https://lists.freedesktop.org/archives/pkg-config/2007-August/000219.html has some suggestions for how to do it in an autotools project and...

The reason that I care about this is that I'm working on integrating RV with Chapel and the Chapel test suite will report failure if there is unexpected output. Besides...

@attractivechaos please let me know if I can do anything to help towards getting this PR merged, thanks

A related issue is that the name `CHPL_LLVM_SUPPORT` is misleading. It's intended to mean "Where to find the LLVM Support Library" but it could be interpreted to mean "Should it...

> "headers" FWIW, when building in "LLVM Support Library Only, No LLVM Backend" mode (whatever we call that), we do link with the LLVM Support library. It is not a...

> Do we need to maintain the config of `CHPL_LLVM=none` and `CHPL_LLVM_SUPPORT=system`? FWIW, the main use of this configuration that I know of is for making it easier to test...

@damianmoz - I've created this issue on your behalf.

How would floating-point literals work if there are larger floating point constant sizes? Right now, e.g. `1.0` has type `real` aka `real(64)`. However it will implicitly coerce to any sized...

Tests to update if this is addressed somehow: * test/studies/amr/... due to: * test/studies/amr/lib/grid/GridVariable_def.chpl * test/studies/amr/lib/level/LevelVariable_def.chpl * test/studies/hpcc/HPL/vass/hpl.hpcc2012.chpl test/optimizations/bulkcomm/asenjo/ptransDR/v1/ptrans.chpl

@bradcray - I believe the last example you wrote works today (once you rename the `iter` variable). Another thing to think about, besides slices, is if users should be able...