Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checking modified file which has been moved 'crashes' pake with fatal error. #20

Closed
Quasek opened this issue Apr 4, 2015 · 4 comments
Closed
Labels

Comments

@Quasek
Copy link
Contributor

Quasek commented Apr 4, 2015

While checking is some dependent files has modified and this file was deleted or moved pake stops with fatal error like:

'fatal: failed building TcpCommunication: [Error 2] Nie można odnaleźć określonego pliku: 'Include/TcpCommunicationISocketWrapperFactory.hpp''

@Quasek
Copy link
Contributor Author

Quasek commented Apr 4, 2015

Workaround for this issue is to remove __build directory.

@podusowski podusowski added the bug label Apr 4, 2015
podusowski added a commit that referenced this issue Apr 4, 2015
@podusowski
Copy link
Owner

Could you review the test case in a9dba57 ? Because this seems to work.

@Quasek
Copy link
Contributor Author

Quasek commented Apr 5, 2015

You can reproduce this issue by removing line 15 in this test:
echo "int main() {}" > test.cpp

Expected result would be to have compilation error due to no header file available to be included.
Instead i've got: http://i.imgur.com/975Ony2.png

@podusowski podusowski removed the blocked label Apr 5, 2015
podusowski added a commit that referenced this issue Apr 6, 2015
podusowski added a commit that referenced this issue Apr 6, 2015
@podusowski
Copy link
Owner

Ok, some shit was happening when header deeper in tree was moved, I corrected the test (rebuild_after_deep_header_gets_moved) and the issue should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants