stefanbesler / twingrind

Call-graph profiling for TwinCAT 3
GNU General Public License v3.0
24 stars 3 forks source link

Skip SFC implementations #8

Closed kdorsel closed 1 year ago

kdorsel commented 1 year ago

If a project has one or more programs implemented in SFC the regex go into a long search loops given that SFC files can be 30k+ lines. The prepare function just holds forever.

This just adds a check and skip for those types of files.

stefanbesler commented 1 year ago

Nice, thank you!