Completed PR#1
Open
raandree wants to merge 4 commits into
Open
Conversation
…Command expressions (gaelcolas#167) - Implement filtering of null/empty path prefixes in Resolve-Datum. - Update documentation to reflect new conditional entry capabilities. - Add integration test for conditional ResolutionPrecedence in Datum.yml.
* Fix CHANGELOG * Adjust integration tests for knockout of hashtable array items and for hashtable array merge behauvior 'Sum' * Add knockout support for hashtable array items and fix merging of hashtable array items using merge behaviour 'SUM' * Improve hash_array handling in Clear-DatumKnockout
… instead of Join-Path
…onPrecedence paths and fix Join-Path exception
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 pull request introduces significant improvements to conditional path resolution and array merging in the Datum project, along with updated documentation and integration tests. The most important changes are support for conditional
ResolutionPrecedenceentries usingDatum.InvokeCommandexpressions, enhanced knockout support for hashtable array items, and fixes for array merging logic. Documentation has been updated to reflect these features, and related tests have been added or adjusted.Conditional ResolutionPrecedence and Documentation Updates
ResolutionPrecedenceentries usingDatum.InvokeCommandexpressions ([x= ... =]). Entries evaluating to$nullor empty strings are now silently skipped, enabling more flexible and dynamic data resolution. [1] [2]docs/DatumYml.mdanddocs/CmdletReference.mdto explain conditional entries, filtering of path prefixes, and usage patterns. [1] [2]Knockout and Array Merge Enhancements
Test and Build Process Improvements
memory-bank/techContext.mdon running tests in a separate PowerShell process to avoid issues with VS Code. [1] [2]Changelog and Context Updates
CHANGELOG.mdwith detailed entries for new features, changes, and fixes under [Unreleased], and removed obsolete entries such asSkipReasonfrom RSOP test cases. [1] [2]memory-bank/activeContext.mdto reflect the current focus on conditional resolution and related testing.