Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

sveneberth
Copy link
Member

Also known in some projects as resolveDictPath ...

Also known in some projects as `resolveDictPath` ...
@Copilot Copilot AI review requested due to automatic review settings August 23, 2025 00:23
@sveneberth sveneberth added Priority: Medium This issue may be useful, and needs some attention. enhancement New feature or request labels Aug 23, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new utility function resolve_nested_path to the viur.toolkit.helpers module. The function provides a flexible way to traverse deeply nested data structures using dot-separated paths or key sequences, with support for wildcard operations and both soft and hard failure modes.

Key changes:

  • Added resolve_nested_path function with comprehensive path resolution capabilities
  • Imported SkeletonInstance from viur.core.skeleton to support skeleton object traversal
  • Updated __all__ to export the new function

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@sveneberth sveneberth linked an issue Aug 23, 2025 that may be closed by this pull request
7 tasks
@sveneberth sveneberth mentioned this pull request Dec 4, 2024
7 tasks
@sveneberth sveneberth removed a link to an issue Aug 23, 2025
7 tasks
@sveneberth sveneberth merged commit cc328ec into viur-framework:develop Aug 25, 2025
2 checks passed
@sveneberth sveneberth deleted the feat/resolve_nested_path branch August 25, 2025 11:28
@sveneberth sveneberth linked an issue Aug 27, 2025 that may be closed by this pull request
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: Medium This issue may be useful, and needs some attention.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more utils
2 participants