CrossBreezeNL / crossmodel

An open-source logical data modeler to support the model driven data engineering approach.
GNU Affero General Public License v3.0
8 stars 3 forks source link

Upgrade to latest Langium version #64

Closed martin-fleck-at closed 1 month ago

martin-fleck-at commented 2 months ago
github-actions[bot] commented 2 months ago

Unit Test Results

 3 files  ±  0  18 suites   - 12   2m 20s :stopwatch: +8s 25 tests  -  46  25 :white_check_mark:  -  46  0 :zzz: ±0  0 :x: ±0  75 runs   - 141  75 :white_check_mark:  - 141  0 :zzz: ±0  0 :x: ±0 

Results for commit 0a66c57f. ± Comparison against base commit a48eac6d.

This pull request removes 46 tests. ``` CrossModelLexer Indentation Simple indentation, should give indent and dedent token ‑ CrossModelLexer Indentation Simple indentation, should give indent and dedent token CrossModelLexer Indentation double indentation, but dedent in text ‑ CrossModelLexer Indentation double indentation, but dedent in text CrossModelLexer Indentation double indentation, should give indent and dedent token ‑ CrossModelLexer Indentation double indentation, should give indent and dedent token CrossModelLexer Indentation single indentation but stay on same level, should give 1 indent and 1 dedent token ‑ CrossModelLexer Indentation single indentation but stay on same level, should give 1 indent and 1 dedent token CrossModelLexer Simple keywords should tokenize a couple of simple words ‑ CrossModelLexer Simple keywords should tokenize a couple of simple words CrossModelLexer Simple keywords should tokenize a simple word ‑ CrossModelLexer Simple keywords should tokenize a simple word CrossModelTokenBuilder buildTokens Should give DEDENT token in second spot ‑ CrossModelTokenBuilder buildTokens Should give DEDENT token in second spot CrossModelTokenBuilder buildTokens Should give INDENT token in third spot ‑ CrossModelTokenBuilder buildTokens Should give INDENT token in third spot CrossModelTokenBuilder buildTokens Should give NEWLINE token in first spot ‑ CrossModelTokenBuilder buildTokens Should give NEWLINE token in first spot CrossModelTokenBuilder buildTokens Should give SPACE token in last spot ‑ CrossModelTokenBuilder buildTokens Should give SPACE token in last spot … ```

:recycle: This comment has been updated with latest results.

martin-fleck-at commented 1 month ago

This is partially based on https://github.com/CrossBreezeNL/crossmodel/pull/63 and needs to be rebased once the other PR is merged. This is why it is still in draft stage.