There is a bug in 1.4 where a trailing slash causes FileReference>>exists to return false e.g. on my machine, "(FileLocator home asFileReference / '.jenkins/') exists" -> false "(FileLocator home asFileReference / '.jenkins') exists" -> true
I noticed it has been fixed in 2.0 and tracked the change down to DiskStore>>nodeAt:ifPresent:ifAbsent:. Now how do I figure out where this change came from? I didn't see anything promising in the issue tracker. Assuming this was part of a slice, I want to make sure I include any associated changes to other packages. Also, this makes me wonder again about the tagging process. It seems this should have gone into both 1.4 and 2.0 if I correctly understand the new release process... Sean -- View this message in context: http://forum.world.st/Bug-fixes-for-1-4-tp4631751.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
