scallion icon indicating copy to clipboard operation
scallion copied to clipboard

Remove bintray

Open vkuncak opened this issue 2 years ago • 3 comments

Make Scallion either a non-dependency or a source dependency. Consequently, do not rely on defunct bintray.

@redelmann : how we produce token stream should not matter for Scallion, or?

vkuncak avatar Jun 16 '22 13:06 vkuncak

Yes, it doesn't matter how you produce the tokens.

The examples make use of Silex for handling lexing, but you could use anything you like.

redelmann avatar Jun 16 '22 13:06 redelmann

Should we remove/change these examples to avoid misleading dependency?

vkuncak avatar Jun 16 '22 21:06 vkuncak

I think there's two SBT projects, one for the library, one for the examples. The one for the library itself doesn't depend on anything, so you could remove the bintray thing. For the examples, maybe add a link to the git repository for silex. If I remember correctly there's a way in SBT to reference a GitHub project.

redelmann avatar Jun 16 '22 21:06 redelmann