File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33FILES_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
77julia --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!!!!!!!!
You can’t perform that action at this time.
0 commit comments