-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Join the Udp_flow.partial_flow
and Udp_flow.t
types
#3
Comments
Hi, I have finished first steps in mirage/mirage#1402. I'll work on this now. |
Hi @haanhvu - cool! |
@rand00 Hi, for now I have 2 questions:
Update: I installed |
@rand00 Also, now I have another question: To make the |
As the Good that you got the realtime typechecking to work (: |
@rand00 Thanks! Could you answer the other question I asked here too?
|
The feeder already has a static type, so there is no need to make it a type-parameter on |
@rand00 Thanks. I changed
What should Update: I just studied briefly about Ocaml option and it seems like I have to change |
I think when the questions become more code-specific, the discussion should move into a specific pull-request. If you have any questions around this just ask. Just prefix the PR with "WIP: ..." when it's not done yet
Indeed (: The OCaml compiler is very helpful in stating what is wrong - so try to fix all the type-errors from what it complains about - then it's often the case that the resulting code is correct |
Hey @haanhvu - are you having progress? |
@rand00 I have been having exams since last week. I'll continue this this weekend. |
Hi @rand00 If this issue is not solved I would like to work on it. |
Yes it's not resolved. Feel free to take it up. |
These two types became almost the same type over time, where the only difference is that the type
t
has the extra fieldfeeder
.I think the best solution will be to make the
feeder
field into an'a option
, and then cancel only if it'sSome feeder
.The text was updated successfully, but these errors were encountered: