Closed pcostaacquia closed 3 years ago
This looks good to me, but I have two questions:
This looks good to me, but I have two questions:
- Do we want this to be applicable to dynamic templates only, or should we do this in a more generic way that also applies to static templates?
- What do you think about creating a PR against master first, and then having the PR against the Cloud Data branch be a cherry-pick of the same commit?
Thank you very much for the feedback !!!
About the first point, hum ... we might be more comprehensive, yes. It's my first moonshot PR, passing through those classes I think the one you are referencing to is json_stack_template.rb
, isn't that right ? Well, in this class we have already:
@template_body ||= JSON.parse(File.read(@filename))
So we probably ok here.
While we figure out if this is enough I will re open the first PR I created against master. ;-)
Manual test