You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed sketch name from regexp. Do not full-rebuild if only sketch path changed.
This commit fix two problems:
1) the sketch path is used as-is in a regexp: this causes
troubles if the path contains regexp control chars
like `[-]().\` etc.
2) the sketch is not fully rebuild if the only thing that
changes is the sketch path.
Signed-off-by: Cristian Maglie <[email protected]>
0 commit comments