Arctic space fox/feature/apl
APL lang integration - #37
Changes
-
Dockerfile.aplsets up aplc to compile APL code -
apl.rslanguage configuration -
mod.rsadded apl mod -
lang_manager.rsadded commands for apl [apl,dyalog]
Notes
- everything but the Dockerfile has not been tested yet
It's not failing because of syntax error in your APL test (maybe there are but it's not the problem), it's because Travis can't build the image rustacean-apl.
It seems you are trying to copy a rootfs folder that doesn't exist in this repository (so only on your local machine I assume). Is this folder really necessary?
No its from the ubuntu docker image, just copying it back. You can test it, it works. The fix was because there would have been a syntax error, now it should work. Just didnt want any more errors then needed
I tested it doesn't work, same error as the one on the Travis CI .

And for further information COPY can take files from the build context, not what's on the image.
Ok changes made, it compiles and its tested with the tests on my linux system
Now your test doesn't pass because of a different reason:
