Rafael Chaves
Rafael Chaves
This is now pretty much @big-guy's changes (https://github.com/gradle/gradle/pull/21156), plus updates to tests that checked artifact counts/distro sizes. With the reversal of the Maven dependency upgrades, the changes to verification metadata...
> Given that this PR will have to do changes in dependency verification, make sure to account for the process changes in #21234 Thanks, that would be needed when we...
> We should do the upgrade of the added dependencies. Agreed! Once we merge this, I will open a ticket about that.
@bot-gradle test this
That would require destructuring an object into the different invocation action arguments (SendSignalAction is an InvocationAction). The same could be asked for when calling operations (CallOperationAction is an InvocationAction as...
Hi, apologies for the stale documentation, and for missing the notification for this issue. We had to move out from Bintray as that service has been decommissioned. I just updated...
Work is ongoing in branch issue #47 Still failing CollectionTests as of 2c0e2a31ef95536875d43fb1c661d13d816f66d8. Two challenges here: - we compile closures after their contextual activity, so we can't infer the return...
Branch: https://github.com/abstratt/textuml/compare/issue-%2347
It would work if internally we rewrote the user expressions as: ``` = ``` basically stating a constraint on what the value can be - IOW, an invariant.
A challenge here is how to declare the return type of this operation. The language currently does not allow for covariant return types. Looks like something better done via a...