[julia-users] Re: Equivalent command to IPython's %run in Julia REPL

2014-10-30 Thread Martin Klein
he macro to automatically convert all given arguments to strings. When I find the time for it I will use this as an excuse to finally try to learn Julia's metaprogramming capabilities. I would also suggest that something like that should be added to Base. Thanks! Martin > > Ch

[julia-users] Equivalent command to IPython's %run in Julia REPL

2014-10-30 Thread Martin Klein
Hi, when using Python I usually execute my programs within IPython by using the %run command, which executes a given script with the given arguments, but keeps all of the defined variables in the namespace after execution. Unfortunately, I couldn't find any fully equivalent command for the Juli

Re: [julia-users] Backtrace doesn't show details of modules

2014-08-22 Thread Martin Klein
I'm using v0.3.0-rc4 also, but on Kubuntu 14.04. Can you file an > issue, > please? > > --Tim > > On Monday, August 18, 2014 08:58:12 AM Martin Klein wrote: > > Hm, this is strange. I'm using julia 0.3.0-rc4 and I'm getting the > > truncated backtrace show

Re: [julia-users] Backtrace doesn't show details of modules

2014-08-18 Thread Martin Klein
Holy: > > This has been fixed in julia 0.3. > > --Tim > > On Monday, August 18, 2014 06:42:56 AM Martin Klein wrote: > > Hi, > > > > I have the following problem, which makes debugging of my self-written > > module quite difficult. When an exceptio

[julia-users] Backtrace doesn't show details of modules

2014-08-18 Thread Martin Klein
Hi, I have the following problem, which makes debugging of my self-written module quite difficult. When an exception is thrown inside my module, the backtrace won't include the position of the error inside my module, but only the position where I call the function in my module. The following s