Re: [Pharo-dev] Epicea should ask before recovering

2017-04-19 Thread Rajula Vineet
Hi, I am interested in this issue. Maybe I will try adding this feature of a pop up when an image crashes, which asks 'do you want to recover your lost changes?' Rajula -- View this message in context: http://forum.world.st/Epicea-should-ask-before-recovering-tp4942281p4942694.html Sent from

Re: [Pharo-dev] New line on command line

2017-08-15 Thread Rajula Vineet
Oh ok sure. I will try my best. :) Rajula -- View this message in context: http://forum.world.st/New-line-on-command-line-tp4960327p4961307.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] New line on command line

2017-08-15 Thread Rajula Vineet
Hey Guille, I think I found the fix. But I would like to run by you first. I want to get a review before making a PR. In the method nextPut: in ZnCrProtableWriteStream, when a new line character is sent using 'OSPlatform current lineEnding', there isn`t any statement which satisfies in this

[Pharo-dev] New line on command line

2017-08-11 Thread Rajula Vineet
Hey, I have been trying to print on the command line as a part of my handler implementation. I have been using `nextPutAll: aString;lf.` Apparently, 'lf' does not seem to work. I tried 'cr' too. I am using the latest 7.0 Pharo-vm and pharo image. I tried 'OSPlatform current lineEnding' as

Re: [Pharo-dev] New line on command line

2017-08-12 Thread Rajula Vineet
Hi Rajula Hey On Sat, Aug 12, 2017 at 12:56 AM, Rajula Vineet [hidden email] wrote: Hey, I have been trying to print on the command line as a part of my handler implementation. I have been using `nextPutAll: aString;lf.` Apparently, lf does not seem to work. I tried cr too. I am using

Re: [Pharo-dev] The new implementation of current working directory

2017-07-09 Thread Rajula Vineet
Hi Alistair, From: Alistair Grant [via Smalltalk] <ml+s1294792n4953299...@n4.nabble.com> Sent: Monday, July 3, 2017 7:29 PM To: Rajula Vineet Reddy(IMT2014045) Subject: Re: The new implementation of current working directory Hi Rajula, On Thu, Jun 29

Re: [Pharo-dev] The new implementation of current working directory

2017-07-09 Thread Rajula Vineet
Hey Tim, The new implementation hasn`t been merged into the pharo code base. This error is not related to the new implementation. Probably it is related to your local directories. Are you using a linux? Are you running from the image directory? If you don`t, the path changes and pharo can not

[Pharo-dev] The new implementation of current working directory

2017-06-29 Thread Rajula Vineet
Hi all, As I have already been posting about my GSoC work and updates on my blog and on the mailing list . In this post, I would like to go in depth of my work on

[Pharo-dev] Epicea browser not starting when image is crashed

2017-04-25 Thread Rajula Vineet
The method openBrowserIfLostChanges in the class EpLostChangeDetector not opening the Epicea browser when the image is crashed. I have tried the following. I changed a method, deleted some comment and I quit without saving. Epicea did not open. I also tried crashing the image using Ctrl+C. But

Re: [Pharo-dev] Introduction (GSoC)

2017-05-10 Thread Rajula Vineet
Thanks, Doru. Will keep the community updated. -- View this message in context: http://forum.world.st/Introduction-GSoC-tp4946020p4946450.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] Introduction (GSoC)

2017-05-10 Thread Rajula Vineet
Thanks, Stef. -- View this message in context: http://forum.world.st/Introduction-GSoC-tp4946020p4946451.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

[Pharo-dev] Introduction (GSoC)

2017-05-09 Thread Rajula Vineet
Hi all, I am Rajula. Firstly I would like to thank the community especially Guille and Stéphane Ducasse for their support and guidance. I am glad that I have been given the opportunity to work on the GSoC project 'Enhancing Pharo Command Line Interface' this summer. The main goals of the

Re: [Pharo-dev] DiskStore question

2017-06-08 Thread Rajula Vineet
Sven Thank you. Ben thanks a lot. Will go through it. Rajula -- View this message in context: http://forum.world.st/DiskStore-question-tp4950122p4950423.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

[Pharo-dev] GSoC Week 4 Update - Enhancing Pharo Command Line Interface

2017-06-08 Thread Rajula Vineet
Hi, This week I have integrated the new implementation and I tested if all the current tests are running fine. The new implementation works fine. I need to write a few unit tests and then I am looking forward to integrating this into Pharo. And this week I have written a blog post

[Pharo-dev] DiskStore question

2017-06-07 Thread Rajula Vineet
Hi, I have been looking at the DiskStore class and I came across the method defaultWorkingDirectory. defaultWorkingDirectory | pathString | pathString := Primitives decode: Primitives imageFile. ^ (self pathFromString: pathString) parent I didn`t get the implementation

[Pharo-dev] GSoC Week 3 update - Enhancing Pharo Command Line

2017-06-01 Thread Rajula Vineet
Hi all, It has been about three weeks, I started working on my GSoC project. The first task I am working on is the new implementation for Current Working Directory. I have written the new implementation. Currently, I am testing the new code. Will soon share the work here. Meanwhile, for the week

Re: [Pharo-dev] Doing a pull request

2017-06-15 Thread Rajula Vineet
@abergel I was looking for some basic guidelines for example: creating a new branch with the issue name, having the issue number and name while submitting a PR. Something like this. @Subbu I have forked it, but I haven`t made a new branch I will do it. Thanks for the tips. @Pavel Thank you very

[Pharo-dev] Doing a pull request

2017-06-14 Thread Rajula Vineet
Hi, I am a GSoC student working on enhancing pharo command line interface. I was wondering if there is a procedure to make a pull request to the Github repo. It would be really helpful if someone can explain the right way of doing a Pull Request. Thanks in advance. Rajula -- View this message

[Pharo-dev] GSoC 2017 - Week 7 Update - Enhancing Pharo Command Line Interface

2017-06-28 Thread Rajula Vineet
Hi all, Sorry I couldn`t post updates for a few weeks. Recently, I started working on implementing clap-st as a command line handler in Pharo. During the last few weeks I have worked on the new working directory implementation. For the last week blog post, I wrote a post on SessionManagers

Re: [Pharo-dev] The mooc is looking for forum moderators

2017-09-01 Thread Rajula Vineet
Hey, I know I am new here. And I am not sure what exactly forum moderation is. But I would be happy to involve. Do let me know if I can do it. Rajula -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html