In my package tests I normally run Lint.jl as the last thing with...

# run lint
println("Running Lint...")
lintpkg("MyPkg")

Maybe it would help if we put Lint into the default REQUIRE in package
generation and the above lines into test/runtests.jl?




On Thu, Jul 24, 2014 at 12:54 PM, John Myles White <[email protected]
> wrote:

> I believe the main problem with the global scope isn't that it's called
> the global scope (rather than the scope of a let block), but that the scope
> is never terminated during a REPL session, preventing end-to-end analysis
> of types.
>
>  -- John
>
>
> On Jul 24, 2014, at 7:14 AM, Arnaud Amiel <[email protected]> wrote:
>
> I believe this would solve my problem
>
> On Thursday, 24 July 2014 15:02:26 UTC+1, Tobias Knopp wrote:
>
>> So, question would be: Is it possible to have an include like command
>> that puts everthing into its own scope (using let?)
>>
>
>

Reply via email to