Skip to content
#

reloading

Here are 22 public repositories matching this topic...

Keno
Keno commented Feb 1, 2019

Say you accidentally write something like this in a package:

foo() = iterate(...)
iterate(a::Foo) = ...

The second definition is wrong. What was intended was to extend Base.iterate. Now, if I add the missing Base., revise will delete the method, but the binding in foo will still resolve to the (now methodless) iterate function in my module. Not sure this can be addressed in the

Improve this page

Add a description, image, and links to the reloading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reloading topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.