replace Promise with (Promise Any) due to kinding #2

Merged
capfredf merged 1 commits from fix-types into main 2022-01-19 16:05:34 +00:00
capfredf commented 2021-11-30 23:32:17 +00:00 (Migrated from github.com)

Promise is now a type constructor.

related to https://github.com/racket/typed-racket/pull/1143

`Promise` is now a type constructor. related to https://github.com/racket/typed-racket/pull/1143
capfredf commented 2021-12-16 15:31:20 +00:00 (Migrated from github.com)

ping @SuzanneSoy

ping @SuzanneSoy
samth commented 2022-01-10 21:59:10 +00:00 (Migrated from github.com)

Hi! It would be great to merge this relatively soon -- we plan to release the new kind system in 8.4.

Hi! It would be great to merge this relatively soon -- we plan to release the new kind system in 8.4.
SuzanneSoy commented 2022-01-17 18:56:51 +00:00 (Migrated from github.com)

Hi, I thought I had merged this already, sorry. Let me have a look tomorrow. I'm just concerned that this might introduce breakage for older version in which case I'll need an version-case to adjust the behaviour for 8.4+.

If I forget and don't merge this in the next couple of days, please do ping me again and I'll merge anyway.

Hi, I thought I had merged this already, sorry. Let me have a look tomorrow. I'm just concerned that this might introduce breakage for older version in which case I'll need an `version-case` to adjust the behaviour for 8.4+. If I forget and don't merge this in the next couple of days, please do ping me again and I'll merge anyway.
samth commented 2022-01-17 19:07:33 +00:00 (Migrated from github.com)

I'm pretty sure this will work in past versions as well.

I'm pretty sure this will work in past versions as well.
SuzanneSoy commented 2022-01-19 16:06:14 +00:00 (Migrated from github.com)

I checked the docs of older versions, indeed Promise seems to always have taken an argument… Sorry about the delay and thanks for the MR!

I checked the docs of older versions, indeed `Promise` seems to always have taken an argument… Sorry about the delay and thanks for the MR!
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/delay-pure#2
No description provided.