X Tutup
Skip to content

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

Merged
iamrecursion merged 17 commits intomainfrom
wip/ara/precompile-stdlib
Sep 24, 2021
Merged

Implement a --compile Command for the Engine Runner#1998
iamrecursion merged 17 commits intomainfrom
wip/ara/precompile-stdlib

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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

X Tutup