trouble migrating app from 3.2.1 to 3.2.2-p1
Added by Steve Drake 10 months ago
At some point I will need to migrate my app from using Wt 3.2.1 to 3.2.2-p1, in order to get access to a feature that I need (hooking the signal that fires when the user clicks a different row in a WTableView). I made an attempt to migrate today but had little success -- I observed lots of layout-related problems that have so far been rather resistant to my corrective efforts. (I assume that most of the problems are with my application code, but I also suspect there could be some flaws in the new Wt layout implementation that will get found and corrected over time.) So I think I may wait a while in hopes of 3.2.2 maturing.
So my question is whether another release is planned in the somewhat near future (such as the next few months). And should I wait a bit in hopes of things going smoother when I try to migrate? Or is that unlikely to help?
Thanks in advance for any advice.
Steve
Replies (1)
RE: trouble migrating app from 3.2.1 to 3.2.2-p1 - Added by Wim Dumon 10 months ago
Hello Steve,
We haven't planned a new patchlevel release yet, but we're considering one right before the next release to cover recent layout corrections. Please test your code also with recent git versions; since p1 we've already fixed a few new bugs. If you detect more layout manager flaws, we're very interested to hear about them in order to fix them; additionally it's also a better guarantee that your application will work with the next official release.
BR,
Wim.
(1-1/1)