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
{{ message }}
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
Happily we used it in a context manager so it was easily monkey patched,
but CBash must be fixed - wrye-bash/CBash#20
Idea from: http://stackoverflow.com/a/13197763/281545
The change of cwd would have unpredictable consequences - probably the
eternal Installer._move bug, that was only affecting oblivion but not
Skyrim (no CBash), was due to this. However it was maybe masking bugs
also, so things may break - hence the !
ObCollection was using __slots__ while not a new style class, fixed.
import struct was unused
Signed-off-by: MrD <[email protected]>
Posting here for the record! I didn't see this issue before :)
I'll try to make a new branch depending on the current CBash's 'dev' and try to fix this during next week as I'm have some spare time to work on it.... but probably it'll take at least one week to be sure I did the changes correctly and tested everything... there are still many parts of the code I haven't seen yet!
It's somewhere in cint.ObCollection#addMod - this needs to be fixed trips Bash every so often plus it's a code smell - the lib should not change the cwd
Utumno
added a commit
to wrye-bash/wrye-bash
that referenced
this issue
May 29, 2018
See: 82e0136
Unfortunbatelly `with` is not used with the patch Current collection
wrye-bash/CBash#20
Some random typos and string fixes
Signed-off-by: MrD <[email protected]>
Utumno
added a commit
to wrye-bash/wrye-bash
that referenced
this issue
Jul 3, 2018
Probably on Load ? This could be the root of many hard to track bugs in Bash and must be fixed
The text was updated successfully, but these errors were encountered: