Skip to content

v1.2.10 release#544

Merged
dalehenrich merged 14 commits intomasterfrom
masterV1.2
Dec 5, 2019
Merged

v1.2.10 release#544
dalehenrich merged 14 commits intomasterfrom
masterV1.2

Conversation

@dalehenrich
Copy link
Copy Markdown
Member

@dalehenrich dalehenrich commented Dec 5, 2019

This is a Jadeite release with performance improvements.

Jadeite Version

Oscar-3.0.91

Jadeite fixes described in the Jadeite-ReleaseNotes-3.0.91.pdf

Script for v1.2.9 to v1.2.10 Update

set u SystemUser p swordfish
login
run
| projectNames |
projectNames := #( 'Rowan' 'STON' 'Cypress' 'Tonel' ).
"audit before load"
# Run pre load audit against your own Rowan projects
projectNames do: [:projectName |
	| audit |
	"Pre load audit"
	audit := Rowan projectTools audit auditForProjectNamed: projectName.
	audit isEmpty ifFalse: [ self error: 'Pre load Rowan audit failed for project ', projectName printString ]  ].
"Load projects"
projectNames do: [:projectName |
	"include tests and deprecated packages ... "
	Rowan projectTools load
		loadProjectNamed: projectName
		withGroupNames: #('tests' 'deprecated' 'jadeServer') ].
"Post load audit"
projectNames do: [:projectName |
	| audit |
	audit := Rowan projectTools audit auditForProjectNamed: projectName.
	audit isEmpty ifFalse: [ self error: 'Post load Rowan audit failed for project ', projectName printString ] ].
# Run post load audit against your own Rowan projects
System commit
%

Rowan Bugfixes

Issue #535: "renameClassNamed:to: incorrectly updates classExtension method data structures"
Issue #539: "SequenceableCollection>>lastIndexOf:ifAbsent: collides with existing customer extensions"
Issue #540: "Need to be able to add Rowan symbol dictionaries to TEMP symbol list for running one off scripts"

ericwinger and others added 14 commits November 22, 2019 14:37
…d patch RBConfigurableFormatter >> writeString:
…jectAuditToolTest >> test_Issue_534 to RwProjectAuditToolTest >> test_Issue_535

Rowan STON Cypress Tonel tests for GemStone '3.2.15'
783 run, 774 passed, 3 failed, 6 errors
  errors
	JadeServerTest>>#test_updateFromSton
	RowanBrowserServiceTest>>#test_windowsRegistry
	RwBrowserToolApiTest>>#testIssue471_1
	RwBrowserToolApiTest>>#testMoveGlobalExtensionSessionMethods
	RwHybridBrowserToolTest>>#testHybridMoveMethodFromSessionMethodsIntoSessionMethods
	RwHybridBrowserToolTest>>#testHybridMoveMethodIntoSessionMethods
  failures
	RwLoadingTest>>#testPoolDictionaryChanges
	RwRowanSample4Test>>#testIssue490
	RwSymbolDictionaryTest>>#testClassVersioningPatch
Rowan STON Cypress Tonel tests for GemStone '3.2.15'
783 run, 769 passed, 5 failed, 9 errors
  errors
        JadeServerTest>>#test_updateFromSton
        RowanBrowserServiceTest>>#test_windowsRegistry
        RwBrowserToolApiTest>>#testIssue471_1
        RwBrowserToolApiTest>>#testMoveGlobalExtensionSessionMethods
        RwBrowserToolApiTest>>#testNewClassVersion_session_method_change_extension_method_source
        RwHybridBrowserToolTest>>#testHybridMoveMethodFromSessionMethodsIntoSessionMethods
        RwHybridBrowserToolTest>>#testHybridMoveMethodIntoSessionMethods
        RwRowanSample2Test>>#testNoMigration_bitbucket
        RwRowanSample2Test>>#testNoMigration_gitlab
  failures
        RowanPackageServiceTest>>#test_compileAndSelectClass
        RowanPackageServiceTest>>#test_compileAndSelectClassDifferentPackage
        RwLoadingTest>>#testPoolDictionaryChanges
        RwRowanSample4Test>>#testIssue490
        RwSymbolDictionaryTest>>#testClassVersioningPatch

topaz 1> errorCount
inspect dictionary with unicode character,

GemTalk/Jadeite#651
recent change - send fewer services back.
Rowan STON Cypress Tonel tests for GemStone '3.2.15'
783 run, 772 passed, 3 failed, 8 errors
  errors
        JadeServerTest>>#test_updateFromSton
        RowanBrowserServiceTest>>#test_windowsRegistry
        RwBrowserToolApiTest>>#testIssue471_1
        RwBrowserToolApiTest>>#testMoveGlobalExtensionSessionMethods
        RwHybridBrowserToolTest>>#testHybridMoveMethodFromSessionMethodsIntoSessionMethods
        RwHybridBrowserToolTest>>#testHybridMoveMethodIntoSessionMethods
        RwRowanSample2Test>>#testNoMigration_bitbucket
        RwRowanSample2Test>>#testNoMigration_gitlab
  failures
        RwLoadingTest>>#testPoolDictionaryChanges
        RwRowanSample4Test>>#testIssue490
        RwSymbolDictionaryTest>>#testClassVersioningPatch

topaz 1> errorCount
@dalehenrich dalehenrich merged commit 7ba9a21 into master Dec 5, 2019
dalehenrich added a commit that referenced this pull request Jan 2, 2020
…nts along with tests as part of larger effort to build RowanSample9 test cases for conditional components and projects ... the nested components may have a / in their name with then causes the component to be saved in a subdirectory of the components directory

Diffs for PASSES: tests: + now passing;  ++ new passing test; - removed test [EFP is indication of previous test status]
 ++	RwProjectLoadComponentV2Test>>testBasic_nested
Diffs for FAILURES: tests: + now failing;  ++ new failing test; - removed test [EFP is indication of previous test status]
Diffs for ERRORS: tests: + now erroring;  ++ new erroring test; - removed test [EFP is indication of previous test status]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants