prasmussen / glot-run

API for running code inside docker containers
https://run.glot.io/
MIT License
147 stars 48 forks source link

clang - 204 error #14

Open cezarfloroiu opened 7 years ago

cezarfloroiu commented 7 years ago

I get 204 error when POSTing a code to /languages/clang/latest

HTTP/1.1 204 No Content
server: Cowboy
date: Mon, 09 Jan 2017 22:27:00 GMT
content-length: 0
content-type: application/json

Works fine with /pythong/latest

glot/clang is installed, and the language is registered (and appears on /languages list)

Checked that glot/clang runs correctly on terminal.

Anyone had this? Known bug?

prasmussen commented 7 years ago

clang is not a language that is recognized by glot-code-runner, it might work if you send a custom run command in the payload, but it would be easier to just use proper language names like c and cpp.