DevMeeting - 2021-06-29/30 #1991
sequencer
started this conversation in
Dev Meetings Recording
Replies: 2 comments 2 replies
-
As a total meta-comment, I really like this style of logging the meeting notes. Nice thinking @sequencer. 💯 |
Beta Was this translation helpful? Give feedback.
1 reply
-
For the uninitiated, is Discussion 1 = Monday vs Discussion 2 = Tuesday? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pinned Items
.toTarget
and.toAbsoluteTarget
onCloneModuleAsRecord
RecordsDiscussion 1
Discussion 2
.toAbsoluteTarget
.toAbsoluteTarget
does not make sense for any of their components.toTarget
can still work.toAbsoluteTarget
(or some equivalent API) does make sense for Data from Instances.toTarget
, when doing instance access stuff (eg.a(_.b)(_.reg)
), that accessing provides context such that.toTarget
will return a non-local target (eg.A/b:B>reg
)Instance[T]
.definitions(...): Iterable[BaseModule]
Iterable[Instance[BaseModule]]
What should the “template” or “definition” of a Module be called in the Instance API?
Beta Was this translation helpful? Give feedback.
All reactions