tags and huge external lib

CodeLite installation/troubleshooting forum
jfouche
CodeLite Guru
Posts: 351
Joined: Mon Oct 20, 2008 7:26 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: tags and huge external lib

Post by jfouche »

Hi Eran

I'm actually log on CodeLite trac, but I think I'm just a simple user : I can't configure anything, I just can create new ticket.
I log on with my sourceforge acount (jfouche). If I go to the trac admin, I have the following information : No administration panels available. Looking to this page, I think you have to give me permissions on MILESTONE_xxx at least.
Jérémie
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: tags and huge external lib

Post by eranif »

From what I read, there are 3 "subjects" in Trac:
- authenticated
- Anonymous
- eranif :)

I added MILESTONE_ADMIN to the authenticated subject

Can you try it again?

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: tags and huge external lib

Post by eranif »

Back to the original topic:

I applied the following logic to protect from huge files (committed to trunk, revision 3402):
- If the codelite_indexer is taking more than 10 seconds to reply - the codelite_indexer is restarted and that file is skipped
- If the output is larger than 15MB, the file parsing is skipped and the codelite_indexer is restarted

This seems to fix the vectorXXX.hpp files problems

Eran
Make sure you have read the HOW TO POST thread
jfouche
CodeLite Guru
Posts: 351
Joined: Mon Oct 20, 2008 7:26 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: tags and huge external lib

Post by jfouche »

eranif wrote:From what I read, there are 3 "subjects" in Trac:
- authenticated
- Anonymous
- eranif :)

I added MILESTONE_ADMIN to the authenticated subject

Can you try it again?
Ok, I can edit milestones. But I'm afraid everybody who have a sourceforge acount can do it also.
I've never added new user to trac, but I think it's possible via the permission menu in administration.
try grant permission :
subject : jfouche
permission : TRAC_ADMIN (just to test)
to see if this is better...
Jérémie
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: tags and huge external lib

Post by eranif »

jfouche wrote:subject : jfouche
permission : TRAC_ADMIN (just to test)
Done

Eran
Make sure you have read the HOW TO POST thread
jfouche
CodeLite Guru
Posts: 351
Joined: Mon Oct 20, 2008 7:26 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: tags and huge external lib

Post by jfouche »

eranif wrote:
jfouche wrote:subject : jfouche
permission : TRAC_ADMIN (just to test)
Done
OK, that's fine...
Jérémie
Post Reply