Re: [Oorexx-devel] Can't find ::REQUIRES

2016-10-23 Thread Michael Lueck
Jack Woehr wrote: > -::requires treeDirectory.cls > +::requires 'treeDirectory.cls' The way it was, without quotes enclosing the string, ooRexx UPPER cases such strings. The actual filename on dist would need to be ALLCAP. Inside quotes, ooRexx ObeysTheCaseness of the string. I always quote my

Re: [Oorexx-devel] Can't find ::REQUIRES

2016-10-23 Thread CVBruce
Not so much an OS issue as much as a filesystem issue. Both Windows and MacOS have, by default, a case insensitive, case preserving filesystem. On MacOS you can choose a filesystem that is case sensitive. Your point is well taken, that examples/samples should be tested on case sensitive file

Re: [Oorexx-devel] Can't find ::REQUIRES

2016-10-23 Thread Jack Woehr
Jack Woehr wrote: > -::requires treeDirectory.cls > +::requires 'treeDirectory.cls' I'm curious, not having been following too closely the mood of the OORexx dev community. Is Linux a tertiary platform for OORexx folks, after Windows and Mac? If not, would you like some diffs submitted quoting