Status: Accepted
Owner: steven.costiou
Labels: Type-Defect Priority-High Platform-Squeak
New issue 10 by steven.costiou: Bug with ILSession in the Pharo version
http://code.google.com/p/iliadproject/issues/detail?id=10In the following method:
ILSession >>
preferenceAt: aSymbol
^self preference at: aSymbol ifAbsent: [nil]
Does not work, the dictionary name is 'preferences' with a 's' at the end.
Impossible then to use this accessor, very useful with customized session
classes.
Error appears in Iliad 0.8 and 0.8.1 - ILCore >> ILSession