Just starting Elm.
Renamed the Ports-example to "Matrix", and ran "elm install jonathanfishbein1/linear-algebra" in the terminal.
Then running "elm make src/Matrix.elm --optimize --output=matrix.js" resulted in a hefty errormessage, culminating in a request to report it here.
"This kind of error is usually tied up in larger architectural choices that are hard to change, so even when we have a couple good examples, it can take some time to resolve in a solid way.elm: Error from Matrix should have been reported already.
CallStack (from HasCallStack): error, called at builder/src/Build.hs:1233:29 in main:Build
When I renamed all "Matrix"-es to "MatrixCalc" the problem was over, so it probably was just a namingconflict with the lib.
Just starting Elm. Renamed the Ports-example to "Matrix", and ran "elm install jonathanfishbein1/linear-algebra" in the terminal. Then running "elm make src/Matrix.elm --optimize --output=matrix.js" resulted in a hefty errormessage, culminating in a request to report it here.
"This kind of error is usually tied up in larger architectural choices that are hard to change, so even when we have a couple good examples, it can take some time to resolve in a solid way.elm: Error from
Matrix
should have been reported already. CallStack (from HasCallStack): error, called at builder/src/Build.hs:1233:29 in main:BuildWhen I renamed all "Matrix"-es to "MatrixCalc" the problem was over, so it probably was just a namingconflict with the lib.