Yes, I did that, but I was thinking that it might be nice to just be able to pull up the code for a type or function to see the exact implementation directly in Julia...
So you haven't heard of anything like that, I guess? Thanks for the help! On Fri, Nov 14, 2014 at 5:30 PM Iain Dunning <[email protected]> wrote: > You could look at the code on Github? > > It sounds like you edited the file, so Pkg.update() can't update the code > as it doesn't want to overwrite any changes you have made. The most simple > way to fix this would be to remove the folders for any packages you've > "dirtied" and then run Pkg.update() to restore them. > > > On Friday, November 14, 2014 4:59:17 PM UTC-5, Frank Davidson wrote: >> >> Hi, >> >> Anyone know of how you can easily look at package code while in Julia? It >> would be great if there were a way to do that... I ended up going into the >> .julia directory and somehow screwed up Git so I couldn't Pkg.update() >> anymore... >> >> Frank >> >
