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
I'm opening this issue first to confirm I understood everything correctly and this is indeed what's happening. If so, I'm happy to submit a PR to not rely on partial matching and avoid potential name collisions.
The text was updated successfully, but these errors were encountered:
I enabled warnings on partial matching by default on my computer and got these while running
sandpaper::serve()
:Looking at the code, it seems indeed that there are a couple of occurrence of this:
https://github.com/search?q=repo%3Acarpentries%2Fsandpaper+%2Fpage_globals%5C%24meta%5Cb%2F&type=code
And a look at
setup_page_globals()
seems to confirm that the object it creates indeed contains ametadata
element but nometa
element.sandpaper/R/utils-varnish.R
Lines 110 to 119 in 043bf7d
I'm opening this issue first to confirm I understood everything correctly and this is indeed what's happening. If so, I'm happy to submit a PR to not rely on partial matching and avoid potential name collisions.
The text was updated successfully, but these errors were encountered: