Skip to content

Commit 9945da3

Browse files
Fix neovim crash (#205)
1 parent 1724e56 commit 9945da3

File tree

109 files changed

+215
-169
lines changed

Some content is hidden

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

109 files changed

+215
-169
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Go
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: '1.21.5'
53+
go-version: '1.22.0'
5454

5555
- name: Build and Test
5656
run: |

.github/workflows/check-go-dependencies-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go Dependencies
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.21.5"
6+
GO_VERSION: "1.22.0"
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

.github/workflows/check-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.21.5"
6+
GO_VERSION: "1.22.0"
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

.licensed.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,52 @@ sources:
55
apps:
66
- source_path: ./
77

8+
reviewed:
9+
go:
10+
- github.com/ProtonMail/go-crypto/bitcurves
11+
- github.com/arduino/go-paths-helper
12+
- github.com/arduino/go-properties-orderedmap
13+
- go.bug.st/json
14+
- golang.org/x/net/http2
15+
- google.golang.org/protobuf
16+
- golang.org/x/net/http2
17+
- golang.org/x/net/internal/timeseries
18+
- golang.org/x/net/trace
19+
- golang.org/x/sys/unix
20+
- google.golang.org/protobuf/encoding/protojson
21+
- google.golang.org/protobuf/encoding/prototext
22+
- google.golang.org/protobuf/encoding/protowire
23+
- google.golang.org/protobuf/internal/descfmt
24+
- google.golang.org/protobuf/internal/descopts
25+
- google.golang.org/protobuf/internal/detrand
26+
- google.golang.org/protobuf/internal/editiondefaults
27+
- google.golang.org/protobuf/internal/encoding/defval
28+
- google.golang.org/protobuf/internal/encoding/json
29+
- google.golang.org/protobuf/internal/encoding/messageset
30+
- google.golang.org/protobuf/internal/encoding/tag
31+
- google.golang.org/protobuf/internal/encoding/text
32+
- google.golang.org/protobuf/internal/errors
33+
- google.golang.org/protobuf/internal/filedesc
34+
- google.golang.org/protobuf/internal/filetype
35+
- google.golang.org/protobuf/internal/flags
36+
- google.golang.org/protobuf/internal/genid
37+
- google.golang.org/protobuf/internal/impl
38+
- google.golang.org/protobuf/internal/order
39+
- google.golang.org/protobuf/internal/pragma
40+
- google.golang.org/protobuf/internal/set
41+
- google.golang.org/protobuf/internal/strs
42+
- google.golang.org/protobuf/internal/version
43+
- google.golang.org/protobuf/proto
44+
- google.golang.org/protobuf/protoadapt
45+
- google.golang.org/protobuf/reflect/protoreflect
46+
- google.golang.org/protobuf/reflect/protoregistry
47+
- google.golang.org/protobuf/runtime/protoiface
48+
- google.golang.org/protobuf/runtime/protoimpl
49+
- google.golang.org/protobuf/types/known/anypb
50+
- google.golang.org/protobuf/types/known/durationpb
51+
- google.golang.org/protobuf/types/known/timestamppb
52+
53+
854
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/AGPL-3.0/.licensed.yml
955
allowed:
1056
# The following are based on: https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses

.licenses/arduino-language-server/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
33
version: v1.0.3
44
type: go
5-
summary:
6-
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
7-
license: gpl-3.0-only
5+
summary:
6+
homepage: https://godoc.org/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
7+
license: other
88
licenses:
99
- sources: rpc/LICENSE.txt
1010
text: |2

.licenses/arduino-language-server/go/github.com/arduino/go-paths-helper.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: github.com/arduino/go-paths-helper
33
version: v1.12.1
44
type: go
5-
summary:
6-
homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper
7-
license: gpl-2.0-or-later
5+
summary:
6+
homepage: https://godoc.org/github.com/arduino/go-paths-helper
7+
license: gpl-2.0
88
licenses:
99
- sources: LICENSE
1010
text: |2

.licenses/arduino-language-server/go/github.com/arduino/go-properties-orderedmap.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: github.com/arduino/go-properties-orderedmap
33
version: v1.8.1
44
type: go
55
summary: Package properties is a library for handling maps of hierarchical properties.
6-
homepage: https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
7-
license: gpl-2.0+
6+
homepage: https://godoc.org/github.com/arduino/go-properties-orderedmap
7+
license: gpl-2.0
88
licenses:
99
- sources: LICENSE
1010
text: |2

.licenses/arduino-language-server/go/github.com/arduino/pluggable-discovery-protocol-handler/v2.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v2.2.0
44
type: go
55
summary: Package discovery is a library for handling the Arduino Pluggable-Discovery
66
protocol (https://github.com/arduino/tooling-rfcs/blob/main/RFCs/0002-pluggable-discovery.md#pluggable-discovery-api-via-stdinstdout)
7-
homepage: https://pkg.go.dev/github.com/arduino/pluggable-discovery-protocol-handler/v2
7+
homepage: https://godoc.org/github.com/arduino/pluggable-discovery-protocol-handler/v2
88
license: other
99
licenses:
1010
- sources: LICENSE.txt

.licenses/arduino-language-server/go/github.com/fatih/color.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v1.17.0
44
type: go
55
summary: Package color is an ANSI color package to output colorized or SGR defined
66
output to the standard output.
7-
homepage: https://pkg.go.dev/github.com/fatih/color
7+
homepage: https://godoc.org/github.com/fatih/color
88
license: mit
99
licenses:
1010
- sources: LICENSE.md

.licenses/arduino-language-server/go/github.com/mattn/go-colorable.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: github.com/mattn/go-colorable
33
version: v0.1.13
44
type: go
5-
summary:
6-
homepage: https://pkg.go.dev/github.com/mattn/go-colorable
5+
summary:
6+
homepage: https://godoc.org/github.com/mattn/go-colorable
77
license: mit
88
licenses:
99
- sources: LICENSE

0 commit comments

Comments
 (0)