Markus Pfeiffer

Results 38 issues of Markus Pfeiffer

### Scope & Purpose There currently is a problem with soft shutdowns and pregel hanging. This mostly manifests on Windows and is not (easily) reproducible. This PR adds log outputs...

3 Pregel

### Scope & Purpose - [x] :hankey: Bugfix - [ ] :pizza: New feature - [ ] :fire: Performance improvement - [ ] :hammer: Refactoring/simplification ### Checklist - [ ]...

3 Pregel

### Scope & Purpose This PR adds `CMakePresets` which can be used to share settings for building ArangoDB between platforms and developers and make for a consistent build environment. Example...

Removes the custom data structure for storing edges, instead placing them in the vertex structure.

3 Pregel

Currently GAP handles forward declarations and installations of values for global variables as follows: * A call to `DeclareGlobalVariable` registers a global variable name and installs a dummy value `ToBeDefined`...

kind: bug

- Create a way to provide a network service that takes a GAP command as input and gives back the resulting object as OpenMath object or just the output of...

WP6
GAP

Implement the GAP Constructor Annotation Proposal. Every GAP object should know how it was created, i.e. by which constructor function, given which arguments. @liftnlearn has done some prototyping, this needs...

WP6
GAP

### Scope & Purpose Adds `operator""_vpack(const char* json, size_t) -> SharedSlice`; using this and raw strings, initialising velocypacks from string constants becomes simple. This is particularly useful for testing; ```...

### Scope & Purpose `Cache/LockStressTest.cpp` wasn't listed in CMakeLists.txt, and hence neither compiled nor run. It was also broken.