File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/main/java/org/truffleruby/language/methods Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,10 @@ local part_definitions = {
67
67
["ruby" , "--version" ],
68
68
],
69
69
70
+ catch_files +: [
71
+ "Graal diagnostic output saved in (?P<filename>.+\\ .zip)" ,
72
+ ],
73
+
70
74
mx_build_options:: [],
71
75
},
72
76
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ private static Frame lookupVisibility(Frame frame) {
102
102
}
103
103
104
104
@ TruffleBoundary
105
- private static Frame lookupVisibilityInternal (MaterializedFrame frame ) {
105
+ private static MaterializedFrame lookupVisibilityInternal (MaterializedFrame frame ) {
106
106
while (frame != null ) {
107
107
final Visibility visibility = RubyArguments .getDeclarationContext (frame ).visibility ;
108
108
if (visibility != null ) {
You can’t perform that action at this time.
0 commit comments