ceylon-herd icon indicating copy to clipboard operation
ceylon-herd copied to clipboard

The Ceylon repository web application

Results 69 ceylon-herd issues
Sort by recently updated
recently updated
newest added

The problem is next. It is possible to deploy module in herd which have cyclic reference. For example I deploy jar file org.mycompany.mymodule-1.0.0.jar. And deploy module.properties with cyclic reference -...

bug

As a follow-up on #165, it would be nice if searching for `ceylon.language/1.2.2` redirected you to https://herd.ceylon-lang.org/modules/ceylon.language/1.2.2.

enhancement

I see Herd is sending `Connection: close`. Why aren't we using persistent connections?

question

If look like the herd does not support serving `Range` requests: It would be good if it did. I actually only need support for `Range` requests of the form `Range:...

1) Add more categories, now only SDK is available. Possible categories: test, serialization, collection, io, etc. 2) Any published module has to belong to at least a one category. 3)...

`com.example.helloworld/1.0.0` is one of the templates for new (and old) users to try out. But it's _also_ available on Herd at https://herd.ceylon-lang.org/modules/com.example.helloworld. This is confusing. For instance, you may have...

I’m finding it impossible to upload JS versions of modules via the “Upload repo archive” button, i. e., uploading individual files (for JVM, `.car`s). If I upload the `.js` file...

The module summary for [`ceylon.ast.core/1.2.1`](https://herd.ceylon-lang.org/modules/ceylon.ast.core/1.2.1) contains this bit: > For example, you can replace `else if`s with `else { if … }`s like this: That `…` should just be a...

If the current version of a module has a plugin script, then Herd should warn me when I’m about to publish a new version of that module that lacks the...