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

Rework toposort algorithm as an ancestor traversal #3646

Open
wants to merge 905 commits into
base: master
Choose a base branch
from

Merge branch 'master' into paulway_improve_topological_sort

d3542c2
Select commit
Loading
Failed to load commit list.
Open

Rework toposort algorithm as an ancestor traversal #3646

Merge branch 'master' into paulway_improve_topological_sort
d3542c2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Sep 6, 2024 in 49s

Build Errored

The build errored.

Details

This is a normal build for the paulway_improve_topological_sort branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Python ENV OS State
6.1 2.6 COMMIT=${TRAVIS_COMMIT::8} Linux failed
6.2 2.7 COMMIT=${TRAVIS_COMMIT::8} Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Versions 2.6, 2.7
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "directories": [
      "/home/travis/virtualenv/python2.7.9/"
    ]
  },
  "python": [
    "2.6",
    "2.7"
  ],
  "install": [
    "pip install -e .[develop]"
  ],
  "script": [
    "./build.sh"
  ],
  "services": [
    "docker"
  ],
  "sudo": true,
  "env": [
    "global={:COMMIT=>\"${TRAVIS_COMMIT::8}\"}"
  ]
}