-
Notifications
You must be signed in to change notification settings - Fork 276
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
Fixed of compilation on latest nightly locally, but still issue on playg… #71
Conversation
Look like it now works with System allocator - I'm really confused by those changes - which allocator is which now and which to use? |
r? @SimonSapin
…On Wed, Jun 13, 2018 at 3:26 PM, Ivan Zderadicka ***@***.***> wrote:
Look like it now works with System allocator - I'm really confused by
those changes - which allocator is which now and which to use?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABFY4PJrmFK2ZaGzBYbOQ9D1ErvYp4fQks5t8S9DgaJpZM4Ul8JQ>
.
|
Seems like #73 did the same thing and hence broke this PR? |
@RalfJung yes I think it's almost the same except two things:
Remainig diffs are just formating ( and I used System instead of Global but Global seems to be right name now). |
That looks like a typo indeed but it was not introduced by #73. I'd prefer if @gankro would take a look.^^
I'm always in favor of tests. :D Do you know if |
CC @steveklabnik on mdbook |
|
So @izderadicka would you like to make a new PR with your tests, and with the fix to |
@RalfJung will look at it next week as I'm off this week. Closing this one. |
Fixing #70, works fine with local nightly, but but looks like very latest nightly has changed again.