https://github.com/JuliaLang/julia
Revision 702256f532cbceb8d1bf041563ae12e78a33b8d4 authored by Curtis Vogt on 13 June 2017, 18:39:56 UTC, committed by GitHub on 13 June 2017, 18:39:56 UTC
* Assign PROGRAM_FILE earlier

I discovered a use case where it would be nice to be able to access
`PROGRAM_FILE` while within the .juliarc.jl. The global variable is
now assigned and available within `--load` file or the .juliarc.jl.

Additionally, PROGRAM_FILE is now a constant.

* Add to NEWS

[ci skip]

* Test startup-file and PROGRAM_FILE

* Modify user home properly on Windows

* Style correction and remove escape function

* Expand arguments tests to include the startup-file

* Refactor PROGRAM_FILE tests
1 parent 823d3b6
History
Tip revision: 702256f532cbceb8d1bf041563ae12e78a33b8d4 authored by Curtis Vogt on 13 June 2017, 18:39:56 UTC
Assign PROGRAM_FILE earlier (#22092)
Tip revision: 702256f
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-- 6.1 KB
CONTRIBUTING.md -rw-r--r-- 19.3 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-- 35.1 KB
Makefile -rw-r--r-- 26.1 KB
NEWS.md -rw-r--r-- 45.7 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 27.4 KB
README.windows.md -rw-r--r-- 18.7 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.3 KB

README.md

back to top