You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should find contexts containing classes which have a rdfs:subClassOf relationship with another class and add import declarations between those contexts and the super-class's definition context. This is so that when someone retrieves a context, they know where to get the definitions the super-class and the reference to the source code (i.e., super class's RegistryEntry, the entry's PythonClassDescription, and the ModuleAccess for that PCD's module).
The text was updated successfully, but these errors were encountered:
mwatts15
changed the title
Create a utility to validate context imports
Automatically add imports to class definition contexts when processing the classes
Feb 28, 2019
mwatts15
changed the title
Automatically add imports to class definition contexts when processing the classes
Automatically add imports between class definition contexts on pow saveMay 16, 2019
mwatts15
changed the title
Automatically add imports between class definition contexts on pow save
Automatically add imports between class definition contexts during pow saveMay 16, 2019
mwatts15
changed the title
Automatically add imports between class definition contexts during pow save
Automatically add imports to class definition contexts when processing the classes
Jul 12, 2019
Should find contexts containing classes which have a
rdfs:subClassOf
relationship with another class and add import declarations between those contexts and the super-class's definition context. This is so that when someone retrieves a context, they know where to get the definitions the super-class and the reference to the source code (i.e., super class'sRegistryEntry
, the entry'sPythonClassDescription
, and theModuleAccess
for that PCD's module).The text was updated successfully, but these errors were encountered: