Skip to content

Commit

Permalink
use constant meta symbol
Browse files Browse the repository at this point in the history
see #12062
  • Loading branch information
MikeInnes committed Jul 9, 2015
1 parent 33ff40f commit 4fc9bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/docs/Docs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export doc

const modules = Module[]

const META′ = gensym("META")
const META′ = :__META__

@eval meta(mod) = mod.$META′

Expand Down

1 comment on commit 4fc9bb6

@tkelman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell, this is the first commit to master that caused a freeze during bootstrap on win64 appveyor. No idea why, and currently bisecting locally to confirm, but may need to revert and find a different way to accomplish this (going through CI first instead of directly to master).

Please sign in to comment.