help-octave
[Top][All Lists]
Advanced

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

Re: Strange behavior with git and oct-files


From: Jordi Gutiérrez Hermoso
Subject: Re: Strange behavior with git and oct-files
Date: Thu, 19 Apr 2012 09:19:55 -0400

On 19 April 2012 03:38, Reza Housseini <address@hidden> wrote:
> I'm using a local git repository with an oct-file inside it which calls some
> C++ code. I'm now working on a branch other then the master branch. When I
> compile my file using mkoctfile and let it run in the terminal, it
> don't recognizes that the file was being updated, I have to restart octave
> to run the actual file. What could be the cause of this and did someone
> experience the same problem?

Just to be clear, you checked in the compiled version of the oct file
into git? (Aside: Using git to track compiled files is a little
strange.) And when you change to a different compiled file by doing
"git checkout other-branch", Octave doesn't reload the oct file?

Is this a problem you experience only with git? If you swap around oct
files without git, does Octave reload them? If it's only a git
problem, perhaps there is some hardlinking going on, but I would like
to make sure.

- Jordi G. H.


reply via email to

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