Issue 10 in iliadproject: Bug with ILSession in the Pharo version

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 10 in iliadproject: Bug with ILSession in the Pharo version

iliadproject
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=10

In 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


Reply | Threaded
Open this post in threaded view
|

Re: Issue 10 in iliadproject: Bug with ILSession in the Pharo version

iliadproject
Updates:
        Status: Fixed

Comment #1 on issue 10 by steven.costiou: Bug with ILSession in the Pharo  
version
http://code.google.com/p/iliadproject/issues/detail?id=10

Bug fixed.