Skip to content

v1.1.3 release [ABANDONED]#401

Merged
dalehenrich merged 8 commits intomasterfrom
candidateV1.1
Nov 8, 2018
Merged

v1.1.3 release [ABANDONED]#401
dalehenrich merged 8 commits intomasterfrom
candidateV1.1

Conversation

@dalehenrich
Copy link
Copy Markdown
Member

@dalehenrich dalehenrich commented Nov 8, 2018

ABANDONED - PR was merged into master branch which is incorrect ...

No modifications were made to the Rowan code base ... only supporting scripts for audit and patching have been changed/added.

Bugfixes

  1. Issue Need to be able to audit and repair missing #'RwSymbolDictionaryRegistry' in a symbol dictionary #399 - "Need to be able to audit and repair missing #'RwSymbolDictionaryRegistry' in a symbol dictionary"

    • Block based audit script has been updated to detect missing RwSymbolDictionaryRegistry in a SymbolDictionary.
    • To repair missing RwSymbolDictionaryRegistry in UserGlobals (script should be modified to repair a different SymbolDictionary than UserGlobals), use the following topax script
  input $ROWAN_PROJECTS_HOME/Rowan/platforms/gemstone/topaz/3.2.15/patches/audit_issue_365.tpz
  input $ROWAN_PROJECTS_HOME/Rowan/platforms/gemstone/topaz/3.2.15/patches/patch_Rowan_issue_399.tpz
  input $ROWAN_PROJECTS_HOME/Rowan/platforms/gemstone/topaz/3.2.15/patches/audit_issue_365.tpz

  set u SystemUser p swordfish
  login
! Rowan Audit should run clean
	run
	"Known issue with Rowan package structure ... will be addressed separately"
	true
		ifTrue: [ (UserGlobals at: #ROWAN_AUDIT_issue_365_results) removeKey: 'RwUnmanagedProjectDefinition' ifAbsent: [] ].
	(UserGlobals at: #ROWAN_AUDIT_issue_365_results) isEmpty
		ifFalse: [ self error: 'Rowan Audit is not clean, please view dictionary ''UserGlobals at: #ROWAN_AUDIT_issue_399_results.out'' or log file for details.' ].
	UserGlobals removeKey: #ROWAN_AUDIT_issue_365_results ifAbsent: [].
	System commit
%
	errorCount
  exit

@dalehenrich dalehenrich merged commit 5cd7d2f into master Nov 8, 2018
@dalehenrich dalehenrich changed the title v1.1.3 release v1.1.3 release [ABANDONED] Nov 8, 2018
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.

1 participant