johnbickmore / livecoding

A code reloading library for Python
https://code.google.com/archive/p/livecoding/
Other
0 stars 0 forks source link

Changing Class Definition #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Changing a class definition results in an error

class test(object):pass
to
class test:pass
or
class test(dict):pass 

Original issue reported on code.google.com by aryov...@gmail.com on 21 Jul 2008 at 11:58

GoogleCodeExporter commented 8 years ago
It is intended, with the new rewrite of the library, that this is addressed by
logging a warning.  The documentation of the project will make it clear that 
there
are limitations to what a code reloading system can do.

This is acceptable to me because in all my years of working with a system like 
this
in my day job, this case is rarely if ever encountered.

Original comment by richard.m.tew@gmail.com on 31 Mar 2009 at 1:48

GoogleCodeExporter commented 8 years ago

Original comment by richard.m.tew@gmail.com on 2 May 2009 at 11:43