Luca Wehrstedt

Results 106 comments of Luca Wehrstedt

Just a quick note: I think this new format should allow tasks to provide their own TaskType, to be installed on the system when they are imported. This would be...

@wil93 How did the yaml format change in the past 4 years? In general, do you think this issue is still relevant?

The proposed rules imply that analysis_enabled == true analysis_start is not none, meaning that analysis_enabled is effectively redundant. This doesn't mean we couldn't "emulate" it on the interface. On Tue,...

Could you update the documentation and possibly add some tests? See #731 for an example.

I think this is a change we want, but I have a few comments. For a series of reasons I think having a server-side DELETE handler that deletes multiple objects...

I would expect a properly designed HTTP API to have every path represent an entity (or a collection of entities) and to react to a DELETE on a path by...

Could you provide a log of the crash of EvaluationService?

So, just to clarify, you are saying that someone submitted a Java bytecode file as a Java scource file and that crashed EvaluationService? I will try to reproduce this and...

I managed to reproduce it and here are the logs: ``` 2018-03-12 22:06:58,708 - INFO [Evaluation,0] Writing result to db for compile on 115 against dataset 26 Traceback (most recent...

I kept the sandbox to look at what was happening and found out that the compiler stderr consists of many times the line `batchstdio.java:1: error: unmappable character for encoding UTF8`...