News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Request to add new files to SVN...

Started by rickg22, December 05, 2005, 04:44:40 AM

Previous topic - Next topic

rickg22

Hi, I was wondering. I finished writing the files for my new class wxPatriciaTree (it's as complex as its name ;-)  ), which will index the code completion tokens. But I haven't tested the class yet. Can I stil upload them to SVN for backup purposes? (I'd hate to lose 2 days of HARD work!) They're not added to the project yet.

Edit: I had to change the class' name again. It seems i need to document myself better on algorithms :P

mandrav

Quote from: rickg22 on December 05, 2005, 04:44:40 AM
Hi, I was wondering. I finished writing the files for my new class wxWordSuffixArray (it's as complex as its name ;-) ), which will index the code completion tokens. But I haven't tested the class yet. Can I stil upload them to SVN for backup purposes? (I'd hate to lose 2 days of HARD work!) They're not added to the project yet.

Create a new branch (in the branches folder) and do whatever you want there :)
Be patient!
This bug will be fixed soon...

rickg22

Okay! BTW, i'm really having a hard time debugging my new class. Mind implementing that "dereferencing pointers" RFE? It's not easy to debug a data structure composed of dozens of nodes, vertexes and arrays of indexes to be used with arrays of pointers...  :shock:

Thx!

mandrav

Well, create a watch script ;)
Or create your watches once, right-click and "Save to script". For next debugging sessions, "Load script" and voila...
Be patient!
This bug will be fixed soon...

rickg22

Yeah but the auto-dereferencing is already a requested feature so... ;-)

Anyway, I'll see how I can manage.