Comment 8 for bug 516968

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 516968] Re: 'bzr explore' unexpectedly throwing MS Visual C++ runtime error at startup

David Roberts пишет:
> This is the content of explorer\explorer.conf saved by the previous 'steps to reproduce'
> With this file in place bzr-explorer will not start.
>
> [Preferences]
> advanced-commands-terminal=false
> app-suite=qbzr
> bags-to-blacklist=@Variant(\0\0\0\x7f\0\0\0\x5list\0)
> bind-branches-by-default=false
> clothes-to-wear=@Variant(\0\0\0\x7f\0\0\0\x5list\0)

Ian, I think we should use our own serializer here and don't rely on QT
one. Bencode seems good enough for this preferences, and it supports
many type of data. Why not use it?