refactor icon indicating copy to clipboard operation
refactor copied to clipboard

deambiguate imported functions

Open moodymudskipper opened this issue 3 months ago • 1 comments

Use case:

  • A project uses a lot of library calls, without conflicted.
  • We converted them to @ import
  • devtools::check complains that we are overriding a ton of functions

Solution:

  • A function to convert all import tags to importFrom
  • A function to resolve the ambiguities, by just enumerating them, and we have to remove the redundant entry and check the code manually for usage (maybe we can use this feature similar to find in files, forgot the name, see my aborted PR in golem) so we can add :: where needed

moodymudskipper avatar Mar 18 '24 11:03 moodymudskipper

the keyword is source markers: see https://github.com/ThinkR-open/golem/pull/595/commits/398b5bb2a3a28cd81f6c60df3397ce3571685637

moodymudskipper avatar Mar 18 '24 11:03 moodymudskipper