It really depends on exactly what the problem scenario is. Currently,
whenever *any* QML file changes, the whole cache is dropped and rebuilt.
This includes SDK and base QML deps, not only files shipped by the app
itself.

The only case where it is currently not rebuilt is when a provider
library changes its QML bindings ABI. For this we are looking into ways
to encode library versions on the magic headers of the cache file,
although for now considering libraries are only updated on image
upgrade, the cache should ensure validity. The only breaking case is
when the developer pushes a new QML plugin with different ABI than what
the cache was built against.

So I guess the question is:

What was the scenario/issue that happened which lead to this bug?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtdeclarative-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1444937

Title:
  QML cache gets stale too easily

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  It's happened many times now that after looking for an issue the
  source of it ended up to be stale QML cache.

  We need the cache to be cleared more aggressively, likely on any QML-
  related package installation. App-specific cache should be (if it's
  not) cleared on install (or maybe better - removal) and upgrade.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libqt5qml5 5.4.1-1ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  ApportVersion: 2.17.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 16 12:25:21 2015
  SourcePackage: qtdeclarative-opensource-src
  SystemImageInfo:
   current build number: 0
   device name: 
   channel: daily
   last update: Unknown
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1444937/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to