Skip to content

[WIP] Akka.Config API compatibility #163

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

Closed

Conversation

Aaronontheweb
Copy link
Member

Adding members necessary to support akkadotnet/akka.net#4128

close #157

@Aaronontheweb Aaronontheweb changed the title Akka.Config API compatibility [WIP] Akka.Config API compatibility Jan 13, 2020
@Aaronontheweb
Copy link
Member Author

Forgot to make this a draft PR...

Aaronontheweb added a commit to Aaronontheweb/HOCON that referenced this pull request Jan 14, 2020
@Aaronontheweb Aaronontheweb mentioned this pull request Jan 14, 2020
Aaronontheweb added a commit that referenced this pull request Jan 15, 2020
* made most accessor properties of HoconRoot virtual

* made GetConfig and GetString virtual

* added IsString extension method

Needed for CachingConfig inside akkadotnet/akka.net#4128

* added Config.Empty

Added for brevity and API backwards-compatibility with Akka.Hocon.

* Added AtKey implementation for HoconValue

* testing IsString method

* change HoconType to describe content of literals

* fixed compilation issues

* implementing notion of type mergability, separate from displayed type

* completed mergeability implementation

* integrated #164 and #163 together for testing purposes

* bumped to 1.2.2

* added additional Fallback test cases

* ConfigurationFactor.Empty.IsEmpty == true now
@Aaronontheweb Aaronontheweb deleted the virtual-config-members branch January 15, 2020 02:56
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.

Making CachingConfig possible in Hocon
1 participant