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
Is accidentally packages the "public" directory, which contains an implementation of ClojureScript:
Screenshot of contents of the ish jar:
"public" is created by compilation, the library should only contain the source code.
I believe this could cause the wrong version of ClojureScript to be used by projects that depend on ish, but I don't have a repro case. At anyrate I believe these files were included by mistake, and it would be good to release a clean jar.
Is accidentally packages the "public" directory, which contains an implementation of ClojureScript:
Screenshot of contents of the ish jar:
![Image](https://private-user-images.githubusercontent.com/49298/397906188-558e4bdf-76b7-4cf3-880f-bad973f4d1d1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwOTcxNDMsIm5iZiI6MTczOTA5Njg0MywicGF0aCI6Ii80OTI5OC8zOTc5MDYxODgtNTU4ZTRiZGYtNzZiNy00Y2YzLTg4MGYtYmFkOTczZjRkMWQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDEwMjcyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ3NTdmNWY3ZjFhZWExMjEyNWE1NTliYTdkYzA5Y2RiM2E0OTFjOTNlM2RkN2IyZGFhOGQxMDFmMDYyMDdlOGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.motmzRsHUnJ5pRmuvDQcRLjomCWOidVyk7zK_KoNhHg)
"public" is created by compilation, the library should only contain the source code.
I believe this could cause the wrong version of ClojureScript to be used by projects that depend on ish, but I don't have a repro case. At anyrate I believe these files were included by mistake, and it would be good to release a clean jar.
Related: https://groups.google.com/g/cursive/c/R0r1bTSrRBk
The text was updated successfully, but these errors were encountered: