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
In KernelFunctions.jl we use separate project environments for all examples. The examples are contained in directories examples/first_example/, examples/second_example/ etc. It seems currently one has to add all directories to CompatHelper.yml manually. It would be very convenient if one could just use a regex such as examples/*/ (and maybe even examples/**/ for recursive subdirectories).
The text was updated successfully, but these errors were encountered:
In KernelFunctions.jl we use separate project environments for all examples. The examples are contained in directories
examples/first_example/
,examples/second_example/
etc. It seems currently one has to add all directories to CompatHelper.yml manually. It would be very convenient if one could just use a regex such asexamples/*/
(and maybe evenexamples/**/
for recursive subdirectories).The text was updated successfully, but these errors were encountered: