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
I've noticed during recent build experiments that preparetest.py misses files that are required for running RepyV1 code, namely textops.py, persist.py, and servicelogger.py.
In the SVN-based build infrastructure, these were manually placed in /branches/repy_v2/repy/repyV1.
We should do this programmatically, remembering to use the correct file versions:
seattlelib_v1/textops.py
attic/trunk/nodemanager/persist.py
attic/trunk/nodemanager/servicelogger.mix
The text was updated successfully, but these errors were encountered:
I've noticed during recent build experiments that
preparetest.py
misses files that are required for running RepyV1 code, namelytextops.py
,persist.py
, andservicelogger.py
.In the SVN-based build infrastructure, these were manually placed in
/branches/repy_v2/repy/repyV1
.We should do this programmatically, remembering to use the correct file versions:
seattlelib_v1/textops.py
attic/trunk/nodemanager/persist.py
attic/trunk/nodemanager/servicelogger.mix
The text was updated successfully, but these errors were encountered: