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

Expose the AST/CST for interation. Fixes #300 #760

Closed
wants to merge 3 commits into from

Conversation

patrickptibco
Copy link

@patrickptibco patrickptibco commented Feb 16, 2022

This exposes an api for AST/CST interaction. I followed the general plan of attack as outlined in #300. Fixes #300

With these changes you can now edit HOCON files and preserve whitespace, comments, and variable references.

@lightbend-cla-validator
Copy link
Collaborator

Hi @patrickptibco,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

https://www.lightbend.com/contribute/cla

@patrickptibco
Copy link
Author

I have signed the CLA

@jroper jroper closed this Jun 11, 2022
@jroper jroper reopened this Jun 11, 2022
@lightbend-cla-validator
Copy link
Collaborator

Hi @patrickptibco,

Thank you for your contribution! We really value the time you've taken to put this together.

We see that you have signed the Lightbend Contributors License Agreement before, however, the CLA has changed since you last signed it.
Please review the new CLA and sign it before we proceed with reviewing this pull request:

https://www.lightbend.com/contribute/cla

@patrickptibco
Copy link
Author

Grr... I'd love to avoid dealing with my legal department again, what are the changes in the new CLA?

The changes since last time are just bumping down the required java version as toUnmodifiableList was 11 only, and fixing two missed tests, along with a merging of master.

@ennru
Copy link
Member

ennru commented Jul 6, 2023

We do not intend to extend the functionality of "Typesafe Config" further.
See https://github.com/lightbend/config#maintained-by

@ennru ennru closed this Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Public access to ConfigNode tree
4 participants