Skip to content

Conversation

@nllong
Copy link
Member

@nllong nllong commented Nov 1, 2021

Fixes #11

@nllong nllong force-pushed the feat/support-bsync-2.4 branch from 46845e8 to 62563a9 Compare November 1, 2021 22:30
bs_element.element_children.append(
(child_name, choice_element.element_full_name)
)
if child_name and child_ref:
Copy link
Member Author

Choose a reason for hiding this comment

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

This was the chunk of code that was needed to resolve the reference not found issue. In short, we were not checking for references in choice elements.

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
pre-commit = "^2.15.0"
virtualenv = "20.09.0"
Copy link
Member Author

Choose a reason for hiding this comment

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

GitHub Actions does not support 20.10.0, yet...

dt = datetime.datetime(2019, 1, 1, 0, 0, 0)
ts = bsync.TimeSeriesData.TimeSeries.StartTimestamp(dt)
dt = datetime.datetime(2019, 1, 1, 8, 24, 59)
ts = bsync.StartTimestamp(dt)
Copy link
Member Author

@nllong nllong Nov 1, 2021

Choose a reason for hiding this comment

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

several elements were promoted to complex/simple types, so they are now at the top level.

Copy link
Contributor

@macintoshpie macintoshpie left a comment

Choose a reason for hiding this comment

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

LGTM ⚡

@nllong nllong merged commit ea06e16 into develop Nov 4, 2021
@nllong nllong deleted the feat/support-bsync-2.4 branch November 4, 2021 16:18
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.

Update python library to BSync 2.4

3 participants