-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: KSP/Compiler Plugins #81
Merged
Merged
+27,635
−454,099
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
module:base
Changes and issues relating to the Elide `base` module
module:model
Modules, changes, and issues relating to the Elide model layer
module:server
Modules, changes, and issues relating to Elide for servers
platform:browser
PRs and issues relating to browser support.
platform:jvm
PRs and issues relating to JVM support.
tools
Issues and PRs related to tooling
labels
Nov 19, 2022
sgammon
added
ci:build-native
Build native targets in CI
ci:test-native
Run native tests
module:base
Changes and issues relating to the Elide `base` module
module:rpc
Modules, changes, and issues relating to the Elide RPC layer
platform:jvm
PRs and issues relating to JVM support.
🚧 WIP
Works-in-progress. Blocks merge
tools
Issues and PRs related to tooling
site
Main website or broad site tasks
and removed
module:server
Modules, changes, and issues relating to Elide for servers
module:base
Changes and issues relating to the Elide `base` module
module:model
Modules, changes, and issues relating to the Elide model layer
platform:jvm
PRs and issues relating to JVM support.
tools
Issues and PRs related to tooling
platform:browser
PRs and issues relating to browser support.
labels
Nov 19, 2022
sgammon
force-pushed
the
feat/compiler
branch
8 times, most recently
from
November 19, 2022 10:37
be0c11c
to
4e8bef7
Compare
Kudos, SonarCloud Quality Gate passed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci:build-native
Build native targets in CI
ci:deploy-site
Deploy the Elide site
ci:publish-snapshot
Publish snapshots from a given PR.
ci:test-native
Run native tests
module:base
Changes and issues relating to the Elide `base` module
module:rpc
Modules, changes, and issues relating to the Elide RPC layer
platform:jvm
PRs and issues relating to JVM support.
site
Main website or broad site tasks
tools
Issues and PRs related to tooling
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This changeset restructures the build to provide more control over Kotlin targets. Support is introduced for KSP processors and Kotlin compiler plugins.
The plugins don't do much yet, but will host rich functionality later down the road once the build flow is perfected. A number of other important changes are also enclosed which prepare the lib for an initial beta release.
Related PRs
Changes enclosed
11
Compression for inner files?JAR loading mode -- do we need a shadow JAR?note: yesFinish JAR loading modeNative distribution (maybe?)URL rewriting issues (i.e. shut off rewriting on target app)note: kicked to issue URL rewriting breaks SSG #91