Sunday, October 06, 2013

3.0.13-beta4 testing update

I'm still running through 3.0.13-beta4 and testing it against all the projects in https://github.com/MvvmCross/MvvmCross-Tutorials/ plus against some of the N+1 (some of the key items not covered in those tutorials)

So far the build seems very solid.

I've found one blocking issue:

- some Android.Dialog issues with tapping on specific cells (e.g. datetime) - currently this is under investigation at the tail end of https://github.com/MvvmCross/MvvmCross/pull/363

Apart from that, it's not taken me very long at all to update the projects. The main issue I've encountered is changes in PCL setup each time (e.g. changing to use Xamarin's System.Windows assembly for each Touch project) and I've really only found a few minor issues with:


- one new exception thrown (and handled lower down) during double-string conversion - now masked in https://github.com/MvvmCross/MvvmCross/commit/219b9f37ea0db61a8e53954b6dabb50fd8410bca
- one missing setup call in Console projects (added in https://github.com/MvvmCross/MvvmCross/commit/a0e43434b5e25c017ffdad50a5978bde897d0b18)
- a misleading color debug output in https://github.com/MvvmCross/MvvmCross/commit/49cf0e91084a7de391e5fe35331ad6d637d85c84


So... I'm hopeful we'll be able to ship 3.0.13 to stable very soon :)

No comments:

Post a Comment