-
Notifications
You must be signed in to change notification settings - Fork 235
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
ulib doesn't make with F# build of F* #1023
Comments
The second failure comes from |
Removing format is a workitem already #876 . |
Just realized that the first issue has also already been filed (#872). Here is the last error I get for
|
Not sure why, but for the last problem it seems that mono runs out of file descriptors. Increasing the maximum number of file descriptors (from 1024 to 2048) makes this work:
|
That last error seems related to what I'm seeing in #1027 |
@cpitclaudel Could well be. Please try to reproduce this by running
|
@cpitclaudel Any news on the repro above? |
I see this:
|
@cpitclaudel Ouch, this is a new problem with the F# build I can also reproduce. The error seems bogus, does not appear with the OCaml build, and appears in code recently committed by @nikswamy |
Will need to retry these things again, since I suspect that some of them are already fixed. Have been using the F# version successfully to bootstrap F* on the |
The first problems I got reproducing this were
Doing
No clue what could be causing this. Anyway, issue re-confirmed. |
I just ran into the same error message
This is on a Debian machine:
How can I debug the source of the problem? Adding |
@valera-rozuvan If you have Visual Studio you can try running this in the F# debugger to get more details. |
long forgotten - should close issue |
We do not have an F# build any more. |
[Update]: added progress tracking:
We're making some progress towards being able to check our code even with the F# build of F*. Currently we're failing in
ulib
for two different reasons. First reason seems more about verification:While the second one seems more about printing and extraction:
The text was updated successfully, but these errors were encountered: