Uh oh!
There was an error while loading. Please reload this page.
data: add support of anydata into dict_to_dnode - #115
Open
steweg wants to merge 1 commit into
Open
Conversation
stewegforce-pushed
the
feature/anydata-in-dict-to-dnode
branch
from
April 6, 2024 10:38
7263f44 to
58ac09cComparesteweg
marked this pull request as draft
April 6, 2024 10:44
samuel-gauthier
commented
Aug 2, 2024
Collaborator
@steweg, what do you want to do with this draft? Shall we close it or do you have questions? |
steweg
commented
Aug 2, 2024
ContributorAuthor
I will need to rebase it and then I will mark it for review |
stewegforce-pushed
the
feature/anydata-in-dict-to-dnode
branch
from
August 3, 2024 07:26
58ac09c to
60d7307Comparesteweg
commented
Aug 3, 2024
ContributorAuthor
This one needs first #107 to be merged |
stewegforce-pushed
the
feature/anydata-in-dict-to-dnode
branch
from
August 6, 2024 13:17
60d7307 to
7c06d53Comparesteweg
marked this pull request as ready for review
August 6, 2024 13:18
steweg
commented
Aug 6, 2024
ContributorAuthor
stewegforce-pushed
the
feature/anydata-in-dict-to-dnode
branch
from
September 29, 2024 21:22
7c06d53 to
e7befe5Comparestewegforce-pushed
the
feature/anydata-in-dict-to-dnode
branch
from
December 16, 2024 13:10
e7befe5 to
f1267f4Comparesteweg
commented
Dec 16, 2024
ContributorAuthor
@samuel-gauthier I have rebased the patch based on current master. This PR is ready for review |
This patch adds support of anydata within dict_to_dnode. To do that new options were introduced into dict_to_dnode() API Signed-off-by: Stefan Gula <steweg@gmail.com>
stewegforce-pushed
the
feature/anydata-in-dict-to-dnode
branch
from
October 16, 2025 08:59
f1267f4 to
1e0949cComparesteweg
commented
Oct 16, 2025
ContributorAuthor
@rjarry I have rebased this old PR. Can you please review it? Thanks |
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 freeto 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 patch adds support of anydata within dict_to_dnode. To do that new options were introduced into dict_to_dnode() API