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.
tags and huge external lib
-
- 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
Jérémie
- 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
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
- 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
- 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
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
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
-
- 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
Ok, I can edit milestones. But I'm afraid everybody who have a sourceforge acount can do it also.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?
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
- 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
Donejfouche wrote:subject : jfouche
permission : TRAC_ADMIN (just to test)
Eran
Make sure you have read the HOW TO POST thread
-
- 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
OK, that's fine...eranif wrote:Donejfouche wrote:subject : jfouche
permission : TRAC_ADMIN (just to test)
Jérémie