User forums > Nightly builds

The 22 July 2007 build (4291) is out.

<< < (5/5)

dje:

--- Quote from: three_minute_hero on July 24, 2007, 10:05:47 am ---
--- Quote from: Biplab on July 23, 2007, 12:42:04 pm ---
--- Quote from: three_minute_hero on July 23, 2007, 12:07:55 pm ---22 July 2007 build (4291) : Doesn’t notify anymore when a file is modified outside the IDE, which was a very usefull feature for me, who use an external UML tool to generate C++.

--- End quote ---

It works on Windows.

--- End quote ---
Weird… Anyway, it works now with 23 July build. Thx to everyone  :)

--- End quote ---

It still crashes on my project  :x
In fact, it crashes so often (15 times a day at least) that I think I'll go back in nightly times.
Maybe a little less with nightly SVN4300... Happens always during a save operation.
I noticed that it is nearly systematic on my very big project (sub projects of my workspace = 450 files, total project files =~ 23000) when you make two consecutive saves (1 second between). I suspect CC update.

Dje

dje:

--- Quote ---It still crashes on my project.
--- End quote ---
Not fixed with SVN 4321

Systematic :
Modify a header
Save it
Modify it again
Save it quickly (I suppose before CC has finished the parsing generated by previous save)

Dje

MortenMacFly:

--- Quote from: dje on July 26, 2007, 02:25:33 pm ---Modify it again
Save it quickly (I suppose before CC has finished the parsing generated by previous save)

--- End quote ---
Can't reproduce. CC hasn't finshed parsing definitely when I save the header file again -> no crash, just usual re-parsing. Mind sending the files, please?!
With regards, Morten.

dje:
Hi Morten !

Sorry, it is not possible  :oops:.
I work on but it is not mine.
All I can say is that there is uncorrectly parsed code:

--- Code: ---class MyClass1
{
    MyClass1();
    ~MyClass1();

    void MyMethod1();
}

class MyClass2
{
    MyClass2();
    ~MyClass2();

    void MyMethod2();
}


class MyClass
#ifdef FOO
            : public MyClass1
            , public MyClass2
#endif
{
    MyClass();
    ~MyClass();

    void MyMethod();
}
--- End code ---
as explained in this post
BerliOS bug 011626

The parser sees FOO as a class whereas MyClass doesn't exist any more.
Maybe correcting this bug could solve my save problem (supposition).

Dje

Navigation

[0] Message Index

[*] Previous page

Go to full version