On Thu, 12 Nov 2020, Marcin Błażejowski wrote:
On 12.11.2020 14:29, Sven Schreiber wrote:
> Am 12.11.2020 um 14:23 schrieb Marcin Błażejowski:
>> Hi,
>>
>> let's image we have a session with a bundle inside which we known about
>> that it is a product of some package. If such a bundle was produced
>> directly by package, it is associated with the creator. But if this
>> bundle was acuired somehow - let say imported as a XML - it is not. Of
>> course, I can manually edit the session to make such assiocioation, but
>> maybe we could add an option for that?
>
> I'm sorry, I don't fully understand. What's the "creator" in
this sense?
The package wich has created the bundle result. If this package has
'print' function, double click on a result prints an output.
Ah, I see what you mean, Marcin. The "creator" of a bundle is not an
ordinary member, it's an internal property. We save it OK when a
bundle is written as XML via bwrite(), but we were neglecting to
check for it, and re-establish it if found, when the XML is read by
bread(). That's now fixed in git.
Allin