Andreas Turban

Results 9 issues of Andreas Turban

Hello, I would like to change the forward/reverse search behavior of SimpleSynctexParser by an SynctexParserAdapter, from another eclipse plugin. The use case is, I generate *.tex files from other files...

## Overview Added PreInterruptCallback extension to allow to hook into the `@Timeout` extension before the executing Thread is interrupted. The default implementation of PreInterruptCallback will simply print the stacks of...

### Describe the bug Interactions in a `when:` block are not active after the following `then:` block, if the `then:` block contains an interactions, although the documentation states: "Interactions declared...

bug

Interactions in a when: block were not active after the following then: block, if the then: block contained an interactions. Now the SpecRewriter inserts a "freezeScope" after the moved interactions...

mfriedenhagen reported an issue in Spock https://github.com/spockframework/spock/issues/1909 where geantyref throws a `StackOverflowError`. I have removed the Spock dependency from the reproducer attached to the Spock issue, and the error is...

The VarMap now tracks the currently resolving TypeVars to detect, if we already resolve the same TypeVar. Fixes #27

ReflectionUtil now also uses the ContextClassLoader to load classes, which enables env like OSGi to resolve classes.

EmbeddedSpecRunner and EmbeddedSpecCompiler now support the construction with a ClassLoader. This allows the use of these classes in an OSGi environment, where the class imports in the embedded spec are...

Iterables which are no Collections are not called for size() anymore, which would lead to multiple expensive operations, when the DefaultGroovyMethods.size() method is used. Fixes #2022