fractalide / fractalide-oz

Proof of concept
GNU Affero General Public License v3.0
12 stars 3 forks source link

fractalide.sh update #77

Closed dmichiels closed 9 years ago

dmichiels commented 9 years ago

fix #76

The fractalide.sh script was no more ok witht the new loading of the components. Moreover, the editor is broken for the moment.

sjmackenzie commented 9 years ago

okay works!

sjmackenzie commented 9 years ago

I see the test directory was moved into the components directory. This explains why execution fails.

dmichiels commented 9 years ago

Yes, it is the new way to load component. Fractalide.oz is implemented to load component from directory "./components/" (later from a $PATH variable). So the tests, which are components, have to be with the other ones.

sjmackenzie commented 9 years ago

Might it be a good idea to split out the components repository?

On Tue, Oct 14, 2014 at 3:45 PM, Michiels Denis notifications@github.com wrote:

Yes, it is the new way to load component. Fractalide.oz is implemented to load component from directory "./components/" (later from a $PATH variable). So the tests, which are components, have to be with the other ones.

— Reply to this email directly or view it on GitHub https://github.com/fractalide/fractalide/pull/77#issuecomment-59001852.