-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arctic space fox/feature/apl #39
base: master
Are you sure you want to change the base?
Arctic space fox/feature/apl #39
Conversation
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 |
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 |
And for further information |
Ok changes made, it compiles and its tested with the tests on my linux system |
APL lang integration - #37
Changes
Dockerfile.apl
sets up aplc to compile APL codeapl.rs
language configurationmod.rs
added apl modlang_manager.rs
added commands for apl [apl
,dyalog
]Notes