Re: [sympy] Inquiry About GSoC Parsing Project

2024-04-09 Thread Aquazod
Hello Aaron,
Thank you for your response

I submitted my proposal before the deadline, but there was a problem, which 
is I didn't know whether the project size is medium or large, and that was 
required for the submitting process on Google website, and to know so, I 
had to discuss it with the mentors.

I wanted to follow up with the question about project size after my last 
message gets approved by the moderators here, but it didn't happen before 
the deadline. So I chose the project size on Google website as "large" out 
of improvising.
Hopefully that will not cause my proposal to be rejected.

Thank you again for your response, hoping to hear from you soon!

Assem

On Monday, April 8, 2024 at 8:50:10 PM UTC+2 asme...@gmail.com wrote:

> Did you already submit your proposal? The deadline to submit was last
> week, and we are unable to extend it.
>
> Aaron Meurer
>
> On Mon, Apr 1, 2024 at 6:48 AM Aquazod  wrote:
> >
> > Hello,
> > My name is Assem Ali and I'm currently working on my proposal for the 
> Parsing project.
> >
> > First of all, I know that I'm really late but I had a job and I needed 
> to quit it to find time to work on the proposal and I couldn't quit it 
> before the 26th of this month.
> >
> > The Parsing project caught my interest and I read about the work that 
> was done at GSoC 2019 regarding the C & Fortran parsers. Here
> >
> > My question is, what is the best plan to follow? should I propose to 
> implement parsers for Julia and Octave, or propose to improve the current C 
> & Fortran parsers?
> >
> > My original plan was to create Julia & Octave parsers, and then work on 
> optimizing the C parser in case there is time left or in case the deadline 
> will be expanded. I picked the C parser specifically because it had the 
> lowest test coverage rate.
> >
> > My other question is if it will be so late to post my proposal here at 
> 1st April.
> >
> > Can potential mentors Jason Moore or Sam Brockie reply to me please.
> >
> > Thank you in advance!
> >
> > Kind Regards.
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "sympy" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to sympy+un...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/3709d308-3834-4450-8881-fdcce5a6db18n%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/1ec0bfab-5022-4626-a17b-e2df61f498f2n%40googlegroups.com.


Re: [sympy] Inquiry About GSoC Parsing Project

2024-04-08 Thread Aaron Meurer
Did you already submit your proposal? The deadline to submit was last
week, and we are unable to extend it.

Aaron Meurer

On Mon, Apr 1, 2024 at 6:48 AM Aquazod  wrote:
>
> Hello,
> My name is Assem Ali and I'm currently working on my proposal for the Parsing 
> project.
>
> First of all, I know that I'm really late but I had a job and I needed to 
> quit it to find time to work on the proposal and I couldn't quit it before 
> the 26th of this month.
>
> The Parsing project caught my interest and I read about the work that was 
> done at GSoC 2019 regarding the C & Fortran parsers. Here
>
> My question is, what is the best plan to follow? should I propose to 
> implement parsers for Julia and Octave, or propose to improve the current C & 
> Fortran parsers?
>
> My original plan was to create Julia & Octave parsers, and then work on 
> optimizing the C parser in case there is time left or in case the deadline 
> will be expanded. I picked the C parser specifically because it had the 
> lowest test coverage rate.
>
> My other question is if it will be so late to post my proposal here at 1st 
> April.
>
> Can potential mentors Jason Moore or Sam Brockie reply to me please.
>
> Thank you in advance!
>
> Kind Regards.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/3709d308-3834-4450-8881-fdcce5a6db18n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BSMBbwAS_phYgLsR%2BAjq2DFTvcnzKChZG3nQex%2B1RgRQ%40mail.gmail.com.


Re: [sympy] Inquiry About GSoC Parsing Project

2024-04-08 Thread Aquazod
Thank you for the clarification Jason, I appreciate it!

May you please give me some hints regarding the issue #15166 
. I wanted to solve it and I 
have a cloned version of SymPy on my local environment, however, I don't 
get how to run the tests at sympy\parsing\autolev\test-examples , for 
example, I noticed that the input file ruletest1.al is not connected to 
ruletest1.py . I will be grateful if you explain it to me.

Assem

On Monday, April 1, 2024 at 3:03:58 PM UTC+2 moore...@gmail.com wrote:

> Hi Assem,
>
> Sam and myself are unlikely to mentor a project on parsers, as we don't 
> have much familiarity with that.
>
> Jason
> moorepants.info
> +01 530-601-9791 <(530)%20601-9791>
>
>
> On Mon, Apr 1, 2024 at 2:48 PM Aquazod  wrote:
>
>> Hello, 
>> My name is Assem Ali and I'm currently working on my proposal for the 
>> Parsing project.
>>
>> First of all, I know that I'm really late but I had a job and I needed to 
>> quit it to find time to work on the proposal and I couldn't quit it before 
>> the 26th of this month.
>>
>> The Parsing project caught my interest and I read about the work that was 
>> done at GSoC 2019 regarding the C & Fortran parsers. Here 
>> 
>>
>> My question is, what is the best plan to follow? should I propose to 
>> implement parsers for Julia and Octave, or propose to improve the current C 
>> & Fortran parsers?
>>
>> My original plan was to create Julia & Octave parsers, and then work on 
>> optimizing the C parser in case there is time left or in case the deadline 
>> will be expanded. I picked the C parser specifically because it had the 
>> lowest test coverage rate.
>>
>> My other question is if it will be so late to post my proposal here at 
>> 1st April.
>>
>> Can potential mentors Jason Moore or Sam Brockie reply to me please.
>>
>> Thank you in advance!
>>
>> Kind Regards.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "sympy" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sympy+un...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sympy/3709d308-3834-4450-8881-fdcce5a6db18n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/77504386-97d5-4581-812b-34f59bb7a1f7n%40googlegroups.com.


Re: [sympy] Inquiry About GSoC Parsing Project

2024-04-01 Thread Jason Moore
Hi Assem,

Sam and myself are unlikely to mentor a project on parsers, as we don't
have much familiarity with that.

Jason
moorepants.info
+01 530-601-9791


On Mon, Apr 1, 2024 at 2:48 PM Aquazod  wrote:

> Hello,
> My name is Assem Ali and I'm currently working on my proposal for the
> Parsing project.
>
> First of all, I know that I'm really late but I had a job and I needed to
> quit it to find time to work on the proposal and I couldn't quit it before
> the 26th of this month.
>
> The Parsing project caught my interest and I read about the work that was
> done at GSoC 2019 regarding the C & Fortran parsers. Here
> 
>
> My question is, what is the best plan to follow? should I propose to
> implement parsers for Julia and Octave, or propose to improve the current C
> & Fortran parsers?
>
> My original plan was to create Julia & Octave parsers, and then work on
> optimizing the C parser in case there is time left or in case the deadline
> will be expanded. I picked the C parser specifically because it had the
> lowest test coverage rate.
>
> My other question is if it will be so late to post my proposal here at 1st
> April.
>
> Can potential mentors Jason Moore or Sam Brockie reply to me please.
>
> Thank you in advance!
>
> Kind Regards.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/3709d308-3834-4450-8881-fdcce5a6db18n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAP7f1Ahd6JxK78GkuDPqDxJL%2B_N4%2BAYKgoQDz_7Ss-yF5915rA%40mail.gmail.com.