[tode_st] fallback world menu

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

[tode_st] fallback world menu

Paul DeBruicker
Hi Dale-


FYI - In tode_0.0.3-p2.0, tode_0.0.2-p1.4 & tode_0.0.3-p1.4 I was getting a 'fallback world menu.'  Debugging that brings up the stack at the bottom of the email.


The problem was that as part of a merge there was a 'seaside.orig' file in webEditionHome/dev/tode/client/descriptions/.   Removing that file fixed the issue.  To recreate the issue just create a blank file with the suffix .orig in webEditionHome/dev/tode/client/descriptions/



Thanks

Paul



STONReader>>error:
STONReader>>parseValue
STONReader>>parseMapDo:
TDSessionDescription(Object)>>fromSton:
TDSessionDescription class(Object class)>>fromSton:
STONReader>>parseObject
STONReader>>parseValue
STONReader>>next
STON class>>fromStream:
TDSessionDescription class>>importFrom: in Block: [:fileStream | ^ (STON fromStream: fileStream) asT...etc...
FileStream class>>detectFile:do: in Block: [anotherBlock value: file]
BlockClosure>>ensure:
FileStream class>>detectFile:do:
FileStream class>>readOnlyFileNamed:do:
TDSessionDescription class>>importFrom:
TDShell class>>todeMenuCommandOn: in Block: [:file | ...
Array(SequenceableCollection)>>do:
TDShell class>>todeMenuCommandOn:
PragmaMenuBuilder>>collectRegistrations in Block: [prg methodClass theNonMetaClass perform: prg sele...etc...
PragmaMenuBuilder>>currentRoot:while: in Block: [aBlock value]
BlockClosure>>ensure:
PragmaMenuBuilder>>currentRoot:while:
PragmaMenuBuilder>>collectRegistrations in Block: [:prg | self...
OrderedCollection>>do:
PragmaCollector>>do:
PragmaMenuBuilder>>collectRegistrations
PragmaMenuBuilder>>buildTree
PragmaMenuBuilder class>>withAllPragmaKeywords:model:
PragmaMenuBuilder class>>pragmaKeyword:model:
WorldState>>menuBuilder






--
You received this message because you are subscribed to the Google Groups "tODE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: [tode_st] fallback world menu

Dale Henrichs-3
Excellen catch ... I've been hit because I've had vi open in the directory and the .swp file caused things to coke ... I really should make the menu more bullet proof...


On Fri, Jun 27, 2014 at 10:42 AM, Paul DeBruicker <[hidden email]> wrote:
Hi Dale-


FYI - In tode_0.0.3-p2.0, tode_0.0.2-p1.4 & tode_0.0.3-p1.4 I was getting a 'fallback world menu.'  Debugging that brings up the stack at the bottom of the email.


The problem was that as part of a merge there was a 'seaside.orig' file in webEditionHome/dev/tode/client/descriptions/.   Removing that file fixed the issue.  To recreate the issue just create a blank file with the suffix .orig in webEditionHome/dev/tode/client/descriptions/



Thanks

Paul



STONReader>>error:
STONReader>>parseValue
STONReader>>parseMapDo:
TDSessionDescription(Object)>>fromSton:
TDSessionDescription class(Object class)>>fromSton:
STONReader>>parseObject
STONReader>>parseValue
STONReader>>next
STON class>>fromStream:
TDSessionDescription class>>importFrom: in Block: [:fileStream | ^ (STON fromStream: fileStream) asT...etc...
FileStream class>>detectFile:do: in Block: [anotherBlock value: file]
BlockClosure>>ensure:
FileStream class>>detectFile:do:
FileStream class>>readOnlyFileNamed:do:
TDSessionDescription class>>importFrom:
TDShell class>>todeMenuCommandOn: in Block: [:file | ...
Array(SequenceableCollection)>>do:
TDShell class>>todeMenuCommandOn:
PragmaMenuBuilder>>collectRegistrations in Block: [prg methodClass theNonMetaClass perform: prg sele...etc...
PragmaMenuBuilder>>currentRoot:while: in Block: [aBlock value]
BlockClosure>>ensure:
PragmaMenuBuilder>>currentRoot:while:
PragmaMenuBuilder>>collectRegistrations in Block: [:prg | self...
OrderedCollection>>do:
PragmaCollector>>do:
PragmaMenuBuilder>>collectRegistrations
PragmaMenuBuilder>>buildTree
PragmaMenuBuilder class>>withAllPragmaKeywords:model:
PragmaMenuBuilder class>>pragmaKeyword:model:
WorldState>>menuBuilder






--
You received this message because you are subscribed to the Google Groups "tODE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "tODE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

[tode_st] Re: fallback world menu

Dale Henrichs-3
In reply to this post by Paul DeBruicker
Paul,

Just fixed this issue[1]....I hope to push my dev branch to master soon ... fairly big changes on both client and server that I'm trying to collect into a single update:)

Dale

[1] https://github.com/dalehenrich/tode/issues/93


--
You received this message because you are subscribed to the Google Groups "tODE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.