View previous topic :: View next topic |
Author |
Message |
Sark7
Joined: 02 Jun 2004 Posts: 9 Location: Russia
|
Posted: Mon Jun 28, 2004 4:08 pm Post subject: Outline bug |
|
|
If I have word with 'class' letters inside, outline works very strange
Code: |
class A
{
this() { printf("?.*s", this.classinfo.name); }
}
class B
{
void foo() {}
}
|
|
|
Back to top |
|
|
teqdruid
Joined: 11 May 2004 Posts: 390 Location: UMD
|
Posted: Tue Jun 29, 2004 3:19 am Post subject: Known |
|
|
It's a known bug, and has been fixed.. The fix is in the repository, and the next release will reflect the fix.
It may be time to get some actual bug tracking software. |
|
Back to top |
|
|
brad Site Admin
Joined: 22 Feb 2004 Posts: 490 Location: Atlanta, GA USA
|
Posted: Tue Jun 29, 2004 7:10 am Post subject: |
|
|
demmegod wrote: | It may be time to get some actual bug tracking software. |
I'm working on getting Trac (awesome by the way), Subversion, phpBB 2.2 and the rest of the site working with LDAP and then you'll have it all. The LDAP integration with all of the packages is slow-going. _________________ I really like the vest! |
|
Back to top |
|
|
teqdruid
Joined: 11 May 2004 Posts: 390 Location: UMD
|
Posted: Tue Jun 29, 2004 4:13 pm Post subject: Kewl |
|
|
Awesome! That's some cool stuff
If you could use any help, let me know. |
|
Back to top |
|
|
|