So I tried to make my own branch and modified a file in the branch by adding a function to a class.
I ran sage -br and it seemed to discover the changed file and build a .pyc from it (I guess) but when I tried to run the function from sage it wasn't there. I tried writing hg_sage.status() and got a 'M' in front of the file I modified, should I commit it before I build to get acces to the function I added in? Cheers David Macintosh-4:~ dh$ /Applications/sage/sage -br ---------------------------------------------------------- sage: Building and installing modified Sage library files. Installing c_lib scons: `install' is up to date. Updating Cython code.... Time to execute 0 commands: 1.62124633789e-05 seconds Finished compiling Cython code (time = 0.721318006516 seconds) running install running build running build_py copying sage/schemes/elliptic_curves/ell_point.py -> build/ lib.macosx-10.3-i386-2.5/sage/schemes/elliptic_curves running build_ext running build_scripts running install_lib copying build/lib.macosx-10.3-i386-2.5/sage/schemes/elliptic_curves/ ell_point.py -> /Applications/sage/local/lib/python2.5/site-packages/ sage/schemes/elliptic_curves byte-compiling /Applications/sage/local/lib/python2.5/site-packages/ sage/schemes/elliptic_curves/ell_point.py to ell_point.pyc running install_scripts changing mode of /Applications/sage/local/bin/dsage_setup.py to 755 changing mode of /Applications/sage/local/bin/dsage_worker.py to 755 changing mode of /Applications/sage/local/bin/spkg-debian-maybe to 755 running install_data running install_egg_info Removing /Applications/sage/local/lib/python2.5/site-packages/ sage-0.0.0-py2.5.egg-info Writing /Applications/sage/local/lib/python2.5/site-packages/ sage-0.0.0-py2.5.egg-info ---------------------------------------------------------------------- | Sage Version 3.2.2, Release Date: 2008-12-18 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- Loading Sage library. Current Mercurial branch is: weil_pairing_branch sage: hg_sage.status() Getting status of modified or unknown files: cd "/Applications/sage/devel/sage" && hg status M sage/schemes/elliptic_curves/ell_point.py --- Branch: weil_pairing_branch sage: --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
