Open Issues Need Help
View All on GitHubAI Summary: Implement coverage report generation for the Elide test runner. This involves parsing the JSON coverage data produced by the GraalVM coverage layer and generating a human-readable report (e.g., HTML).
fast batteries-included polyruntime
AI Summary: Implement a JUnit XML report generator for the Elide test runner. This involves adding functionality to the existing test runner to output test results in the JUnit XML format, allowing for integration with CI/CD pipelines and other tools that consume this format. Consideration should be given to supporting additional report formats in the future.
fast batteries-included polyruntime
AI Summary: Implement a feature in the Elide runtime to execute JAR files containing a main class, specified via a `Main-Class` manifest attribute. The implementation should allow running the JAR directly using a command like `elide run app.jar` and ideally integrate with the project's classpath for dependency resolution.
fast batteries-included polyruntime
AI Summary: The task is to design and implement a CSV API for the Elide polyruntime. This involves determining the API's functionality (e.g., endpoints for uploading, downloading, and manipulating CSV data), choosing appropriate data structures and algorithms, and integrating the API into the existing Elide framework. The issue description is very brief, so further clarification on requirements would be needed.
fast batteries-included polyruntime