codefori / vscode-rpgle

RPGLE language tools for VS Code
MIT License
39 stars 18 forks source link

Removed QUALIFIED for EXTNAME. Fix QUALIFIED on LIKEREC/LIKEDS #300

Closed Wright4i closed 5 months ago

Wright4i commented 6 months ago

Changes

Fix for issue #299

image image image

Checklist

worksofliam commented 6 months ago

@Wright4i Can you confirm the tests are passing? npm run test

Wright4i commented 6 months ago

@Wright4i Can you confirm the tests are passing? npm run test

@worksofliam I cannot. No tests for this repo run on my machines, apparently, even on main with a fresh checkout and fresh node/vscode install. Linux/win/mac doesn't matter. I'll keep at it, but it's not looking promising. When are we going to get vitest?

worksofliam commented 6 months ago

@Wright4i Merge from main please. I have now added vitest.

Wright4i commented 6 months ago

@worksofliam Merged main and ran test suite:

$ npm run test

> vscode-rpgle@0.26.2 test
> vitest run

 RUN  v1.3.1 C:/Users/josep/OneDrive/Documents/gh/vscode-rpgle

 ✓ tests/suite/files.test.ts (6)
 ✓ tests/suite/editing.test.ts (3)
 ✓ tests/suite/fixed.test.ts (22) 1443ms
 ✓ tests/suite/basics.test.ts (40) 2222ms
 ✓ tests/suite/docs.test.ts (2)
 ✓ tests/suite/references.test.ts (8)
 ✓ tests/suite/directives.test.ts (21) 6472ms
 ✓ tests/suite/keywords.test.ts (7)
 ✓ tests/suite/linter.test.ts (90) 5703ms

 Test Files  9 passed (9)
      Tests  199 passed (199)
   Start at  12:38:11
   Duration  6.90s (transform 474ms, setup 0ms, collect 1.60s, tests 16.06s, environment 1ms, prepare 659ms)