You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jurigged works very well for me in how I use it with the cmd2 module. However, I have noted that it doesn't seem to be picking up changes to the definition of a dataclass (decorated with @dataclasses.dataclass() )
I expect this to be a known limitation, given the way class decorators carry out their work. Am I right in thinking that changes to the definition of a dataclass will not be currently picked up by jurigged? I'm using CPython 3.11.2 and jurigged 0.5.5 (from jurigged.version.version)
Thank you once again for jurigged. It has transformed multiple projects from misery to (near) pleasure :-)
The text was updated successfully, but these errors were encountered:
Hello,
jurigged
works very well for me in how I use it with thecmd2
module. However, I have noted that it doesn't seem to be picking up changes to the definition of adataclass
(decorated with@dataclasses.dataclass()
)I expect this to be a known limitation, given the way class decorators carry out their work. Am I right in thinking that changes to the definition of a
dataclass
will not be currently picked up byjurigged
? I'm using CPython 3.11.2 andjurigged
0.5.5 (fromjurigged.version.version
)Thank you once again for
jurigged
. It has transformed multiple projects from misery to (near) pleasure :-)The text was updated successfully, but these errors were encountered: