You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/tags/command_line/frozen_strings_tags.txt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,8 @@ slow:The --enable-frozen-string-literal flag causes string literals to produce t
3
3
slow:The --enable-frozen-string-literal flag causes string literals to produce the same object for literals with the same content
4
4
slow:The --enable-frozen-string-literal flag causes string literals to produce the same object for literals with the same content in different files
5
5
slow:The --enable-frozen-string-literal flag causes string literals to produce different objects for literals with the same content in different files if they have different encodings
6
+
slow:The --disable-frozen-string-literal flag causes string literals to produce a different object each time
7
+
slow:With neither --enable-frozen-string-literal nor --disable-frozen-string-literal flag set produce a different object each time
8
+
slow:With neither --enable-frozen-string-literal nor --disable-frozen-string-literal flag set if file has no frozen_string_literal comment produce different mutable strings each time
9
+
slow:With neither --enable-frozen-string-literal nor --disable-frozen-string-literal flag set if file has frozen_string_literal:true comment produce same frozen strings each time
10
+
slow:With neither --enable-frozen-string-literal nor --disable-frozen-string-literal flag set if file has frozen_string_literal:false comment produce different mutable strings each time
0 commit comments