https://github.com/JuliaLang/julia
Revision 36241a90bab7256f83392dc302808f04954a1f3b authored by Chris Foster on 17 March 2020, 04:28:13 UTC, committed by GitHub on 17 March 2020, 04:28:13 UTC
* Add file and line number reporting for desugaring errors

* Cleanup: use globals jl_filename jl_lineno less
  The various code paths that these globals can be set on are quite
  confusing and the globals can leak between unrelated evaluation
  contexts. Reduce this by using them less.
1 parent c1bd7ef
History
Tip revision: 36241a90bab7256f83392dc302808f04954a1f3b authored by Chris Foster on 17 March 2020, 04:28:13 UTC
Add file and line number reporting for some lowering errors (#35105)
Tip revision: 36241a9
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 275.6 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 41.4 KB
Makefile -rw-r--r-- 27.1 KB
NEWS.md -rw-r--r-- 6.3 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.8 KB

README.md

back to top