sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

`sasjs compile` ignores target level macroFolders since v3.10 #1163

Closed allanbowe closed 2 years ago

allanbowe commented 2 years ago

To do:

image

allanbowe commented 2 years ago

My bad - there WAS an invalid link in the header. This never showed up before, as the file contained the following:

  <h4> SAS Macros </h4>
  @li mm_getstpcode

I can only assume that this used to be picked up, but now isn't (because it was compiling successfully before). It's clearly incorrect syntax though! So the new behaviour is better!

For clarity - this fixed it:

  <h4> SAS Macros </h4>
  @li mm_getstpcode.sas