Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/SoftGlobalScope.jl

utilities for "soft" global scope in interactive Julia environments
https://github.com/JuliaLang/SoftGlobalScope.jl

use github CI

stevengj opened this pull request over 1 year ago
use REPL.softscope in Julia 1.5

stevengj opened this pull request almost 5 years ago
Install TagBot as a GitHub Action

JuliaTagBot opened this pull request almost 5 years ago
handle elseif blocks

stevengj opened this pull request almost 6 years ago
not transforming elseif clauses

nickeubank opened this issue almost 6 years ago
add line numbers via toplevel expression

stevengj opened this issue almost 6 years ago
Add tuple assignments

dawbarton opened this pull request about 6 years ago
missing global for short-circuit assignment

stevengj opened this issue about 6 years ago
function calls with multiple return values

maartenvd opened this issue about 6 years ago
lack of soft scope inside macro calls

juliohm opened this issue about 6 years ago
Load by default in Jupyter notebooks?

juliohm opened this issue about 6 years ago
inaccurate line numbers in syntax errors

stevengj opened this issue over 6 years ago
ignore blank/comment lines

stevengj opened this pull request over 6 years ago
softscope_include_string doesn't always return last expression

stevengj opened this issue over 6 years ago
softscope_include_string loses docstrings

stevengj opened this issue over 6 years ago
Fix `let a; end` statements

dawbarton opened this pull request over 6 years ago
Uninitialized variables and let blocks

mschauer opened this issue over 6 years ago
Fix for try...catch without finally

dawbarton opened this pull request over 6 years ago
`@softscope try xxx = 3 catch end` fails

yurivish opened this issue over 6 years ago
Treat local assignments (in for and let) correctly + calls

dawbarton opened this pull request over 6 years ago
handle toplevel expressions

stevengj opened this pull request over 6 years ago
Record assignments to global variables and propagate into local scopes

dawbarton opened this pull request over 6 years ago
softscope_include_string cannot define modules

stevengj opened this issue over 6 years ago
add REPL hooks

stevengj opened this issue over 6 years ago
Added @softscope macro for ease of use

dawbarton opened this pull request over 6 years ago