[Glass] XML latest package version
BrunoBB via Glass
glass at lists.gemtalksystems.com
Fri Jan 29 10:51:31 PST 2016
Hi All,
I'm fixing [1] and for that my GemStone app will be installed from the
scratch.
My project dependency on XML Parser is defined at [2].
But there are two Compiler errors when loading XML Parser:
First:
ConfigurationOfOrderPreservingDictionary(class)>>catalogKeywords
'catalogKeywords???^ #( collection dictionary ordered order-preserving )?'
XPathFunctionSetTest>>testSize
'testSize??| set size |???set := self emptySet.??size := 0.??self assert:
set size = size.??self functions do: [:each |.???set add: each.???size :=
size + 1.???self assert: set size = size].'
It seems that the code is somehow corrupted....
Is this the correct place to report this ?
Regards,
Bruno
[1]
https://github.com/brunobuzzi/OrbeonBridgeForGemStone/issues/116
[2]
Baseline:
spec for: #common do: [
spec blessing: #baseline.
spec repository: 'http://ss3.gemtalksystems.com/ss/OrbeonBridge'.
spec project: 'XMLParser' with: [
spec className: 'ConfigurationOfXMLParser';
loads: #('default');
versionString: '#stable';
repository:
'http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main'].
spec project: 'XPath' with: [
spec className: 'ConfigurationOfXPath';
loads: #('default');
versionString: '#stable';
file: 'ConfigurationOfXPath';
repository: 'http://www.smalltalkhub.com/mc/PharoExtras/XPath/main'].
Version
spec project: 'XMLParser' with: '2.5.9'.
spec project: 'XPath' with: '1.5.8'.
spec package: 'XPath-Core' with: 'XPath-Core-monty.68'.
spec package: 'XPath-Tests' with: 'XPath-Tests-monty.59'.
--
View this message in context: http://forum.world.st/XML-latest-package-version-tp4874853.html
Sent from the GLASS mailing list archive at Nabble.com.
More information about the Glass
mailing list