Why reload an MC package do I get "The markup snapshot was not loaded"?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Why reload an MC package do I get "The markup snapshot was not loaded"?

espin
Hi all,
I reloaded some packages  in Monticello Browser (even not marked
changed) and I get
"The markup snapshot was not loaded"

I tried to investigate into the image and found the string in
   CtMcVersion>>load
   CtMcVersion>>merge
These are from CodeTalk framework.
But the action above was shown while using directly Monticello Browser...


Any helps (what is a markup snapshot, what is wrong in my image?) is welcome.

Thanks a lot in advance
Bye
Enrico
--
Enrico Spinielli
"Do Androids dream of electric sheep?"— Philip K. Dick
"Hear and forget; see and remember;do and understand."—Mitchel Resnick

Reply | Threaded
Open this post in threaded view
|

Re: Why reload an MC package do I get "The markup snapshot was not loaded"?

Levente Uzonyi-2
On Tue, 11 Jan 2011, Enrico Spinielli wrote:

> Hi all,
> I reloaded some packages  in Monticello Browser (even not marked
> changed) and I get
> "The markup snapshot was not loaded"
>
> I tried to investigate into the image and found the string in
>   CtMcVersion>>load
>   CtMcVersion>>merge
> These are from CodeTalk framework.
> But the action above was shown while using directly Monticello Browser...
>
>
> Any helps (what is a markup snapshot, what is wrong in my image?) is welcome.
I couldn't find the CodeTalk framework and this string doesn't exist in a
clean Squeak image. I've also never seen this message, so I'm pretty sure
that it's coming from the CodeTalk framework.


Levente

>
> Thanks a lot in advance
> Bye
> Enrico
> --
> Enrico Spinielli
> "Do Androids dream of electric sheep?"˙˙ Philip K. Dick
> "Hear and forget; see and remember;do and understand."˙˙Mitchel Resnick
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Why reload an MC package do I get "The markup snapshot was not loaded"?

espin
Hi Levente,
thanks for having a look.
FYI codetalk project is at:
https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/codetalk

and was announced among other very interesting ones in the following post:
http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-December/155422.html

I now have found there is a specific mailing list for Squeak projects there
and cross-post.

Thanks again
Bye
Enrico

2011/1/11 Levente Uzonyi <[hidden email]>:

> On Tue, 11 Jan 2011, Enrico Spinielli wrote:
>
>> Hi all,
>> I reloaded some packages  in Monticello Browser (even not marked
>> changed) and I get
>> "The markup snapshot was not loaded"
>>
>> I tried to investigate into the image and found the string in
>>  CtMcVersion>>load
>>  CtMcVersion>>merge
>> These are from CodeTalk framework.
>> But the action above was shown while using directly Monticello Browser...
>>
>>
>> Any helps (what is a markup snapshot, what is wrong in my image?) is
>> welcome.
>
> I couldn't find the CodeTalk framework and this string doesn't exist in a
> clean Squeak image. I've also never seen this message, so I'm pretty sure
> that it's coming from the CodeTalk framework.
>
>
> Levente
>
>>
>> Thanks a lot in advance
>> Bye
>> Enrico
>> --
>> Enrico Spinielli
>> "Do Androids dream of electric sheep?"˙˙ Philip K. Dick
>> "Hear and forget; see and remember;do and understand."˙˙Mitchel Resnick
>>
>
>
>
>



--
Enrico Spinielli
"Do Androids dream of electric sheep?"— Philip K. Dick
"Hear and forget; see and remember;do and understand."—Mitchel Resnick

Reply | Threaded
Open this post in threaded view
|

Re: Why reload an MC package do I get "The markup snapshot was not loaded"?

Steinert, Bastian
Hi Enrico,

let's call it a bug.

CodeTalk hooks into Monticello so that annotations (markup)
can be saved to a repository and retrieved from it
(along with your regular source code).

The observed message tells you that an error occurred
when CodeTalk tried to retrieve the markup/annotations.

However, having no markup in the repository is handled as an error.

This will be fixed in the near future.

Regards,
Bastian

On Jan 12, 2011, at 2:47 PM, Enrico Spinielli wrote:

> Hi Levente,
> thanks for having a look.
> FYI codetalk project is at:
> https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/codetalk
>
> and was announced among other very interesting ones in the following post:
> http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-December/155422.html
>
> I now have found there is a specific mailing list for Squeak projects there
> and cross-post.
>
> Thanks again
> Bye
> Enrico
>
> 2011/1/11 Levente Uzonyi <[hidden email]>:
>> On Tue, 11 Jan 2011, Enrico Spinielli wrote:
>>
>>> Hi all,
>>> I reloaded some packages  in Monticello Browser (even not marked
>>> changed) and I get
>>> "The markup snapshot was not loaded"
>>>
>>> I tried to investigate into the image and found the string in
>>>  CtMcVersion>>load
>>>  CtMcVersion>>merge
>>> These are from CodeTalk framework.
>>> But the action above was shown while using directly Monticello Browser...
>>>
>>>
>>> Any helps (what is a markup snapshot, what is wrong in my image?) is
>>> welcome.
>>
>> I couldn't find the CodeTalk framework and this string doesn't exist in a
>> clean Squeak image. I've also never seen this message, so I'm pretty sure
>> that it's coming from the CodeTalk framework.
>>
>>
>> Levente
>>
>>>
>>> Thanks a lot in advance
>>> Bye
>>> Enrico
>>> --
>>> Enrico Spinielli
>>> "Do Androids dream of electric sheep?"˙˙ Philip K. Dick
>>> "Hear and forget; see and remember;do and understand."˙˙Mitchel Resnick
>>>
>>
>>
>>
>>
>
>
>
> --
> Enrico Spinielli
> "Do Androids dream of electric sheep?"— Philip K. Dick
> "Hear and forget; see and remember;do and understand."—Mitchel Resnick
>


Reply | Threaded
Open this post in threaded view
|

AW: [Squeak@HPI] [squeak-dev] Why reload an MC package do I get "The markup snapshot was not loaded"?

marcel.taeumel (old)
Hi.

Actually, this is only a debug message that should be removed. =)

CodeTalk, i.e. CT-Monticello, was designed to support MCZ-Files with or without a "markups.bin" inside. This allows using other MCZ-files that were not created using CodeTalk. If no "markups.bin" can be found, this messages appears.

So this message may be kind of annoying but does not indicate an unexpected situation. It's just for information purposes.

We should remove that in the next CodeTalk release.

Bye,
Marcel Taeumel

-----Ursprüngliche Nachricht-----
Von: [hidden email] [mailto:[hidden email]] Im Auftrag von Steinert, Bastian
Gesendet: Mittwoch, 12. Januar 2011 15:43
An: The general-purpose Squeak developers list
Cc: squeak(mailman)
Betreff: Re: [Squeak@HPI] [squeak-dev] Why reload an MC package do I get "The markup snapshot was not loaded"?

Hi Enrico,

let's call it a bug.

CodeTalk hooks into Monticello so that annotations (markup)
can be saved to a repository and retrieved from it
(along with your regular source code).

The observed message tells you that an error occurred
when CodeTalk tried to retrieve the markup/annotations.

However, having no markup in the repository is handled as an error.

This will be fixed in the near future.

Regards,
Bastian

On Jan 12, 2011, at 2:47 PM, Enrico Spinielli wrote:

> Hi Levente,
> thanks for having a look.
> FYI codetalk project is at:
> https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/codetalk
>
> and was announced among other very interesting ones in the following post:
> http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-December/155422.html
>
> I now have found there is a specific mailing list for Squeak projects there
> and cross-post.
>
> Thanks again
> Bye
> Enrico
>
> 2011/1/11 Levente Uzonyi <[hidden email]>:
>> On Tue, 11 Jan 2011, Enrico Spinielli wrote:
>>
>>> Hi all,
>>> I reloaded some packages  in Monticello Browser (even not marked
>>> changed) and I get
>>> "The markup snapshot was not loaded"
>>>
>>> I tried to investigate into the image and found the string in
>>>  CtMcVersion>>load
>>>  CtMcVersion>>merge
>>> These are from CodeTalk framework.
>>> But the action above was shown while using directly Monticello Browser...
>>>
>>>
>>> Any helps (what is a markup snapshot, what is wrong in my image?) is
>>> welcome.
>>
>> I couldn't find the CodeTalk framework and this string doesn't exist in a
>> clean Squeak image. I've also never seen this message, so I'm pretty sure
>> that it's coming from the CodeTalk framework.
>>
>>
>> Levente
>>
>>>
>>> Thanks a lot in advance
>>> Bye
>>> Enrico
>>> --
>>> Enrico Spinielli
>>> "Do Androids dream of electric sheep?"˙˙ Philip K. Dick
>>> "Hear and forget; see and remember;do and understand."˙˙Mitchel Resnick
>>>
>>
>>
>>
>>
>
>
>
> --
> Enrico Spinielli
> "Do Androids dream of electric sheep?"— Philip K. Dick
> "Hear and forget; see and remember;do and understand."—Mitchel Resnick
>

_______________________________________________
Squeak mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/squeak


Reply | Threaded
Open this post in threaded view
|

Re: [Squeak@HPI] [squeak-dev] Why reload an MC package do I get "The markup snapshot was not loaded"?

Steinert, Bastian
In reply to this post by Steinert, Bastian
Enrico,

The issue is supposed to be fixed now.

Assumed you installed CodeTalk using Metacello,
please execute the following statement to get the latest revision:

ConfigurationOfCodeTalk project load: 'head'.

Regards,
Bastian

On Jan 12, 2011, at 3:43 PM, Steinert, Bastian wrote:

> Hi Enrico,
>
> let's call it a bug.
>
> CodeTalk hooks into Monticello so that annotations (markup)
> can be saved to a repository and retrieved from it
> (along with your regular source code).
>
> The observed message tells you that an error occurred
> when CodeTalk tried to retrieve the markup/annotations.
>
> However, having no markup in the repository is handled as an error.
>
> This will be fixed in the near future.
>
> Regards,
> Bastian
>
> On Jan 12, 2011, at 2:47 PM, Enrico Spinielli wrote:
>
>> Hi Levente,
>> thanks for having a look.
>> FYI codetalk project is at:
>> https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/codetalk
>>
>> and was announced among other very interesting ones in the following post:
>> http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-December/155422.html
>>
>> I now have found there is a specific mailing list for Squeak projects there
>> and cross-post.
>>
>> Thanks again
>> Bye
>> Enrico
>>
>> 2011/1/11 Levente Uzonyi <[hidden email]>:
>>> On Tue, 11 Jan 2011, Enrico Spinielli wrote:
>>>
>>>> Hi all,
>>>> I reloaded some packages  in Monticello Browser (even not marked
>>>> changed) and I get
>>>> "The markup snapshot was not loaded"
>>>>
>>>> I tried to investigate into the image and found the string in
>>>> CtMcVersion>>load
>>>> CtMcVersion>>merge
>>>> These are from CodeTalk framework.
>>>> But the action above was shown while using directly Monticello Browser...
>>>>
>>>>
>>>> Any helps (what is a markup snapshot, what is wrong in my image?) is
>>>> welcome.
>>>
>>> I couldn't find the CodeTalk framework and this string doesn't exist in a
>>> clean Squeak image. I've also never seen this message, so I'm pretty sure
>>> that it's coming from the CodeTalk framework.
>>>
>>>
>>> Levente
>>>
>>>>
>>>> Thanks a lot in advance
>>>> Bye
>>>> Enrico
>>>> --
>>>> Enrico Spinielli
>>>> "Do Androids dream of electric sheep?"˙˙ Philip K. Dick
>>>> "Hear and forget; see and remember;do and understand."˙˙Mitchel Resnick
>>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>> --
>> Enrico Spinielli
>> "Do Androids dream of electric sheep?"— Philip K. Dick
>> "Hear and forget; see and remember;do and understand."—Mitchel Resnick
>>
>
> _______________________________________________
> Squeak mailing list
> [hidden email]
> http://lists.hpi.uni-potsdam.de/listinfo/squeak


Reply | Threaded
Open this post in threaded view
|

Re: [Squeak@HPI] [squeak-dev] Why reload an MC package do I get "The markup snapshot was not loaded"?

espin
Hi Bastian,
I got it and the "issue" doesn't show up anymore.

Thanks a lot.
And congrats for the nice project(s)!
Regards
Enrico

On Wed, Jan 12, 2011 at 19:34, Steinert, Bastian
<[hidden email]> wrote:

> Enrico,
>
> The issue is supposed to be fixed now.
>
> Assumed you installed CodeTalk using Metacello,
> please execute the following statement to get the latest revision:
>
> ConfigurationOfCodeTalk project load: 'head'.
>
> Regards,
> Bastian
>
> On Jan 12, 2011, at 3:43 PM, Steinert, Bastian wrote:
>
>> Hi Enrico,
>>
>> let's call it a bug.
>>
>> CodeTalk hooks into Monticello so that annotations (markup)
>> can be saved to a repository and retrieved from it
>> (along with your regular source code).
>>
>> The observed message tells you that an error occurred
>> when CodeTalk tried to retrieve the markup/annotations.
>>
>> However, having no markup in the repository is handled as an error.
>>
>> This will be fixed in the near future.
>>
>> Regards,
>> Bastian
>>
>> On Jan 12, 2011, at 2:47 PM, Enrico Spinielli wrote:
>>
>>> Hi Levente,
>>> thanks for having a look.
>>> FYI codetalk project is at:
>>> https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/codetalk
>>>
>>> and was announced among other very interesting ones in the following post:
>>> http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-December/155422.html
>>>
>>> I now have found there is a specific mailing list for Squeak projects there
>>> and cross-post.
>>>
>>> Thanks again
>>> Bye
>>> Enrico
>>>
>>> 2011/1/11 Levente Uzonyi <[hidden email]>:
>>>> On Tue, 11 Jan 2011, Enrico Spinielli wrote:
>>>>
>>>>> Hi all,
>>>>> I reloaded some packages  in Monticello Browser (even not marked
>>>>> changed) and I get
>>>>> "The markup snapshot was not loaded"
>>>>>
>>>>> I tried to investigate into the image and found the string in
>>>>> CtMcVersion>>load
>>>>> CtMcVersion>>merge
>>>>> These are from CodeTalk framework.
>>>>> But the action above was shown while using directly Monticello Browser...
>>>>>
>>>>>
>>>>> Any helps (what is a markup snapshot, what is wrong in my image?) is
>>>>> welcome.
>>>>
>>>> I couldn't find the CodeTalk framework and this string doesn't exist in a
>>>> clean Squeak image. I've also never seen this message, so I'm pretty sure
>>>> that it's coming from the CodeTalk framework.
>>>>
>>>>
>>>> Levente
>>>>
>>>>>
>>>>> Thanks a lot in advance
>>>>> Bye
>>>>> Enrico
>>>>> --
>>>>> Enrico Spinielli
>>>>> "Do Androids dream of electric sheep?"˙˙ Philip K. Dick
>>>>> "Hear and forget; see and remember;do and understand."˙˙Mitchel Resnick
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Enrico Spinielli
>>> "Do Androids dream of electric sheep?"— Philip K. Dick
>>> "Hear and forget; see and remember;do and understand."—Mitchel Resnick
>>>
>>
>> _______________________________________________
>> Squeak mailing list
>> [hidden email]
>> http://lists.hpi.uni-potsdam.de/listinfo/squeak
>
> _______________________________________________
> Squeak mailing list
> [hidden email]
> http://lists.hpi.uni-potsdam.de/listinfo/squeak
>



--
Enrico Spinielli
"Do Androids dream of electric sheep?"— Philip K. Dick
"Hear and forget; see and remember;do and understand."—Mitchel Resnick