GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/215
coffee script generation order seems to vary between OSes
The current version of ponymail-coffee.js looks as though it was compiled
from files in the following order:
... listview_basic.coffee listview.coffee listview_single_email.coffee ...
however the order on MacOS is
listview.coffee listview_basic.coffee listview_single_email.coffee
It looks as though the sort used to create the combined file treated '.'
and '_' as the same for comparison purposes. i.e. dictionary order. It seems
Ubuntu defaults to that.
It's not ideal if the sections of the generated output file vary between
OSes, so perhaps the file names should be sorted within the script rather than
relying on the OS order.
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---