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!"
595
595
596
596
# Warn gently about missing files
597
-
ifnot_file_exists(source_file):
597
+
ifnot_warn_if_file_doesnt_exist(source_file):
598
598
return {source_file}, set()
599
599
600
600
# Note: We need to apply commands to headers and sources.
0 commit comments