octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #39553] geometry package: missing planePoint


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #39553] geometry package: missing planePoint
Date: Sat, 27 Jul 2013 20:53:02 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36

Follow-up Comment #9, bug #39553 (project octave):

Hi Alex,

To test your changes you have to run octave on the folder of the package
(where you see the script PKG_ADD) and then

PKG_ADD

or

source PKG_ADD

You should get a message saying that the package was load for testing.
If this doesn't work try

pkg uninstall geometry

and then again the previous commands

Yes, automatic broadcasting produces warnings. The user can deactivate those
by running
warning("off","Octave:broadcast");

So it is left for them to decide. One could go to all the functions and add a
line
warning("off","Octave:broadcast","local");
but since automatic broadcasting will become the standard and not the
exception that seems a waste of time.

If you plan to stay with us for a while, send an email to the maintainers list
asking for push permission to OF. Otherwise use the patch tracker to upload
your ported functions or diffs files.

Eventually we will move geometry to mercurial so this will become handy
http://wiki.octave.org/Mercurial_(hg)_cheat_sheet#Creating_changesets_with_hg


Cheers

 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39553>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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