James Fletcher

Results 43 issues of James Fletcher

## Description Remove the need for an `install_requires.txt` file. `install_requires.txt` is used to fill the `install_requires` field for PyPi. We need this because the `assemble-pip` target doesn't support the flags...

type: refactor
type: build
priority: medium

## Problem to Solve In KGLIB we wish to conduct tests in CI against the latest releases of `graknlabs/client-python` and `graknlabs/grakn`. This is to ensure that user experience is aligned...

type: build

## Problem to Solve We require much more advanced planning for reasoner query execution. We will frame this as the task of minimising the total amount of work that needs...

type: feature
priority: high
domain: reasoner

## Problem to Solve The reasoner can consume a very large amount of memory and at present doesn't defend against this, such that Out-of_memory errors (OOM) can occur. Below are...

type: feature
priority: high
domain: reasoner

## Description The tests for variable roles sometimes break and are not being run in CI for this reason. The cause is presently unknown. ## Environment 1. OS (where TypeDB...

type: bug
priority: medium
domain: reasoner

## Problem to Solve We currently use value equality to prune answers as they pass through unifiers. The same can be done for exact inequality, and perhaps other inequalities. ##...

type: feature
priority: low
domain: reasoner

## Description Undefining a type, declaring that it subtypes a type that doesn't exist, throws a NullPointerException. ## Environment 1. OS (where TypeDB server runs): Mac OS 10 2. TypeDB...

type: bug
priority: high

## Description `GraphIterator` throws an assertion error for a test scenario that has dependably passed since reasoner verification testing was introduced. The failure occurs when testing completeness, though this should...

type: bug
priority: high