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
assertsource_file.endswith(_get_files.source_extensions), f"Source file candidate, {source_file}, seems to be wrong.\nSelected from {compile_action.arguments}.\nPlease file an issue with this information!"
582
582
583
583
# Warn gently about missing files
584
-
ifnot_file_exists(source_file):
584
+
ifnot_warn_if_file_doesnt_exist(source_file):
585
585
return {source_file}, set()
586
586
587
587
# Note: We need to apply commands to headers and sources.
0 commit comments