Supporting a new compiler

General questions regarding the usage of CodeLite
hops
CodeLite Enthusiast
Posts: 15
Joined: Tue Nov 17, 2009 8:05 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Supporting a new compiler

Post by hops »

Added feature requests
2903666 Need a macro that provides all source files in project
2903672 Need a way to specify/create new Template category name

and a bug ticket for genericised build system substitutions
2903681 Build Systems substitution has hardwired insertions
hops
CodeLite Enthusiast
Posts: 15
Joined: Tue Nov 17, 2009 8:05 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Supporting a new compiler

Post by hops »

How do you want/will take patches ?

Should I open bug tickets for (desired) changes and post the patch against that or post a description (new topic) here in the forum and attach a patch file to that ?


( Maybe you missed them but theres some (more) questions re philosophy/directions/intentions 2 posts backin this topic (post Wed Nov 25, 2009 12:23 pm) )
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Supporting a new compiler

Post by eranif »

hops wrote:How do you want/will take patches ?
Usually contributors send me patches files, I review them and if its OK - I generally apply them
hops wrote:Should I open bug tickets for (desired) changes and post the patch against that or post a description (new topic) here in the forum and attach a patch file to that ?
If you want to attach the patch to the forum its fine, just start a new topic for each patch please.
I am also going over the SF tracker on a daily basis, so you can post it there as well
hops wrote:(post Wed Nov 25, 2009 12:23 pm) )
Tip: you can right click on a specific reply title, and copy the URL :)

I will look again to see if I missed anything

Eran
Make sure you have read the HOW TO POST thread
hops
CodeLite Enthusiast
Posts: 15
Joined: Tue Nov 17, 2009 8:05 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Supporting a new compiler

Post by hops »

Do you guys have any test suite or unit test block you run after making changes to ensure that changes dont break existing functionality ?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Supporting a new compiler

Post by eranif »

Nope. :)

It all runs in my head

Eran
Make sure you have read the HOW TO POST thread
Post Reply