External Issue: isDenseDom not found in scope for LinearAlgebra.Sparse example

16285, “buddha314”, “isDenseDom not found in scope for LinearAlgebra.Sparse example”, “2020-08-24T23:36:50Z”

Attempting to get my Chapel groove back, started on the sparse matrix example and encountered the following error.

make
chpl -M/mnt/c/Users/b/src/chgl/src -o target/firsthgl src/firstHgraph.chpl
$CHPL_HOME/modules/packages/LinearAlgebra.chpl:1864: In function 'CSRMatrix':
$CHPL_HOME/modules/packages/LinearAlgebra.chpl:1865: error: unresolved call 'isDenseDom(CSDom(2,int(64),domain(2,int(64),false),true,false,false))'
$CHPL_HOME/modules/packages/LinearAlgebra.chpl:1865: note: because no functions named isDenseDom found in scope
src/firstHgraph.chpl:1: Function 'CSRMatrix' instantiated as: CSRMatrix(Dom: CSDom(2,int(64),domain(2,int(64),false),true,false,false), type eltType = int(64))
make: *** [Makefile:13: all] Error 1

And by popular demand:

./util/printchplenv
machine info: Linux DESKTOP-ORIFC8I 4.4.0-20190-Microsoft #1000-Microsoft Thu Aug 07 16:09:00 PST 2020 x86_64
CHPL_HOME: /mnt/c/Users/b/src/chapel
script location: /mnt/c/Users/b/src/chapel/util/chplenv
CHPL_TARGET_PLATFORM: linux64
CHPL_TARGET_COMPILER: gnu
CHPL_TARGET_ARCH: x86_64
CHPL_TARGET_CPU: native
CHPL_LOCALE_MODEL: flat
CHPL_COMM: none
CHPL_TASKS: qthreads
CHPL_LAUNCHER: none
CHPL_TIMERS: generic
CHPL_UNWIND: none
CHPL_MEM: jemalloc
CHPL_ATOMICS: cstdlib
CHPL_GMP: gmp
CHPL_HWLOC: hwloc
CHPL_REGEXP: re2
CHPL_LLVM: none
CHPL_AUX_FILESYS: none