`Name.append` has special handling of macro scopes, and it would cause `unresolveNameGlobal` to panic. Using `Name.appendCore` to append name parts is justified by the fact that it's being used to reassemble a disassembled name. Closes #2291
8 lines
133 B
Text
8 lines
133 B
Text
/-!
|
|
Issue #2291
|
|
|
|
The following example would cause the pretty printer to panic.
|
|
-/
|
|
|
|
set_option trace.compiler.simp true in
|
|
#eval [0]
|