SoftGlobalScope.jl

utilities for "soft" global scope in interactive Julia environments

OTHER License

Stars
24
Committers
3

Bot releases are visible (Hide)

SoftGlobalScope.jl - v1.1.0 Latest Release

Published by github-actions[bot] about 4 years ago

SoftGlobalScope v1.1.0

Diff since v1.0.10

Closed issues:

  • lack of soft scope inside macro calls (#16)
  • add line numbers via toplevel expression (#20)
  • not transforming elseif clauses (#21)

Merged pull requests:

  • handle elseif blocks (#22) (@stevengj)
  • Install TagBot as a GitHub Action (#24) (@JuliaTagBot)
  • use REPL.softscope in Julia 1.5 (#25) (@stevengj)
SoftGlobalScope.jl - v1.0.10

Published by stevengj over 5 years ago

Fix elseif handling (#22).

SoftGlobalScope.jl - v1.0.9

Published by stevengj almost 6 years ago

Fixes tuple assignments (#19).

SoftGlobalScope.jl - v1.0.8

Published by stevengj almost 6 years ago

Fixes #18.

SoftGlobalScope.jl - v1.0.7

Published by stevengj about 6 years ago

Fixes #12.

SoftGlobalScope.jl - v1.0.6

Published by stevengj about 6 years ago

Fixes docstrings (#11).

SoftGlobalScope.jl - v1.0.5

Published by stevengj about 6 years ago

Bug fix (#10) for let a; ...; end

SoftGlobalScope.jl - v1.0.4

Published by stevengj about 6 years ago

Handling of nested assignments (#6).

SoftGlobalScope.jl - v1.0.3

Published by stevengj about 6 years ago

try … catch fix (#8).

SoftGlobalScope.jl - v1.0.2

Published by stevengj about 6 years ago

Fix handling of top-level expressions (#3) and creation of new globals in blocks (#4).

SoftGlobalScope.jl - v1.0.1

Published by stevengj about 6 years ago

Support for let (x,y) = ... and local x,y.

SoftGlobalScope.jl - v1.0.0

Published by stevengj about 6 years ago

Initial release.