- 
                Notifications
    You must be signed in to change notification settings 
- Fork 243
[parity-util-mem] migrate code to 2018 edition #231
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
[parity-util-mem] migrate code to 2018 edition #231
Conversation
Signed-off-by: Saurav Sharma <appdroiddeveloper@gmail.com>
| It looks like @iamsauravsharma hasn't signed our Contributor License Agreement, yet. 
 You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, please reply to this thread with  Many thanks, Parity Technologies CLA Bot | 
| [clabot:check] | 
| It looks like @iamsauravsharma signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot | 
Signed-off-by: Saurav Sharma <appdroiddeveloper@gmail.com>
| @iamsauravsharma , thanks for going through it. | 
| 
 Not sure I understand what you mean here: what is it that should be removed? | 
| get_malloc_size_src.sh and slim_malloc_size_of.patch (the comment with github commit to servo commit should be enough). It was probably me that wanted to keep it in the first place, but time passing I realize it does not really have any value. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove get_malloc_size_src.sh and slim_malloc_size_of.patch and we're good to go.
Signed-off-by: Saurav Sharma <appdroiddeveloper@gmail.com>
Migrate parity-util-mem to 2018 edition
Part of #143