morganey-lang / Morganey

Lambda Calculus based, interpreted programming language that recognizes Church encoded structures.
43 stars 4 forks source link

Error on publishing Morganey 0.0.1 on JCenter #270

Closed rexim closed 7 years ago

rexim commented 7 years ago

Blocks #261

Reproduction steps

An error at the of the publishing:

[error] (morganey/*:publish) error uploading to https://api.bintray.com/maven/morganey-lang/maven/maven/me/rexim/morganey_2.11/0.0.1/stdlib_2.11-0.0.1.jar: {"message":"Provided artifact path does not comply with Maven's convention"}
[error] Total time: 33 s, completed Oct 21, 2016 8:30:28 AM

Expected

No errors during the publishing


Nothing critical though. stdlib is simply not published. Which doesn't matter because Morganey 0.0.1 cannot load modules from jars anyway.

rexim commented 7 years ago

After trying to use what's been published as a thirdparty dependency in a sample project I see the following error:

[error] (*:update) sbt.ResolveException: unresolved dependency: hidden-args#hidden-args_2.11;0.0.1-SNAPSHOT: not found
[error] unresolved dependency: me.rexim#morganey-std_2.11;0.0.1: not found
[error] Total time: 3 s, completed Oct 21, 2016 8:39:08 AM

It tries to find some morganey-std declaration of I cannot find anyway. This is probably the stdlib. See #271 for more info.

rexim commented 7 years ago

Won't fix because of https://github.com/morganey-lang/Morganey/issues/271#issuecomment-280098402