https://bugzilla.wikimedia.org/show_bug.cgi?id=20904
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mar...@semantic- |[email protected] |mediawiki.org | Component|Semantic MediaWiki |SemanticDrilldown Summary|A lot of catchable fatal |SMWResultArray changes in |errors |SMW 1.5 --- Comment #1 from Markus Krötzsch <[email protected]> 2009-09-30 21:57:04 UTC --- The API of SMWResultArray has changed in SMW 1.5, and SemanticDrilldown is not yet updated to be compatible with these changes. This is normal, since SMW 1.5 is not released yet and it will take some time until all extensions are compatible. Please read the manual of SemanticDrilldown to find out which version of SMW you can use with it right now. Explanation of changes in SMW: query result now are no longer pre-fetched but rather pulled from the store when needed. This eliminates the need ot have all data for a complex and very long query output in memory at the same time. To enable this, some changes had to be made in the infrastructure, though all get-functions are still the same (so all printers work as before, where some can be implemented more efficiently using the new getResults() ). I am reassigning this bug to SD, but I add the warning that some additional changes in SMWResultArray may happen in the next week. I was not aware that any extension did actually access this part of SMW directly, or I would have sent out a note to the developers. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
