JetBrains-Research / astminer

A library for mining of path-based representations of code (and more)
MIT License
282 stars 80 forks source link

Fix master-dev #131

Closed vovak closed 3 years ago

vovak commented 3 years ago

We've had a bunch of tests failing in master-dev despite green builds on merge commits. I've reverted master-dev to a stable state.

The current changes are in master-dev-current.
Before we merge it back into master-dev, we need to:

  1. Fix failing and hanging tests
  2. Fix misleading naming of tests: see *.python.GumTreeJavaMethodSplitterTest
  3. Ensure that the CI build does not skip tests or make any assumptions on the build environment
vovak commented 3 years ago

cc @ivanrybin @Furetur @egor-bogomolov @illided: please use master-dev-current for pull requests for now

SpirinEgor commented 3 years ago

It was fixed in #140