octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: any impacts of adding this line to default .octaverc ?


From: Nicholas Jankowski
Subject: Re: any impacts of adding this line to default .octaverc ?
Date: Wed, 2 Aug 2017 14:02:05 -0400

Thoughts on whether a patch adding

if (exist(pkg("global_list"),"file") == 0)
  try
    pkg rebuild;
  catch
  end_try_catch
endif

to .octaverc should be something just limited to mxe-octave zip-distribution? all windows builds? Octave as a whole? or "that's a horrible idea come up with something better",  ?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]