Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out the workflow for autoreload #34

Open
zmughal opened this issue Feb 16, 2015 · 0 comments
Open

Figure out the workflow for autoreload #34

zmughal opened this issue Feb 16, 2015 · 0 comments

Comments

@zmughal
Copy link
Member

zmughal commented Feb 16, 2015

  • CPAN modules that might help: Module::Reload, Module::Reload::Selective, Class::Unload, again, Module::Refresh, Class::Refresh
  • How well does this work with Moo[se]?

IPython extension: http://ipython.org/ipython-doc/stable/config/extensions/autoreload.html

package Experiment {
use Moo;

has [ qw( param1 param2 param3 ) ] => ( is => 'rw' );
has data => ( is => 'rw' );

};

I should be able to come back later and add another attribute to the Moo class and not have it give me the error: You cannot overwrite a locally defined method (attribute_name) with an accessor at...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant