Results 1019 comments of Randy Lai

Unfortunately, it doesn’t seem to be dorable.

The validation and dispatching are done in c. It should be only a little head over even if you do it a million times.

How is it related to this package?

Are you editing `dep1` or `dep2`? If you are editing `dep2` and the code of `dep1` is untouched, there is no need to reload `dep1`. On the other hand, if...

@Thom1729 I am thinking of moving the core reloader to sublime_lib, and UnitTesting would depend on sublime_lib for the reloader code. This package will depend on sublime_lib and remain as...

[This line](https://github.com/randy3k/AutomaticPackageReloader/blob/master/reloader/reloader.py#L47) should execuate the `plugin_loaded` function, afaik.

Maybe you are right. But it is ~~too~~ not straightforward to determine which modules should be reloaded, In addition, I don’t think we should reload any dependencies.

I would argue that NimLime should not modify the python search path for this modules. You should put a file in the root directory and import all the submodules to...

I guess you should also refactor this part of the codebase https://github.com/Varriount/NimLime/blob/restructure-for-st3/core/commands/__init__.py#L31 and import the submodules relatively. Why do you need this file at the first place?

I don’t think we should reload only the file being edited. The edited file may have been imported as a dependence by other files.