Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement a --compile Command for the Engine Runner #1998

Merged
merged 17 commits into from
Sep 24, 2021

Conversation

iamrecursion
Copy link
Contributor

@iamrecursion iamrecursion commented Sep 22, 2021

Pull Request Description

This PR implements the --compile command to the engine runner. This allows for compiling the requested library without generating truffle code or executing the library. It writes the compiled IR to the cache for later loading.

The CI pipeline

Important Notes

The changes to the release and nightly workflows have been tested on enso-staging.

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the Scala, Java, and Rust style guides.
  • All documentation and configuration conforms to the markdown and YAML style guides.
  • All code has been tested where possible.

@iamrecursion iamrecursion added Type: Enhancement -tooling Category: tooling p-highest Should be completed ASAP labels Sep 22, 2021
@iamrecursion iamrecursion self-assigned this Sep 22, 2021
@iamrecursion iamrecursion force-pushed the wip/ara/precompile-stdlib branch from 4797f65 to f51822f Compare September 23, 2021 13:23
@iamrecursion iamrecursion marked this pull request as ready for review September 24, 2021 07:41
Copy link
Contributor

@kustosz kustosz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like code

@iamrecursion iamrecursion merged commit d6465e9 into main Sep 24, 2021
@iamrecursion iamrecursion deleted the wip/ara/precompile-stdlib branch September 24, 2021 11:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
-tooling Category: tooling p-highest Should be completed ASAP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants