Skip to content

Commit

Permalink
60173
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Build Server authored and ci committed Aug 8, 2016
1 parent 922d2dc commit 4f65322
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 26 deletions.
@@ -1,5 +1,5 @@
stable: spec
<symbolicVersion: #'stable'>
spec
for: #'pharo5.x' version: 'v3.2.3';
for: #'pharo6.x' version: 'v3.2.3'
for: #'pharo5.x' version: 'v3.2.4';
for: #'pharo6.x' version: 'v3.2.4'
@@ -0,0 +1,13 @@
versionv3_2_4: spec
<version: 'v3.2.4'>
spec for: #common do: [
spec blessing: #release;
repository: 'http://smalltalkhub.com/mc/YuriyTymchuk/ScrapYard/main/'.
spec
package: 'Renraku' with: 'Renraku-YuriyTymchuk.131';
package: 'Renraku-Test' with: 'Renraku-Test-YuriyTymchuk.21';
package: 'Renraku-Help' with: 'Renraku-Help-YuriyTymchuk.2';
package: 'QualityAssistant' with: 'QualityAssistant-YuriyTymchuk.107';
package: 'QualityAssistantRecording' with: 'QualityAssistantRecording-YuriyTymchuk.24';
package: 'QualityAssistant-Test' with: 'QualityAssistant-Test-YuriyTymchuk.2'.
spec postLoadDoIt: #postload ]
@@ -1,5 +1,5 @@
critiqueFor: anEntity

^ ReTrivialCritic
^ ReTrivialCritique
withAnchor: (self anchorFor: anEntity)
by: self
@@ -0,0 +1,4 @@
isVisible

^ self name ~= #ReInvocationSequenceRule and: [
super isVisible ]
@@ -1,5 +1,5 @@
critiqueFor: anEntity

^ ReTrivialCritic
^ ReTrivialCritique
withAnchor: (self anchorFor: anEntity)
by: self
Expand Up @@ -8,6 +8,6 @@ critiqueFor: aNode about: aMethod
entity: aMethod
interval: aNode sourceInterval ].

^ ReTrivialCritic
^ ReTrivialCritique
withAnchor: anchor
by: self
@@ -1,4 +1,4 @@
script60172
script60173

^ 'AST-Core-TheIntegrator.445.mcz
AST-Tests-Core-TheIntegrator.104.mcz
Expand Down

This file was deleted.

@@ -0,0 +1,6 @@
update60173
"self new update60173"
self withUpdateLog: '18887 QA 3.2.4
https://pharo.fogbugz.com/f/cases/18887'.
self loadTogether: self script60173 merge: false.
self loadConfiguration: 'FlatQA' version: 'v3.2.4'.self flushCaches.
@@ -1,9 +1,3 @@
commentForCurrentUpdate
^ '18878 MNU ReINvocationSequenceRule isArchitecturalRule
https://pharo.fogbugz.com/f/cases/18878
18886 parsing an unfinished block with invalid expressions in its body should not create only a single parse error node
https://pharo.fogbugz.com/f/cases/18886
18883 SystemReporter calls deprecated #name on MCWorkingCopy
https://pharo.fogbugz.com/f/cases/18883'
^ '18887 QA 3.2.4
https://pharo.fogbugz.com/f/cases/18887'

0 comments on commit 4f65322

Please sign in to comment.