rustacean icon indicating copy to clipboard operation
rustacean copied to clipboard

Arctic space fox/feature/apl

Open ArcticSpaceFox opened this issue 5 years ago • 6 comments

APL lang integration - #37

Changes

  • Dockerfile.apl sets up aplc to compile APL code
  • apl.rs language configuration
  • mod.rs added apl mod
  • lang_manager.rs added commands for apl [apl, dyalog]

Notes

  • everything but the Dockerfile has not been tested yet

ArcticSpaceFox avatar Jan 13 '21 10:01 ArcticSpaceFox

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?

Kryod avatar Jan 19 '21 09:01 Kryod

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

ArcticSpaceFox avatar Jan 19 '21 10:01 ArcticSpaceFox

I tested it doesn't work, same error as the one on the Travis CI . image

Kryod avatar Jan 19 '21 11:01 Kryod

And for further information COPY can take files from the build context, not what's on the image.

Kryod avatar Jan 19 '21 12:01 Kryod

Ok changes made, it compiles and its tested with the tests on my linux system

ArcticSpaceFox avatar Jan 19 '21 14:01 ArcticSpaceFox

Now your test doesn't pass because of a different reason: image

Kryod avatar Jan 19 '21 15:01 Kryod