Skip to content

Remove ill dependency to solve panics during init #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
polldo opened this issue Aug 4, 2022 · 0 comments · Fixed by #171
Closed
3 tasks done

Remove ill dependency to solve panics during init #145

polldo opened this issue Aug 4, 2022 · 0 comments · Fixed by #171
Assignees
Labels
type: imperfection Perceived defect in any part of project

Comments

@polldo
Copy link
Contributor

polldo commented Aug 4, 2022

Describe the problem

As detailed here, this library relies on a dependency that breaks with go1.19 (more on this can be found at golang/go#54227)
I suggest changing go.rice in favor of go embed package.

To reproduce

Download and install go1.19

rm -rf /usr/local/go && tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz

Build and run the project

go build
./arduino-fwuploader

Expected behavior

working command

Arduino Firmware Uploader version

latest

Operating system

Linux

Operating system version

Ubuntu 20.04.4 LTS

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest version
  • My report contains all necessary details
@polldo polldo added the type: imperfection Perceived defect in any part of project label Aug 4, 2022
@umbynos umbynos assigned umbynos and unassigned cmaglie Oct 14, 2022
@umbynos umbynos mentioned this issue Oct 14, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants