Skip to content

change HoconType to describe content of literals #164

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
wants to merge 5 commits into from

Conversation

Aaronontheweb
Copy link
Member

Adding this so it's easier to use the HOCON schema to determine what the content of underlying objects are and it brings us closer to the ConfigType in the original Scala implementation of HOCON.

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 change-ConfigType 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.

1 participant