-
ERS.r05_r05.IELM.mappy_gnu.elm-V2_ELM_MOSART_features will alternate between FAIL and DIFF with the below error message.
```
profile sums: 1.0000000000000000 1.0000000000000000 1.00…
-
Hi folks
For long time I used successfuly the ELMduino 2.x code, with custom PIDs (suggested by PowerBroker2) as below :
```
if (myELM327.queryPID(34, 12345))
{
int16_t tempKm = myELM…
-
I should restructure this repository: I want to keep it as the main repository to deploy to https://elm.run but I think I should extract the code to build an Elm compiler as WASM binary.
Right now …
-
I suspect that most elm CI pipelines will by default want to check:
- Does it compile? (We need the compiler for this, which this already provides)
- Do the tests pass?
- Has the contributor not…
-
I cannot run `elm-test` via the Intellij plugin.
![image](https://user-images.githubusercontent.com/2535178/76171608-7d60cb80-618d-11ea-82c4-28fb283c9d9f.png)
But the location is correct.
If …
-
Hi,
Thanks for this useful github action.
To me the point of having elm set up in github actions is to make possible (tested) continuous integration.
So I'd expect the action `setup-elm` to …
-
We need to agree on how we do testing in elm-mdl.
Currently, I'v added the "elm-test" skeleton, basically to be able to have something running and exiting with 0/1 in the scripts tag in travis.yml.
…
-
When following https://elm-program-test.netlify.com/ link, I get a HTTP 404. Netlify can't find the site.
-
[#16518 changed this to an unimplemented feature.]
Trying to do a reduction on an instantiation of a reduction class results in a compiler segfault:
```chpl
class PlusMinusReduceOp: ReduceScanO…
-
This is a new error for me and I cannot solve it. I just want to use Netlib BLAS/LAPACK, which is built in `~/ELMER/lapack`, but CMake cannot find it when I set `BLAS_LIBRARIES` and `LAPACK_LIBRARIES…