You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure if this is a bug, but I noticed a change inside .car files from 1.1.0 -> 1.2.0:
In 1.2 when I compile e.g. helloworld.ceylon using ceylon compile source/helloworld.ceylon then the modules/default/default.car does NOT contain a META-INF/MANIFEST file - is this expected? In 1.1 a MANIFEST file was included in the .car..
The text was updated successfully, but these errors were encountered:
Oh, right, that's for the default module, right? I bet it would be for other modules. We removed the manifest for the default module since it can't depend on anything and can't be imported either.
Hi, I'm not sure if this is a bug, but I noticed a change inside .car files from 1.1.0 -> 1.2.0:
In 1.2 when I compile e.g. helloworld.ceylon using
ceylon compile source/helloworld.ceylon
then themodules/default/default.car
does NOT contain aMETA-INF/MANIFEST
file - is this expected? In 1.1 a MANIFEST file was included in the .car..The text was updated successfully, but these errors were encountered: