I thought Juno is still the brandname for the LightTable plug in. In
any case, the command “Set current module” doesn’t seem to exist for me
> On 22 Oct 2015, at 8:19 AM, Jonathan Malmaud <[email protected]> wrote:
>
> Juno is the brand name of atom-julia-client.
>
>> On Oct 21, 2015, at 5:18 PM, Sheehan Olver <[email protected]
>> <mailto:[email protected]>> wrote:
>>
>> The link describing the workflow is for Juno, not atom-julia-client. How do
>> you do the same in Atom?
>>
>> On Thursday, October 22, 2015 at 3:05:08 AM UTC+11, Jonathan Malmaud wrote:
>> Hi, I'm the author of Autoreload.
>> I stopped maintaining it since I now use the great Atom Julia plugin
>> (https://github.com/JunoLab/atom-julia-client
>> <https://github.com/JunoLab/atom-julia-client>, built by Mike Innes, who
>> participates in this forum). Its workflow is described in
>> https://github.com/JunoLab/atom-julia-client/blob/master/docs/workflow.md
>> <https://github.com/JunoLab/atom-julia-client/blob/master/docs/workflow.md>.
>>
>> That said, please file an issue on https://github.com/malmaud/Autoreload.jl
>> <https://github.com/malmaud/Autoreload.jl> to prod me to get it functional
>> again.
>>
>> On Wednesday, October 21, 2015 at 11:24:50 AM UTC-4, Cedric St-Jean wrote:
>> I'm struggling to get a good workflow going in 0.4. The docs
>> <http://docs.julialang.org/en/release-0.4/manual/modules/> tell me what I
>> can do, but not so much what I should. How does everybody work? What does
>> your "startup code" look like? In particular:
>>
>> 1. Should I `push!(LOAD_PATH, ".")`, or should I include every file
>> manually? I don't know why this behavior was removed in 0.4...
>>
>> 2. Inside my modules, should I `include("blah.jl")` then `using blah`?
>>
>> 3. How does everyone reload modules when working interactively? Do you have
>> a big block that goes
>> workspace()
>> reload("Blag")
>> using LastMain.Other_Module
>> and you just run it every time you change something in Blag? I don't
>> understand workspace()'s purpose. Wiping all variables (even if saved
>> elsewhere) is awfully drastic for interactive work.
>>
>> 4. Has anybody succeeded in getting Autoreload.jl to work? If I
>> `arequire("Blag")` I get warnings that require is deprecated, and it
>> sorta-kinda works, but if I add dependencies `arequire("Blag",
>> depends_on=["OtherModule"])` then it seems to get in a bad state where
>> nothing gets reloaded at all.
>>
>> Thank you,
>>
>> Cédric
>