Skip to content

Commit

Permalink
Added separate rascal-lsp with just the normal files, ignoring the re…
Browse files Browse the repository at this point in the history
…name refactoring files
  • Loading branch information
DavyLandman committed Oct 2, 2024
1 parent aa2f440 commit 849b49d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
strategy:
matrix:
target:
- "'flybytes' 'php-analysis' 'rascal-git' 'salix-core' 'drambiguity' 'salix-contrib' 'rascal-all'"
- "'typepal' 'rascal-lsp' 'rascal-core'"
- "'rascal-lsp' 'flybytes' 'php-analysis' 'rascal-git' 'salix-core' 'drambiguity' 'salix-contrib' 'rascal-all'"
- "'typepal' 'rascal-lsp-all' 'rascal-core'"
fail-fast: false
needs: [rascal, prepare-deps]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
--full false \
--clean \
--printWarnings \
--tests rascal typepal salix-core salix-contrib flybytes
--tests rascal typepal salix-core salix-contrib flybytes rascal-lsp
3 changes: 2 additions & 1 deletion src/main/rascal/Main.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Projects projects = {
<"rascal-git", project(|https://github.com/cwi-swat/rascal-git.git|, {"rascal"})>,
<"php-analysis", project(|https://github.com/cwi-swat/php-analysis.git|, {"rascal", "rascal-git"})>,
<"rascal-core", project(|https://github.com/usethesource/rascal-core.git|, {"rascal", "typepal"}, branch="master")>,
<"rascal-lsp", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal", "typepal", "rascal-core"}, subdir="rascal-lsp")>
<"rascal-lsp-all", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal", "typepal", "rascal-core"}, subdir="rascal-lsp")>,
<"rascal-lsp", project(|https://github.com/usethesource/rascal-language-servers.git|, {"rascal"}, ignores={"lang/rascal/lsp/refactor", "lang/rascal/tests/rename"}, subdir="rascal-lsp")>
};

bool isWindows = /win/i := getSystemProperty("os.name");
Expand Down

0 comments on commit 849b49d

Please sign in to comment.