Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing of ENV not displaying properly #17956

Closed
AndyGreenwell opened this issue Aug 11, 2016 · 0 comments · Fixed by #18012
Closed

Printing of ENV not displaying properly #17956

AndyGreenwell opened this issue Aug 11, 2016 · 0 comments · Fixed by #18012
Labels
kind:regression Regression in behavior compared to a previous version needs tests Unit tests are required for this change system:windows Affects only Windows
Milestone

Comments

@AndyGreenwell
Copy link
Contributor

               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.5.0-rc1+1 (2016-08-05 15:23 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit acfd04c (5 days old release-0.5)
|__/                   |  x86_64-w64-mingw32

julia> ENV
Base.EnvHash with 1 entry:
  "=::" => "::\\"

julia> ENV["PATH"]
"C:\\Users\\julia\\AppData\\Local\\Julia-0.5.0-rc1\\bin;C:\\Windows\\system32;C:
\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\
v1.0\\"

julia>

ENV is unmodified from its defaults for this build on a clean Windows 7 VM. Performing get on ENV returns values

@StefanKarpinski

@yuyichao yuyichao added the system:windows Affects only Windows label Aug 11, 2016
@tkelman tkelman added the needs tests Unit tests are required for this change label Aug 11, 2016
@vtjnash vtjnash added the kind:regression Regression in behavior compared to a previous version label Aug 11, 2016
@vtjnash vtjnash added this to the 0.5.x milestone Aug 11, 2016
dhoegh added a commit to dhoegh/julia that referenced this issue Aug 13, 2016
dhoegh added a commit to dhoegh/julia that referenced this issue Aug 13, 2016
dhoegh added a commit to dhoegh/julia that referenced this issue Aug 14, 2016
tkelman added a commit that referenced this issue Aug 14, 2016
tkelman pushed a commit that referenced this issue Aug 20, 2016
mfasi pushed a commit to mfasi/julia that referenced this issue Sep 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:regression Regression in behavior compared to a previous version needs tests Unit tests are required for this change system:windows Affects only Windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants