Compare commits

..

No commits in common. "master" and "beta/migration" have entirely different histories.

4 changed files with 7 additions and 20 deletions

View File

@ -16,11 +16,11 @@ BaselineOfGrafoscopio >> baseline: spec [
self grafoscopioUtils: spec.
spec
package: 'Spec-Glamour'
with: [ spec repository: 'http://smalltalkhub.com/mc/jfabry/Playground/main/' ].
with: [ spec repository: 'http://smalltalkhub.com/mc/jfabry/Playgroudn/main/' ].
"Packages"
spec
package: 'Grafoscopio' with: [ spec requires: #('Grafoscopio-Utils' 'Spec-Glamour') ]
package: 'Grafoscopio' with: [ spec requires: #('Grafoscopio-Utils' 'Spec-Glamour' ) ]
]
]
@ -46,9 +46,8 @@ BaselineOfGrafoscopio >> grafoscopioUtils: spec [
localRepo := 'gitlocal://', location fullName.
Metacello new
repository: localRepo;
baseline: 'GrafoscopioUtils';
baseline: 'Grafoscopio-Utils'
load.
spec baseline: 'GrafoscopioUtils' with: [ spec repository: localRepo ].
spec package: 'Grafoscopio-Utils' with: [ spec repository: localRepo ].
spec baseline: 'Grafoscopio-Utils' with: [ spec repository: localRepo ]
]

View File

@ -17,7 +17,6 @@ Class {
],
#classVars : [
'dockingBar',
'docsCollection',
'recentNotebooks'
],
#classInstVars : [
@ -25,7 +24,7 @@ Class {
'recentNotebooks',
'helpMenu'
],
#category : #'Grafoscopio-UI'
#category : 'Grafoscopio-UI'
}
{ #category : #adding }
@ -50,11 +49,6 @@ GfUIHelpers class >> addToHelpMenu: aGrafoscopioNotebook [
self updateUI
]
{ #category : #accessing }
GfUIHelpers class >> docsCollection [
^ docsCollection ifNil: [docsCollection := OrderedCollection new ]
]
{ #category : #updating }
GfUIHelpers class >> installDataviz [
"I install the Dataviz package.

View File

@ -4,7 +4,7 @@ I define the documentation for the Grafoscopio package.
Class {
#name : #GrafoscopioDocs,
#superclass : #GrafoscopioDocumentation,
#category : #Grafoscopio
#category : 'Grafoscopio'
}
{ #category : #operation }
@ -63,5 +63,4 @@ GrafoscopioDocs >> initialize [
addDocument: 'Docs/En/Books/DataActivism/techniques-for-datactivism.ston';
addDocument: 'Docs/En/dev-notes.ston';
addDocument: 'Docs/En/Books/SpecIUFramework/spec-ui-framework.ston'.
GfUIHelpers docsCollection add: self.
]

View File

@ -4,7 +4,7 @@ I store metadata for this package. These meta data are used by other tools such
Class {
#name : #ManifestGrafoscopio,
#superclass : #PackageManifest,
#category : #Grafoscopio
#category : 'Grafoscopio'
}
{ #category : #'code-critics' }
@ -37,11 +37,6 @@ ManifestGrafoscopio class >> ruleRBEqualsTrueRuleV1FalsePositive [
^ #(#(#(#RGMethodDefinition #(#'GrafoscopioDocumentation class' #listOutdated #true)) #'2016-10-09T10:16:31.841951-05:00') #(#(#RGMethodDefinition #(#'GrafoscopioDocumentation class' #listOutdatedDocsIn: #true)) #'2017-04-05T17:50:59.032741-05:00') )
]
{ #category : #'code-critics' }
ManifestGrafoscopio class >> ruleRBGlobalVariablesUsageV1FalsePositive [
^ #(#(#(#RGClassDefinition #(#GrafoscopioNotebook)) #'2020-10-08T12:09:43.871678-05:00') )
]
{ #category : #'code-critics' }
ManifestGrafoscopio class >> ruleRBLongMethodsRuleV1FalsePositive [
^ #(#(#(#RGMethodDefinition #(#GrafoscopioNotebook #topBar #false)) #'2016-12-17T18:51:33.99062-05:00') #(#(#RGMethodDefinition #(#GrafoscopioNotebook #notebookSubMenu #false)) #'2017-02-02T11:43:53.106456-05:00') )