Hi ! I am clueless and would like to start off by solving a bug. |
On Tue, Mar 24, 2015 at 7:26 PM, Jigyasa Grover <[hidden email]> wrote:
|
On Wed, Mar 25, 2015 at 2:33 AM, Peter Uhnák <[hidden email]> wrote: http://pharo.org/contribute-propose-fix Is your question that you don't have a particular bug to work on and would like a suggestion? * Check that reported bugs include have suitable steps-to-reproduce. If not, then ask the submitter for more details and report on the issue if you are able to reproduce it. * Start by reviewing other people fixes. Sometimes these are in deep places that are daunting at first, but I learnt an immense amount doing this when I started, and continue to do so. Do the first step of merging in a SLICE from the Pharo4Inbox (soon to be Pharo5Inbox) but don't complete it - keep it as a reference. Open the Inbox again and do the merge for real. Then throw a few halts into the modified methods and try to reproduce the bug. You learn Pharo best by watching it run, not just looking at code. * In an image without the bug fix, put halts in the same methods, then single step both images in sync until you can observe differences - and that is where you learn the most. Tip: At the link above, where it says... "Take the latest stable or latest development system, ideally using the latest virtual machine (check the _downloads_)" - I'd suggest using PharoLauncher (http://www.smalltalkhub.com/#!/~Pharo/PharoLauncher) which makes it very easy to grab the latest build. cheers -ben |
Thanks!
We are busy with deadlines these weeks :) Stef Le 25/3/15 00:14, Ben Coman a écrit :
|
In reply to this post by Ben Coman
Exactly my question.
Thanks for the help :) |
Free forum by Nabble | Edit this page |