July 8, 2017
4:49 p.m.
On Fri, Jul 07, 2017 at 06:48:50AM -0700, Sabine Manaa wrote:
1) For loading my own code, I currently have a bad solution I would like to load it within my baseline like this below but I dont know what to write in the fileTreeRepository method...
baseline: spec <baseline> spec for: #common do: [ spec blessing: #baseline. spec repository: ##self fileTreeRepository##. ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Here I use 'http://127.0.0.1:20080/', where the http server serves my filetree repo directory. The easiest way (for me on Linux/Mac) to get the http server running is 'python3 -m http.server 20080'.
This method works for a directory full of .mcz files too. Pierce