Conversation
|
@evnu Any ideas why this fails? It does so also locally on my machine. But I was too long away from Elixir to have a good intuition here. |
|
@alfert I think I saw that error with proper some time ago. Currently on mobile, but this might give a hint: https://github.com/proper-testing/proper/blob/a5ae5669f01143b0828fc21667d4f5e344aa760b/src/proper_gen.erl#L361 was there a version bump in proper that we need? |
|
@alfert ok, so the current proper release on hex.pm is just too old. That's why we used a git revision. |
|
This is bad, since we cannot create a proper hex release with dependency on a git hash :-( |
|
@alfert so time to ask for a PropEr release then I guess 🙈 |
|
Seems that there is no new release coming for PropEr any time soon. :-/ |
|
Yes, feels like Kostis has abandoned PropEr for some time. One way forward could be introducing a fork of PropEr with minor updates (i.e. no new features except for maintenance / upgradability of the Erlang platform). Not sure about it. |
|
Forking would mean to release PropEr to |
|
As a git submodule? |
|
If that's possible. This needs to work with |
|
See #230 for a PR to bump the PropEr version. |
No description provided.