abstraktor

Results 8 issues of abstraktor

as discussed with kolja. (to avoid version conflicts with `maintenance/mps20193…` branches)

sorting is maintaining order of equal items (a.k.a. "a stable sorting algorithm") this would solve Issue 1 of #2139

# Issue 1: CombinedInterpreter sorting is not stable Given I have an interpreter `Int1A` in category `category1` And I have an interpreter `Int1B` in category `category1` And I have an...

comp.interpreter

This assertion for `string`s keeps the expected text in a property and provides a merge view to update it with the actual assertion value. # Motivation Tests that aim to...

kind.enhancement

It seems the https://solidity-ide.itemis.com/ certificate has expired. Is this the right place to report this? ![image](https://user-images.githubusercontent.com/569215/113326078-82a13300-9319-11eb-9dac-dc0726c663ca.png) Afterwards, we can re-add the website to https://www.itemis.com/en/it-services/methods-and-tools/xtext. (source: https://github.com/abstraktor/methods-and-tools/blob/master/xtext.md). I commented it out...

# Motivation The resources seem to fall into particular categories, round about these: - Videos - Text tutorials and blogs - Text documentation - Research Papers - Book recommendations -...

Fixes JamesMGreene/qunit-reporter-junit#22 Fixes SAP/openui5#1992 Added Test To Explore It

## Issue I have an ES6 class that extends another ES6 class. This issue arises in the line of the super call: ``` TypeError: ...myFile.js: this.errorWithNode is not a function...