Skip to content
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

Stage Type.equal #1130

Merged
merged 1 commit into from
Nov 13, 2020
Merged

Stage Type.equal #1130

merged 1 commit into from
Nov 13, 2020

Conversation

samoht
Copy link
Member

@samoht samoht commented Nov 13, 2020

/cc @craigfe

@samoht samoht changed the title Stagged equal Stage Type.equal Nov 13, 2020
@@ -106,7 +106,7 @@ module Unix : S = struct
mutable flushed : int64;
readonly : bool;
version : version;
buf : Buffer.t;
mutable buf : string list;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like an unrelated change here. I got the impression that this ended up being bad for performance?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hum yes indeed I though I had reverted this but that doesn't seem to be the case. Thanks for noticing!

@samoht
Copy link
Member Author

samoht commented Nov 13, 2020

I have removed the unrelated changes and added a CHANGELOG. Will probably consolidate this file later on anyway, as the generics have a new signature (which is a breaking change).

@samoht samoht merged commit e37e14b into mirage:master Nov 13, 2020
@samoht samoht deleted the stagged-equal branch November 13, 2020 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants