Just a follow up from further discussion between NotSoRecentConvert and myself about this off-list:
Turns out the differences in behaviour between the two files was that they had different line endings... namely `\r\n` and `\n`. Related: https://github.com/JuliaLang/julia/issues/11988. - Mike On Thursday, 19 November 2015 11:03:06 UTC+2, NotSoRecentConvert wrote: > > Turns out it was a problem with the file. I still have no idea why but I > just renamed the original as a backup and then renamed my test module to > what I wanted. It worked! > > Before I did that I moved ~/.julia/v0.4 to check for caching issues. After > it was done reloading everything it still didn't work so I moved on to the > renaming test I mentioned above. >
