Skip to content

[Design question] Why host logic on remote server? #3012

@martin-eden

Description

@martin-eden

Describe the request

Hello guys,

I'm not experienced in Go but read some of your code recently.

I don't understand why core parts of your code are hardlinked to
your github repository. For example service_library_install
loads modules from github.com/arduino/arduino-cli.

If it's open-source client why not import that modules as local files?

After all it's just code that generates and runs strings to download, compile
and upload code to device. It won't prevent anyone from getting those modules
and changing "import" list to them.

Describe the current behavior

(I understand maillist is more suitable place for such questions but can't subscribe to it just by email.)

Arduino CLI version

1.0.4

Operating system

Linux

Operating system version

.

Additional context

No response

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the nightly build
  • My request contains all necessary details

Metadata

Metadata

Assignees

Labels

type: supportOT: Request for help using the project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions