Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make oe in SRAMResource optional. #26

Merged
merged 2 commits into from Aug 4, 2019
Merged

Make oe in SRAMResource optional. #26

merged 2 commits into from Aug 4, 2019

Conversation

cr1901
Copy link
Contributor

@cr1901 cr1901 commented Aug 4, 2019

As requested. This is a breaking change because the order of arguments to SRAMResource changed by making oe optional.

@whitequark
Copy link
Contributor

It is not breaking, all *Resource arguments are keyword-only.

@whitequark
Copy link
Contributor

And you don't even need to reorder them in the definition, def x(*, a=None, b): pass is valid Python.

@whitequark whitequark changed the title [breaking-change] Make oe in SRAMResource optional. Make oe in SRAMResource optional. Aug 4, 2019
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.

None yet

2 participants