Skip to content

Commit 2710736

Browse files
committed
- Attach parser files to isolate to ensure they can build
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 6873]
1 parent de9b7e2 commit 2710736

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Rakefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,13 @@ task :irb => [:isolate] do
110110
sh "GEM_HOME=#{Gem.path.first} irb -rubygems -Ilib -rruby_parser;"
111111
end
112112

113+
def (task(:phony)).timestamp
114+
Time.at 0
115+
end
116+
117+
task :isolate => :phony
118+
119+
file "lib/ruby18_parser.rb" => :isolate
120+
file "lib/ruby19_parser.rb" => :isolate
121+
113122
# vim: syntax=Ruby

0 commit comments

Comments
 (0)