Skip to content
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

Checker: Provide checker script libraries for other languages #32

Open
F30 opened this issue Jun 15, 2018 · 1 comment
Open

Checker: Provide checker script libraries for other languages #32

F30 opened this issue Jun 15, 2018 · 1 comment
Labels
feature Requests for new features

Comments

@F30
Copy link
Member

F30 commented Jun 15, 2018

Writing checker scripts is currently heavily Python-specific, though there's no reason why it has to be like that. I'd wish for more language options.

Languages that come to my mind:

  • C/C++
  • Go
  • Java
@F30 F30 added the feature Requests for new features label Jun 15, 2018
F30 added a commit that referenced this issue Jun 3, 2020
* New API and library for Checker Scripts
* Build foundation for Checker Scripts in other languages (IPC
  protocol)
* Checker Scripts can be executed locally (during development) without
  a dedicated Runner
* No more Checker Slaves
* Launch processes using Python multiprocessing instead of asyncio
* Scheduling of checks within a tick is different, should lead to more
  even distribution
* Run Checker Scripts as different users than the Checker Master
* Lots of test cases

Closes: #1
Closes: #20
Closes: #33
Closes: #38
Improves: #17
Improves: #27
Improves: #29
Improves: #32
Improves: #35
@F30
Copy link
Member Author

F30 commented Jul 11, 2020

A Go library is available since commit b6b5bed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Requests for new features
Projects
None yet
Development

No branches or pull requests

1 participant