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

fix #32467, parsing macro on for inside do inside call #32476

Merged
merged 1 commit into from
Jul 3, 2019

Conversation

JeffBezanson
Copy link
Member

fix #32467

@JeffBezanson JeffBezanson added parser Language parsing and surface syntax bugfix This change fixes an existing bug labels Jul 2, 2019
@c42f
Copy link
Member

c42f commented Jul 3, 2019

Test failure on win64 is a weird unrelated looking failure

Error in testset sysinfo:
Error During Test at C:\cygwin\home\Administrator\buildbot\worker-tabularasa\tester_win64\build\share\julia\test\sysinfo.jl:7
  Test threw exception
  Expression: Base.Sys.uptime() > 0
  IOError: uv_uptime: i/o error (EIO)
  Stacktrace:
   [1] uv_error at .\libuv.jl:93 [inlined]
   [2] uptime() at .\sysinfo.jl:224
   [3] top-level scope at C:\cygwin\home\Administrator\buildbot\worker-tabularasa\tester_win64\build\share\julia\test\sysinfo.jl:7
   [4] include at .\boot.jl:328 [inlined]
   [5] include_relative(::Module, ::String) at .\loading.jl:1094
   [6] include at .\Base.jl:31 [inlined]
   [7] include(::String) at C:\cygwin\home\Administrator\buildbot\worker-tabularasa\tester_win64\build\share\julia\test\testdefs.jl:13
   [8] top-level scope at C:\cygwin\home\Administrator\buildbot\worker-tabularasa\tester_win64\build\share\julia\test\testdefs.jl:23
   [9] top-level scope at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.3\Test\src\Test.jl:1113
   [10] top-level scope at C:\cygwin\home\Administrator\buildbot\worker-tabularasa\tester_win64\build\share\julia\test\testdefs.jl:22
   [11] top-level scope at util.jl:289
   [12] top-level scope at C:\cygwin\home\Administrator\buildbot\worker-tabularasa\tester_win64\build\share\julia\test\testdefs.jl:20

@StefanKarpinski
Copy link
Member

Backportable?

@JeffBezanson JeffBezanson merged commit b74ef05 into master Jul 3, 2019
@JeffBezanson JeffBezanson deleted the jb/fix32467 branch July 3, 2019 16:48
@KristofferC KristofferC mentioned this pull request Jul 16, 2019
14 tasks
JeffBezanson added a commit that referenced this pull request Jul 16, 2019
@KristofferC KristofferC mentioned this pull request Aug 26, 2019
55 tasks
@KristofferC KristofferC mentioned this pull request Dec 3, 2019
56 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug parser Language parsing and surface syntax
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing issue when using threads macro
3 participants