Project

General

Profile

Architecture #17936

Updated by Gaƫtan POBLON almost 4 years ago

two issues with interpolation of extern variables: 

 - interpolation in variable definitions 
 - interpolation in conditional statements 

 Goal: 
 - allow rudder-lang to compile when a variable holds interpolated content that is not defined in rudder-lang 
 - allow rudder-lang to compile when a condition holds interpolated content that is not defined in rudder-lang 

 How to test it: 
 cargo run -- -c ./tools/rudderc-dev.conf -s tests/test_files/translate/cis.rl -f cf

Back