Skip to content

Commit d2b95f3

Browse files
committed
Added debug option.
1 parent 6907793 commit d2b95f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/check-metadata-of-derived-functions.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FILES_TO_CHECK=$@
44

5-
echo "Checking metadata of derived functions in the following files: $FILES_TO_CHECK"
5+
# echo "Checking metadata of derived functions in the following files: $FILES_TO_CHECK"
66

77
julia --project=. -e "
88
using Pkg
@@ -11,7 +11,9 @@ julia --project=. -e "
1111
# Convert the filenames into an array of strings
1212
filenames = split(\"$FILES_TO_CHECK\", \" \")
1313
14-
using MetadataUpdater
14+
using MetadataUpdater: fetch_metadatainfo_filenames, MetadataUpdater
15+
@info \"DEBUG 13-03-2025\"
16+
@info MetadataUpdater.fetch_metadatainfo_filenames
1517
env = MetadataUpdater.fetch_metadatainfo_filenames(filenames)
1618
MetadataUpdater.print_summary(env)
1719
# WE NEED TO EXTRACT THE ROOT FOR THE METADATA REGISTRY TOML FILE!!!!!!!!

0 commit comments

Comments
 (0)