Matz葉がにロボコン用コンパイルサーバー

3 Open Issues Need Help Last updated: Jun 27, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Enhance the kanicc compiler server to support compiling multiple Ruby files (up to 3) simultaneously. The server should accept a group of files, compile them, and return the compiled binaries. The existing single-file API should remain functional.

Complexity: 4/5
enhancement help wanted

Matz葉がにロボコン用コンパイルサーバー

TypeScript

AI Summary: The task involves evaluating and potentially changing the ID generation method for a mruby/c online compiler. Currently, UUIDv4 is used, but it's considered too expansive and problematic for implementation and migration. The project requires investigating alternative ID generation strategies and potentially implementing a change, if deemed necessary.

Complexity: 4/5
enhancement help wanted

Matz葉がにロボコン用コンパイルサーバー

TypeScript

AI Summary: Implement a feature in the kanicc compiler server that allows users to easily download their compiled mruby/c code. This involves replacing the UUIDv4-based program IDs with a more human-readable system, potentially using a combination of words or phrases to identify code, while maintaining the functionality of retrieving and compiling code using the existing API endpoints.

Complexity: 4/5
enhancement help wanted

Matz葉がにロボコン用コンパイルサーバー

TypeScript