yrahul3910 / programmable-resumes

MIT License
0 stars 0 forks source link

Implement backtick parsing #1

Closed yrahul3910 closed 1 year ago

yrahul3910 commented 1 year ago

Anything in Specfile that is within backticks should be evaluated as Python code before parsing the line.

yrahul3910 commented 1 year ago

I cannot find a reasonable use case that would require this specific functionality that cannot be done in a different way. Unless such a use case comes up, this will not be implemented. Moreover, the requirement to use eval is dangerous.