Anonymous | Login | 01-16-2021 15:21 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0007853 | [Squeak] Any | major | always | 07-22-16 22:22 | 07-28-16 10:25 | |||||||
Reporter | TimNN | View Status | public | |||||||||
Assigned To | KenCausey | |||||||||||
Priority | normal | Resolution | open | |||||||||
Status | assigned | Product Version | trunk | |||||||||
Summary | 0007853: Files-cmm.159 causes a regression (since #/ returns object of a different class) | |||||||||||
Description |
The following works without issues before `Files-cmm.159`: ```smalltalk ((FileDirectory on: '/')) ((FileDirectory on: '/') / 'tmp') ((FileDirectory on: '/') / 'tmp') pathName ``` Printing each line gives: ``` UnixFileDirectory on '/' UnixFileDirectory on '/tmp' '/tmp' ``` Since `Files-cmm.159` the last line fails, the output is then (with the last line being a signaled error): ``` UnixFileDirectory on '/' a DirectoryEntryDirectory tmp MessageNotUnderstood: DirectoryEntryDirectory>>pathName ``` |
|||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
40 total queries executed. 31 unique queries executed. |