
The new Buck version fixed annoying stdout spamming bug on unit test
failures: [1]. Now we can revert our monkey patching hack to prevent
that.
Since [2] Buck interferes with files in buck-out directory: [3]. Switch
to using eclipse-out directory as Eclipse output directory instead. For
this change it's necessary to clean up buck-out directory, otherwise
`buck test` would fail.
This version also fixed "Python client lost connection" bug: [4].
This reverts commit 94e93aaad22e67b5956627cff1a9cb84d03a29ec.
[1] https://github.com/facebook/buck/issues/505
[2] 35cb495b57
[3] https://github.com/facebook/buck/issues/527
[4] https://github.com/facebook/buck/issues/534
Change-Id: I4cd1a99ce9d0615713c235d873e6cdd61b1854bb
27 lines
404 B
Plaintext
27 lines
404 B
Plaintext
/.apt_generated
|
|
/.classpath
|
|
/.factorypath
|
|
/.project
|
|
/.settings/org.maven.ide.eclipse.prefs
|
|
/.settings/org.eclipse.m2e.core.prefs
|
|
/.settings/org.eclipse.ltk.core.refactoring.prefs
|
|
/test_site
|
|
/.idea
|
|
/gerrit-parent.iml
|
|
*.sublime-*
|
|
/gerrit-package-plugins
|
|
/.buckconfig.local
|
|
/.buckjavaargs
|
|
/.buckd
|
|
/buck-cache
|
|
/buck-out
|
|
/eclipse-out
|
|
/extras
|
|
/local.properties
|
|
*.pyc
|
|
/gwt-unitCache
|
|
.DS_Store
|
|
*.swp
|
|
*.asc
|
|
/bin/
|