-
Notifications
You must be signed in to change notification settings - Fork 30
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
Feature/collection-properties #16
Conversation
Wait, there is something wrong in my code. I made a changed yesterday in the code and it broke. I ll fix it. |
Okay, I fixed the issue. Ready for comments to improve :) |
There are many unnecessary style changes. Please use cargo fmt to format code by running |
Done I got some messages
Should I use nightly build ? |
Thanks. No need to use nigthly toolchain. Just ignore the warning. |
The E2E test seems too simple. Would you mind examine some field of |
Local branch name does not matter. Feel free to name anything you think meaningful. It's should be avoid to include others commit. My bad, I will rebase the So there will be more implemention on
It's a good practice but not a necessary one. You can also just keep adding features and tell me in comment once you think it good to merge. |
Hey :)
1 - Yes !! I want to do this ! Where do you want me to put the list ?
I always get 1:1, so it is difficult to know which assert went wrong. |
Okay, I made the rebase worked. But I got some duplicated commits. I think it is because I push a second time the same commits. But I still get the 5 previous commits when I did pushed to my forked repo. |
If you use the default feature gates, You can try compiling |
Well... I should not force push to Maybe you could rollback/checkout to the commit where duplicate commits start? |
1966935
to
70391f6
Compare
Thank you for your explanation regarding the tests. I ll try out. I did rollback and also updated the commit messages to match the standard :). Now it does look like cleaner. I am happy to get through the process on how to contribute :) |
I updated the first comment with 3 checkboxes. Now I am thinking making a new branch where I will actually add all the information from there ( excluding properties of course) I think that making one PR for each of the methods is too much. One PR with all of them and nice checkboxes should be fine since each method is pretty simple. What do you think ? PS : should I make my new branch from the one from this PR, right ? |
That's great. Thank you SO much!!! Much appreciate your work. :) Let's done with this PR for properties and put the rest methods you would like to implement in a single new PR. Is it good to merge now? |
Thank you so much for the time you used to explain me stuff :) I changed the attribute before the test function to use blocking mode but the line is still 1:1 when test failed. But I found a Github issue maybe related to this : rust-lang/rust#68430 It is good to go for the PR ! |
It's still a bit messy. Your PR contains some duplicated commits, and that's my fault. Sorry for your inconvinience. If I am right, this PR contains 3 valuable commits. So let's reset your branch to Here is a step by step guide:
Again, it's my fault and sorry for your inconvinience. I should never use force-push for branches like |
Hey, no worries ! Okay, I ll do it. |
70391f6
to
d37bbf6
Compare
Okay it worked :D I just had to change the reset branch and take it from your develop, not mine. I need to learn how to update my forked version of the repo I guess. The sha were also different for some reason. Yes !! First PR ever, that is so cool. I 'll come soon with more stuff ! Thank you a lot ! |
Hey,
First pull request ever on Github. Every feedback are welcomed !!!
Here is what I going to do :
Is feature/properties good or feature/collection-properties better maybe for my local branch name?
Also I have some commit on readme, I guess it is because I had derived my branch from
master
in the first place anddev
does not have the commit. Is it dirty to have it there ?I tested the code and it works good. I will continue my work on the collection.rs. Maybe I should improve the unit test also and check for the properties instead of just no error.