The Trunk: Compiler-topa.310.mcz

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

The Trunk: Compiler-topa.310.mcz

commits-2
Tobias Pape uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-topa.310.mcz

==================== Summary ====================

Name: Compiler-topa.310
Author: topa
Time: 7 October 2015, 8:03:18.668 pm
UUID: 007ba87c-085b-44bf-bea2-f096dae30601
Ancestors: Compiler-eem.309

Be consistent with error messages

=============== Diff against Compiler-eem.309 ===============

Item was changed:
==== ERROR ===

MessageNotUnderstood: Text>>includesUnifiedCharacter

7 October 2015 6:03:24.738 pm

VM: unix - a SmalltalkImage
Image: Squeak3.11alpha [latest update: #8824]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /home/squeaksource
Trusted Dir /home/squeaksource/secure
Untrusted Dir /home/squeaksource/My Squeak

Text(Object)>>doesNotUnderstand: #includesUnifiedCharacter
        Receiver: a Text for 'An AmbiguousSelector is a notification produced by the Scanner/Parser/Compiler...etc...
        Arguments and temporary variables:
                aMessage: includesUnifiedCharacter
                exception: MessageNotUnderstood: Text>>includesUnifiedCharacter
                resumeValue: nil
        Receiver's instance variables:
                string: 'An AmbiguousSelector is a notification produced by the Scanner/Parser/...etc...
                runs: a RunArray runs: #(378) values: #(#())

WriteStream>>nextChunkPut:
        Receiver: a WriteStream
        Arguments and temporary variables:
                aString: a Text for 'An AmbiguousSelector is a notification produced by the Sca...etc...
                i: 0
                remainder: a Text for 'An AmbiguousSelector is a notification produced by the S...etc...
                terminator: $!
        Receiver's instance variables:
                collection: 'ParserNotification subclass: #AmbiguousSelector
        instanceVariableN...etc...
                position: 608
                readLimit: 0
                writeLimit: 1012

MCDiffyTextWriter(MCStWriter)>>writeClassComment:
        Receiver: a MCDiffyTextWriter
        Arguments and temporary variables:
                definition: a MCClassDefinition(AmbiguousSelector)
        Receiver's instance variables:
                stream: a WriteStream
                initStream: nil

MCDiffyTextWriter(MCStWriter)>>visitClassDefinition:
        Receiver: a MCDiffyTextWriter
        Arguments and temporary variables:
                definition: a MCClassDefinition(AmbiguousSelector)
        Receiver's instance variables:
                stream: a WriteStream
                initStream: nil


--- The full stack ---
Text(Object)>>doesNotUnderstand: #includesUnifiedCharacter
WriteStream>>nextChunkPut:
MCDiffyTextWriter(MCStWriter)>>writeClassComment:
MCDiffyTextWriter(MCStWriter)>>visitClassDefinition:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MCClassDefinition>>accept:
[] in MCDiffyTextWriter(MCTextWriter)>>visitInFork:
String class(SequenceableCollection class)>>new:streamContents:
String class(SequenceableCollection class)>>streamContents:
MCDiffyTextWriter(MCTextWriter)>>visitInFork:
MCDiffyTextWriter>>writePatchFrom:to:
MCDiffyTextWriter>>writeModification:
[] in MCDiffyTextWriter>>writePatch:
SortedCollection(OrderedCollection)>>do:
MCDiffyTextWriter>>writePatch:
SSDiffyTextWriter>>writePatch:
[] in SSDiffyTextWriter>>writeVersion:for:
BlockClosure>>on:do:
SSDiffyTextWriter>>writeVersion:for:
[] in SSEMailSubscription>>versionAdded:to:
BlockClosure>>on:do:
SSEMailSubscription>>versionAdded:to:
[] in [] in SSProject>>versionAdded:
[] in BlockClosure>>newProcess

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Compiler-topa.310.mcz

Levente Uzonyi-2
On Wed, 7 Oct 2015, [hidden email] wrote:

> Tobias Pape uploaded a new version of Compiler to project The Trunk:
> http://source.squeak.org/trunk/Compiler-topa.310.mcz
>
> ==================== Summary ====================
>
> Name: Compiler-topa.310
> Author: topa
> Time: 7 October 2015, 8:03:18.668 pm
> UUID: 007ba87c-085b-44bf-bea2-f096dae30601
> Ancestors: Compiler-eem.309
>
> Be consistent with error messages
>
> =============== Diff against Compiler-eem.309 ===============
>
> Item was changed:
> ==== ERROR ===
>
> MessageNotUnderstood: Text>>includesUnifiedCharacter

Why do these Texts appear where Strings are expected in MC definitions?

Levente

>
> 7 October 2015 6:03:24.738 pm
>
> VM: unix - a SmalltalkImage
> Image: Squeak3.11alpha [latest update: #8824]
>
> SecurityManager state:
> Restricted: false
> FileAccess: true
> SocketAccess: true
> Working Dir /home/squeaksource
> Trusted Dir /home/squeaksource/secure
> Untrusted Dir /home/squeaksource/My Squeak
>
> Text(Object)>>doesNotUnderstand: #includesUnifiedCharacter
> Receiver: a Text for 'An AmbiguousSelector is a notification produced by the Scanner/Parser/Compiler...etc...
> Arguments and temporary variables:
> aMessage: includesUnifiedCharacter
> exception: MessageNotUnderstood: Text>>includesUnifiedCharacter
> resumeValue: nil
> Receiver's instance variables:
> string: 'An AmbiguousSelector is a notification produced by the Scanner/Parser/...etc...
> runs: a RunArray runs: #(378) values: #(#())
>
> WriteStream>>nextChunkPut:
> Receiver: a WriteStream
> Arguments and temporary variables:
> aString: a Text for 'An AmbiguousSelector is a notification produced by the Sca...etc...
> i: 0
> remainder: a Text for 'An AmbiguousSelector is a notification produced by the S...etc...
> terminator: $!
> Receiver's instance variables:
> collection: 'ParserNotification subclass: #AmbiguousSelector
> instanceVariableN...etc...
> position: 608
> readLimit: 0
> writeLimit: 1012
>
> MCDiffyTextWriter(MCStWriter)>>writeClassComment:
> Receiver: a MCDiffyTextWriter
> Arguments and temporary variables:
> definition: a MCClassDefinition(AmbiguousSelector)
> Receiver's instance variables:
> stream: a WriteStream
> initStream: nil
>
> MCDiffyTextWriter(MCStWriter)>>visitClassDefinition:
> Receiver: a MCDiffyTextWriter
> Arguments and temporary variables:
> definition: a MCClassDefinition(AmbiguousSelector)
> Receiver's instance variables:
> stream: a WriteStream
> initStream: nil
>
>
> --- The full stack ---
> Text(Object)>>doesNotUnderstand: #includesUnifiedCharacter
> WriteStream>>nextChunkPut:
> MCDiffyTextWriter(MCStWriter)>>writeClassComment:
> MCDiffyTextWriter(MCStWriter)>>visitClassDefinition:
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> MCClassDefinition>>accept:
> [] in MCDiffyTextWriter(MCTextWriter)>>visitInFork:
> String class(SequenceableCollection class)>>new:streamContents:
> String class(SequenceableCollection class)>>streamContents:
> MCDiffyTextWriter(MCTextWriter)>>visitInFork:
> MCDiffyTextWriter>>writePatchFrom:to:
> MCDiffyTextWriter>>writeModification:
> [] in MCDiffyTextWriter>>writePatch:
> SortedCollection(OrderedCollection)>>do:
> MCDiffyTextWriter>>writePatch:
> SSDiffyTextWriter>>writePatch:
> [] in SSDiffyTextWriter>>writeVersion:for:
> BlockClosure>>on:do:
> SSDiffyTextWriter>>writeVersion:for:
> [] in SSEMailSubscription>>versionAdded:to:
> BlockClosure>>on:do:
> SSEMailSubscription>>versionAdded:to:
> [] in [] in SSProject>>versionAdded:
> [] in BlockClosure>>newProcess
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Compiler-topa.310.mcz

Tobias Pape

On 07.10.2015, at 23:31, Levente Uzonyi <[hidden email]> wrote:

> On Wed, 7 Oct 2015, [hidden email] wrote:
>
>> Tobias Pape uploaded a new version of Compiler to project The Trunk:
>> http://source.squeak.org/trunk/Compiler-topa.310.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Compiler-topa.310
>> Author: topa
>> Time: 7 October 2015, 8:03:18.668 pm
>> UUID: 007ba87c-085b-44bf-bea2-f096dae30601
>> Ancestors: Compiler-eem.309
>>
>> Be consistent with error messages
>>
>> =============== Diff against Compiler-eem.309 ===============
>>
>> Item was changed:
>> ==== ERROR ===
>>
>> MessageNotUnderstood: Text>>includesUnifiedCharacter
>
> Why do these Texts appear where Strings are expected in MC definitions?

MC experiment leaked  ;)
I actually wanted to see how far I can get with texts in the definitions.

See, there are some Classes with comments that actually use highlighting and cross-refs:

Object allSubclasses count: [:c | c comment isText and: [c comment unembellished not]] " 36"

I somehow wanted to retain that.

Best regards
        -Tobias


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Compiler-topa.310.mcz

Bert Freudenberg

> On 07.10.2015, at 14:35, Tobias Pape <[hidden email]> wrote:
>
>
> On 07.10.2015, at 23:31, Levente Uzonyi <[hidden email]> wrote:
>>>
>>> Item was changed:
>>> ==== ERROR ===
>>>
>>> MessageNotUnderstood: Text>>includesUnifiedCharacter
>>
>> Why do these Texts appear where Strings are expected in MC definitions?
>
> MC experiment leaked  ;)
> I actually wanted to see how far I can get with texts in the definitions.
>
> See, there are some Classes with comments that actually use highlighting and cross-refs:
>
> Object allSubclasses count: [:c | c comment isText and: [c comment unembellished not]] " 36"
>
> I somehow wanted to retain that.
+1

But maybe do it with a separate style definition, just like the file-out format does?

- Bert -




smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Compiler-topa.310.mcz

Tobias Pape

On 07.10.2015, at 23:48, Bert Freudenberg <[hidden email]> wrote:

>
>> On 07.10.2015, at 14:35, Tobias Pape <[hidden email]> wrote:
>>
>>
>> On 07.10.2015, at 23:31, Levente Uzonyi <[hidden email]> wrote:
>>>>
>>>> Item was changed:
>>>> ==== ERROR ===
>>>>
>>>> MessageNotUnderstood: Text>>includesUnifiedCharacter
>>>
>>> Why do these Texts appear where Strings are expected in MC definitions?
>>
>> MC experiment leaked  ;)
>> I actually wanted to see how far I can get with texts in the definitions.
>>
>> See, there are some Classes with comments that actually use highlighting and cross-refs:
>>
>> Object allSubclasses count: [:c | c comment isText and: [c comment unembellished not]] " 36"
>>
>> I somehow wanted to retain that.
>
> +1
>
> But maybe do it with a separate style definition, just like the file-out format does?
Yea, I wanted at least the snapshot.st (which is in file-out format) to retain those.
We'll see ;)

best
        -tobias



signature.asc (1K) Download Attachment