Skip to content

Commit d952df6

Browse files
authored
Merge pull request #3733 from 1c-syntax/develop
0.27.0
2 parents dc407da + 6acf373 commit d952df6

File tree

947 files changed

+3268
-1591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

947 files changed

+3268
-1591
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Java",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/java:1-25-bookworm",
6+
"image": "mcr.microsoft.com/devcontainers/java:25-jdk-bookworm",
77

88
"features": {
99
"ghcr.io/devcontainers/features/java:1": {

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# happy new year 2026
2+
b286fdd9efe4754aebabc861310637d8ae7783c2
13
# happy new year 2025
24
e84a3f81035a6e76c042b406d5ad6e986a91d8e1
35
# happy new year 2024

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: "**/test-results/test/**/*.xml"
5656
- name: Publish Test report
5757
if: failure()
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: junit_report_${{ matrix.os }}_${{ matrix.java_version }}
6161
path: build/reports/tests/test

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies {
8888
exclude("org.antlr", "antlr-runtime")
8989
}
9090
api("io.github.1c-syntax", "utils", "0.6.8")
91-
api("io.github.1c-syntax", "mdclasses", "0.17.0")
91+
api("io.github.1c-syntax", "mdclasses", "0.17.1")
9292
api("io.github.1c-syntax", "bsl-common-library", "0.9.0")
9393
api("io.github.1c-syntax", "supportconf", "0.15.0")
9494

src/jmh/java/com/github/_1c_syntax/bsl/languageserver/IncrementalTextChangeBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Language Server.
33
*
4-
* Copyright (c) 2018-2025
4+
* Copyright (c) 2018-2026
55
* Alexey Sosnoviy <[email protected]>, Nikita Fedkin <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/jmh/java/com/github/_1c_syntax/bsl/languageserver/context/symbol/VariableSymbolCreate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Language Server.
33
*
4-
* Copyright (c) 2018-2025
4+
* Copyright (c) 2018-2026
55
* Alexey Sosnoviy <[email protected]>, Nikita Fedkin <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/languageserver/AnalyzeProjectOnStart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Language Server.
33
*
4-
* Copyright (c) 2018-2025
4+
* Copyright (c) 2018-2026
55
* Alexey Sosnoviy <[email protected]>, Nikita Fedkin <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/languageserver/AutoServerInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Language Server.
33
*
4-
* Copyright (c) 2018-2025
4+
* Copyright (c) 2018-2026
55
* Alexey Sosnoviy <[email protected]>, Nikita Fedkin <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/languageserver/BSLLSBinding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Language Server.
33
*
4-
* Copyright (c) 2018-2025
4+
* Copyright (c) 2018-2026
55
* Alexey Sosnoviy <[email protected]>, Nikita Fedkin <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/languageserver/BSLLSPLauncher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Language Server.
33
*
4-
* Copyright (c) 2018-2025
4+
* Copyright (c) 2018-2026
55
* Alexey Sosnoviy <[email protected]>, Nikita Fedkin <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

0 commit comments

Comments
 (0)