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/truffle/parsing/parsing_spec.rb
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@
43
43
#
44
44
# To regenerate fixture YAML files with actual AST run the following command:
45
45
#
46
-
# OVERWRITE_PARSING_RESULTS=true TRUFFLE_PARSING_USE_ORIGINAL_TRANSLATOR=true jt -q mspec spec/truffle/parsing/parsing_spec.rb && OVERWRITE_PARSING_RESULTS=true jt -q test spec/truffle/parsing/parsing_spec.rb
46
+
# OVERWRITE_PARSING_RESULTS=true jt -q test spec/truffle/parsing/parsing_spec.rb
47
47
#
48
-
# To ensure that fixtures are valid and are passing both on the old and new translator, use:
48
+
# To ensure that fixtures are valid and are passing on the new translator, use:
49
49
#
50
-
# TRUFFLE_PARSING_USE_ORIGINAL_TRANSLATOR=true jt -q mspec spec/truffle/parsing/parsing_spec.rb && jt -q test spec/truffle/parsing/parsing_spec.rb
50
+
# jt -q test spec/truffle/parsing/parsing_spec.rb
51
51
#
52
52
# An approach with YAML.dump has some downsides:
53
53
# - it adds a line `---` at a file beginning
@@ -57,7 +57,6 @@
57
57
# So just replace AST in a YAML file using a regexp.
0 commit comments