Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Ruby Syntax Validation Failure

The following line of code validates against any 1.8.5 compatible interpreter (or better):

build.config :server_file => "#{build_type['path']}/#{build_config['archive']}", :server_path => config['server_path'], :build_dir_prefix => build_config['build_dir_prefix']

However, DLTK's syntax parser marks it as invalid with the same error as Ruby 1.8.4 or earlier.  The code executes properly in Ruby.  I should probably check to see if it runs properly in JRuby 0.9...

Daniel

Back to the top