User forums > Nightly builds

The 16 January 2010 build (6088) is out.

<< < (13/28) > >>

sbezgodov:
I have following bug. When class browsers filter is "All local symbols (Workspace)", you can see that symbol list is same as using "Everything" filter. Is doesn't depend on projects quantity in workspace.
rev.6088 and rev.6080 has this bug, but rev.6023 nighty build works fine.

Can anyone confirm? Thanks.

Micool121:
build 6088: class functions parameters are not parsed anymore :

for example:


--- Code: ---spsysModelSystem * xmlInterface::parseSystem(QDomElement element)
{
    int i;
    systLayout * defaultLayout;
    QDomElement defLayoutElmt = element.firstChildElement("systLayout");

....
}

--- End code ---
QDomElement class is not recognised anymore for "element"... it worked in previous build...

ollydbg:

--- Quote from: jens on January 19, 2010, 12:23:39 pm ---Would it be possible to remember the last x search results if no reparsing has been done in the meantime and first search in the results-list (map or whatever is the best for this purpose) ?
After reparsing this list should be either cleared or updated.

--- End quote ---
hi, jens, i am not fully understand what is this suggestion means. we always do a search under a scope, so different search keywords have different scopes, how can we remember the search result?

ollydbg:

--- Quote from: Micool121 on January 21, 2010, 12:01:36 am ---build 6088: class functions parameters are not parsed anymore :

for example:


--- Code: ---spsysModelSystem * xmlInterface::parseSystem(QDomElement element)
{
    int i;
    systLayout * defaultLayout;
    QDomElement defLayoutElmt = element.firstChildElement("systLayout");

....
}

--- End code ---
QDomElement class is not recognised anymore for "element"... it worked in previous build...

--- End quote ---

It works fine here on my own build rev 6091. You can see the screen shot below, with the test code:

--- Code: ---class QDomElement
{
public:
    int aaaaa;
    int bbbbb;
};


spsysModelSystem * xmlInterface::parseSystem(QDomElement element)
{
    int i;
    systLayout * defaultLayout;
    QDomElement defLayoutElmt = element.
}


--- End code ---

Edit
See the log of rev 6091 in trunk:


--- Code: ---* CC: fixed bug with not parsing function arguments anymore (thanks OllyDbg)
--- End code ---

So, I think it has already fixed in the trunk. So you can build your own C::B, or wait a moment for the next nightly build.


[attachment deleted by admin]

ollydbg:

--- Quote from: sbezgodov on January 20, 2010, 01:53:07 pm ---I have following bug. When class browsers filter is "All local symbols (Workspace)", you can see that symbol list is same as using "Everything" filter. Is doesn't depend on projects quantity in workspace.
rev.6088 and rev.6080 has this bug, but rev.6023 nighty build works fine.

Can anyone confirm? Thanks.


--- End quote ---

If you supply a simple test case, I will test for you. Thanks.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version