File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed
preprocessor/internal/ctags Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,10 @@ import (
21
21
"fmt"
22
22
"os/exec"
23
23
"regexp"
24
+ "slices"
24
25
"strings"
25
26
"time"
26
27
27
- "golang.org/x/exp/slices"
28
-
29
28
"github.com/arduino/arduino-cli/arduino/builder/logger"
30
29
"github.com/arduino/arduino-cli/arduino/builder/preprocessor"
31
30
"github.com/arduino/arduino-cli/arduino/builder/utils"
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ import (
21
21
"os"
22
22
"path/filepath"
23
23
"regexp"
24
+ "slices"
24
25
"strings"
25
26
26
27
"github.com/arduino/go-paths-helper"
27
28
properties "github.com/arduino/go-properties-orderedmap"
28
- "golang.org/x/exp/slices"
29
29
30
30
"github.com/arduino/arduino-cli/arduino/builder/utils"
31
31
"github.com/arduino/arduino-cli/arduino/globals"
Original file line number Diff line number Diff line change 16
16
package builder
17
17
18
18
import (
19
+ "slices"
19
20
"strings"
20
21
"time"
21
22
@@ -26,7 +27,6 @@ import (
26
27
"github.com/arduino/go-paths-helper"
27
28
"github.com/arduino/go-properties-orderedmap"
28
29
"github.com/pkg/errors"
29
- "golang.org/x/exp/slices"
30
30
)
31
31
32
32
// nolint
Original file line number Diff line number Diff line change @@ -18,9 +18,8 @@ package ctags
18
18
import (
19
19
"bufio"
20
20
"os"
21
+ "slices"
21
22
"strings"
22
-
23
- "golang.org/x/exp/slices"
24
23
)
25
24
26
25
func (p * Parser ) fixCLinkageTagsDeclarations () {
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ package compile_test
18
18
import (
19
19
"strings"
20
20
"testing"
21
+ "slices"
21
22
22
23
"github.com/arduino/arduino-cli/internal/integrationtest"
23
24
"github.com/arduino/go-paths-helper"
24
25
"github.com/stretchr/testify/require"
25
- "golang.org/x/exp/slices"
26
26
)
27
27
28
28
func TestCompileCoreCacheGeneration (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ import (
23
23
"testing"
24
24
"text/template"
25
25
"time"
26
+ "slices"
26
27
27
28
"github.com/arduino/arduino-cli/arduino/builder/cpp"
28
29
"github.com/arduino/arduino-cli/internal/integrationtest"
29
30
"github.com/arduino/go-paths-helper"
30
31
"github.com/stretchr/testify/require"
31
32
"go.bug.st/testifyjson/requirejson"
32
- "golang.org/x/exp/slices"
33
33
)
34
34
35
35
func TestCompileOfProblematicSketches (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments