This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
Basic plugin api #27
Open
Prof-Bloodstone
wants to merge
2
commits into
RypoFalem:master
Choose a base branch
from
Prof-Bloodstone:basic_plugin_api
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Basic plugin api #27
Prof-Bloodstone
wants to merge
2
commits into
RypoFalem:master
from
Prof-Bloodstone:basic_plugin_api
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
fields. This allows plugins to hook into ASE and provide their own, custom tool.
To run tests, use `mvn <goal> -DskipTests=false`, but requires to add JUnit dependency first anyway. https://maven.apache.org/plugins-archives/maven-surefire-plugin-2.12.4/examples/skipping-test.html
I would not skip tests by default, but instead fix them. |
A fix would be to (partially) revert 6535bc7 . The issue now is that the JUnit is missing from list of dependencies - and mvn fails without it. |
I don't see any tests directory - so why would |
I don't see any tests anywhere - that's why I'm confused. But the fact is that without my latest commit - I get:
|
What |
I believe I tried a lot of those - mainly |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 is just a proposal - I'm open for suggestions.
This lets plugins hook into ASE and customize the wand further.
I personally used the PDC to provide a custom wand that needs to be crafted/found.
Since the JUnit repo was removed, it was failing to build for me - so I've made it skip tests by default.
Are you interested in adding some sort of API for the plugin? Might be something completely different.