https://github.com/JuliaLang/julia
Revision 9e76be15682a6a1c05e5feda86b4e61217b55061 authored by Jameson Nash on 24 July 2017, 15:37:33 UTC, committed by Jameson Nash on 07 August 2017, 15:56:42 UTC
This changes the meaning of `global` from being a directive when used at toplevel,
which forces the introduction of a new global when used in certain contexts,
to always being just an scope annotation that there should exist a global binding for the given name.

fix #18933
fix #17387 (for the syntactic case)
1 parent 72be7cb
History
Tip revision: 9e76be15682a6a1c05e5feda86b4e61217b55061 authored by Jameson Nash on 24 July 2017, 15:37:33 UTC
more predictable global binding resolution
Tip revision: 9e76be1
File Mode Size
.github
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 5.7 KB
CONTRIBUTING.md -rw-r--r-- 19.4 KB
DISTRIBUTING.md -rw-r--r-- 8.2 KB
HISTORY.md -rw-r--r-- 104.0 KB
LICENSE.md -rw-r--r-- 5.6 KB
Make.inc -rw-r--r-- 34.7 KB
Makefile -rw-r--r-- 25.8 KB
NEWS.md -rw-r--r-- 58.7 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 28.9 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.2 KB

README.md

back to top