Issue 6495 in pharo: Settings Exporter

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

Issue 6495 in pharo: Settings Exporter

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Enh Milestone-2.0

New issue 6495 by [hidden email]: Settings Exporter
http://code.google.com/p/pharo/issues/detail?id=6495

I have added a 'Export Settings' in the setting browser which store each  
setting different from the default value as a StartupPreferences action.

This way, you set your settings, export them, and enjoy ^^
I figured out that most of the entries do not provide a default value, so  
because of that, there is a lot of actions.


Slice is incoming


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6495 in pharo: Settings Exporter

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 6495 by [hidden email]: Settings Exporter
http://code.google.com/p/pharo/issues/detail?id=6495

Slice in the inbox


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6495 in pharo: Settings Exporter

pharo
Updates:
        Status: MonkeyIsChecking

Comment #2 on issue 6495 by [hidden email]: Settings Exporter
http://code.google.com/p/pharo/issues/detail?id=6495#c2

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6495 in pharo: Settings Exporter

pharo
Updates:
        Status: WorkNeeded

Comment #3 on issue 6495 by [hidden email]: Settings Exporter
http://code.google.com/p/pharo/issues/detail?id=6495#c3

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-6495-Settings-Exporter-BenjaminVanRyseghem.1 from  
http://ss3.gemstone.com/ss/PharoInbox:
        UndeclaredVariableWarning: PragmaSetting>>#exportSettingAction ('ni' is  
Undeclared)
  1: EncoderForV3PlusClosures(Encoder)>>undeclared:
  2: Parser>>correctVariable:interval:
  3: [self
                        correctVariable: varName
                        interval: (varStart to: varEnd)] in Parser>>variable
  4: [(self
                                lookupInPools: name
                                ifFound: [:assoc | varNode := self global: assoc name: name])
                        ifTrue: [varNode]
                        ifFalse: [^ action value]] in  
EncoderForV3PlusClosures(Encoder)>>encodeVariable:sourceRange:ifUnknown:
  5: Dictionary>>at:ifAbsent:
  6: EncoderForV3PlusClosures(Encoder)>>encodeVariable:sourceRange:ifUnknown:
  7: Parser>>variable
  8: Parser>>primaryExpression
  9: Parser>>expression
10: Parser>>statements:innerBlock:blockNode:
        ...
----------------------------------------------------------
Loaded Source: SLICE-Issue-6495-Settings-Exporter-BenjaminVanRyseghem.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20238-a on CoInterpreter  
VMMaker-oscog-IgorStasenko.162 uuid: e4554f9a-cc90-4826-a807-ac282b782fe4  
Jul 26 2012
StackToRegisterMappingCogit VMMaker-oscog-IgorStasenko.162 uuid:  
e4554f9a-cc90-4826-a807-ac282b782fe4 Jul 26 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
aeb0705cde4b8fc57cb262dc051c5ee6dfa72a14 Date: 2012-07-26 16:38:48 +0200  
By: Igor Stasenko <[hidden email]>


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6495 in pharo: Settings Exporter

pharo
Updates:
        Status: FixReviewNeeded

Comment #4 on issue 6495 by [hidden email]: Settings Exporter
http://code.google.com/p/pharo/issues/detail?id=6495

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6495 in pharo: Settings Exporter

pharo
Updates:
        Status: MonkeyIsChecking

Comment #5 on issue 6495 by [hidden email]: Settings Exporter
http://code.google.com/p/pharo/issues/detail?id=6495#c5

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6495 in pharo: Settings Exporter

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20238

Comment #6 on issue 6495 by [hidden email]: Settings Exporter
http://code.google.com/p/pharo/issues/detail?id=6495#c6

This Issue has been checked by Ulysse the Monkey
       
6332 tests passed in 00:01:38s:
===============================
        CollectionsTests-Arrayed (547)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (906)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (596)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1951)
        CollectionsTests-Weak (739)
        CompilerTests (179)
        KernelTests-Chronology (583)
        KernelTests-Classes (67)
        KernelTests-Exception (2)
        KernelTests-Methods (178)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (31)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)

----------------------------------------------------------
Loaded Source: SLICE-Issue-6495-Settings-Exporter-BenjaminVanRyseghem.2  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20238-a on CoInterpreter  
VMMaker-oscog-IgorStasenko.162 uuid: e4554f9a-cc90-4826-a807-ac282b782fe4  
Jul 26 2012
StackToRegisterMappingCogit VMMaker-oscog-IgorStasenko.162 uuid:  
e4554f9a-cc90-4826-a807-ac282b782fe4 Jul 26 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
aeb0705cde4b8fc57cb262dc051c5ee6dfa72a14 Date: 2012-07-26 16:38:48 +0200  
By: Igor Stasenko <[hidden email]>


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6495 in pharo: Settings Exporter

pharo
Updates:
        Status: FixToInclude

Comment #7 on issue 6495 by [hidden email]: Settings Exporter
http://code.google.com/p/pharo/issues/detail?id=6495

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6495 in pharo: Settings Exporter

pharo
Updates:
        Status: Integrated

Comment #8 on issue 6495 by [hidden email]: Settings Exporter
http://code.google.com/p/pharo/issues/detail?id=6495

in 20239


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker