compiler
compiler copied to clipboard
openBinaryFile: resource busy
I'm tyring to update some old elm code. I ran into this issue:
> /home/g/work/elm-codemirror/example/elm-stuff/0.19.1/d.dat: openBinaryFile: resource busy (file is locked)
To reproduce:
git clone https://github.com/GabiGrin/elm-codemirror.git
cd example
elm init
elm make Main.elm --output=Main.js
❯ elm --version
0.19.1
$ uname -a
Linux manjaro 5.9.16-1-MANJARO #1 SMP PREEMPT Mon Dec 21 22:00:46 UTC 2020 x86_64 GNU/Linux
❯ google-chrome-stable --version
Google Chrome 100.0.4896.60
Thanks for reporting this! To set expectations:
- Issues are reviewed in batches, so it can take some time to get a response.
- Ask questions in a community forum. You will get an answer quicker that way!
- If you experience something similar, open a new issue. We like duplicates.
Finally, please be patient with the core team. They are trying their best with limited resources.