-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
…d-schematic-exporter-12
6837164
to
0f4d2fd
Compare
cb927d6
to
d44e838
Compare
src/faebryk/core/trait.py
Outdated
@@ -110,6 +110,12 @@ def _handle_added_to_parent(self): | |||
def on_obj_set(self): ... | |||
|
|||
def handle_duplicate(self, other: "TraitImpl", node: Node) -> bool: | |||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@IoannisP-ITENG I'm not sure this is 100% accurate. It'd be handy to know what the return means?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIxed in #113
@@ -0,0 +1,64 @@ | |||
# This file is part of the faebryk project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@IoannisP-ITENG I've got more hints to add to this, and imagine it'll grow with time.
What do you think of this pattern?
@@ -27,6 +26,12 @@ | |||
|
|||
|
|||
def uuid_field(): | |||
def gen_uuid(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Boy... this got to be a big mess. One of the tests had a circular import, which this managed to break.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #113
test/common/libs/test.kicad_sym
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved this and updated the tests because it's a usually part of the lib dir, so this format matches reality better
Superseded by atopile/atopile#537 |
This is the base of something that needs on-going work to produce schematics EEs will be happy with.
Fixes # (issue)
Checklist
Please read and execute the following:
Code of Conduct
By submitting this issue, you agree to follow our Code of Conduct: