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
Copy file name to clipboardExpand all lines: python/ql/src/meta/ClassHierarchy/join-yml-files.py
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
"""Concerns were raised about performance on Windows with having 2.5 k files for modeling, and it was recommended we join them all together when shipping.
4
4
5
5
This script does that.
6
+
7
+
Workflow when working on the automatic subclass modeling:
Copy file name to clipboardExpand all lines: python/ql/src/meta/ClassHierarchy/split-yml-files.py
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
"""Concerns were raised about performance on Windows with having 2.5 k files for modeling, and it was recommended we join them all together when shipping.
4
4
5
5
This script does the opposite, so it's easier to work with locally.
6
+
7
+
Workflow when working on the automatic subclass modeling:
0 commit comments