X Tutup
Skip to content

fix: incorrect parsing of object list when a list primitive immediately preceeds keyword#38

Merged
nats merged 4 commits intobinarylane:mainfrom
nats:fix/list-of-list
Mar 23, 2023
Merged

fix: incorrect parsing of object list when a list primitive immediately preceeds keyword#38
nats merged 4 commits intobinarylane:mainfrom
nats:fix/list-of-list

Conversation

@nats
Copy link
Copy Markdown
Contributor

@nats nats commented Mar 23, 2023

This PR resolves following:

If a ListAttribute contained a PrimitiveAttribute of type List[str] , and the user-supplied command line had the List[str] option immediately before the ListAttribute's keyword, the keyword would be added to the List[str] and typically result in some form of parsing error.

@nats nats requested a review from david-pershouse March 23, 2023 04:13
@nats nats merged commit 1e42017 into binarylane:main Mar 23, 2023
@nats nats deleted the fix/list-of-list branch April 2, 2023 23: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.

2 participants

X Tutup