Skip to content
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

Begin updating for MM changes in adventure 4.10.0 #68

Merged
merged 5 commits into from
Feb 14, 2022
Merged

Conversation

zml2008
Copy link
Member

@zml2008 zml2008 commented Dec 12, 2021

Currently the webui interacts with things I'd consider to be implementation details within MM itself in order to get the tree, and so has not been modified for the removal of Context.of.

I believe MiniMessage will need to have some view of the parse tree exposed in order to fully update the webui for new changes.

@kezz
Copy link
Member

kezz commented Jan 4, 2022

I believe MiniMessage will need to have some view of the parse tree exposed in order to fully update the webui for new changes.

Perhaps a decent alternative would be to forward the debug output to the console, perhaps gated behind a off-by-default setting?

@rymiel
Copy link
Member

rymiel commented Jan 5, 2022

Well, it doesn't take much to expose the tree view (KyoriPowered/adventure#658), but i admit it's not the most elegant solution. Hooking to the debug stuff might be more expressive

zml2008 and others added 4 commits February 14, 2022 01:33
Since the minimessage parser now supports tags within string tags,
it provides a superset of functionality compared to the system before,
where there was a split between string and minimessage, which might
have been confusing
@rymiel
Copy link
Member

rymiel commented Feb 13, 2022

Seems to be fully compatible with 4.10.0-SNAPSHOT currently, using KyoriPowered/adventure#658 for tree output

@rymiel rymiel requested a review from kezz February 13, 2022 23:41
@kezz kezz force-pushed the update/4.10.0 branch 2 times, most recently from d4ecce0 to b5160cd Compare February 14, 2022 01:04
@rymiel rymiel merged commit b1d00be into main Feb 14, 2022
@rymiel rymiel deleted the update/4.10.0 branch February 14, 2022 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants