Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue describes the implementation of test reporting capabilities for a test runner. It specifically requested JUnit-style XML and HTML output formats for these reports. Both of these reporting features are marked as completed within the issue's scope.
fast, all-in-one, AI-native, multi-lang, runtime
AI 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, all-in-one, AI-native, multi-lang, runtime
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, all-in-one, AI-native, multi-lang, runtime
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, all-in-one, AI-native, multi-lang, runtime