Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
105 stars 72 forks source link

No support for F# #212

Open jesper-bengtson opened 1 year ago

jesper-bengtson commented 1 year ago

I have just started dabbling with my own problems and everything seems to work fine, but it does seem like F#, which was only recently added to Kattis, is not supported by the problem tools. This is probably since quite few people use it (I may be the only one... :) ).

I get the following error message when running verifyproblem . in my problem root directory:

ERROR in submissions: Compile error for AC submission fsharp (F#) (F# does not seem to be installed, expected to find compiler at /usr/bin/fsharpc)

Am I missing something or doing something wrong?

Best regards

jesper-bengtson commented 1 year ago

just installing fsharp with apt-get seems to have done the trick, but I don't know the system well enough to know if that is all I need to do. At any rate, it's working for the time being so maybe this is not an issue after all.

The main page does, however, say that the full installation supports all supported languages and this currently does not seem to be the case.

Thanks again, and feel free to close this issue if it is deemed to be a non-issue.