Skip to content
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

treewide: meson deprecation and freebsd fixes #3309

Merged
merged 3 commits into from
May 29, 2024

Conversation

khaneliman
Copy link
Contributor

@khaneliman khaneliman commented May 28, 2024

  • Clean up deprecations
  • Fix freebsd build
    • Looks like we reference std::ranges and dont need this. It's breaking freebsd build.

Documentation seemed a little confusing on the temperature paths thing... took some trial and error to figure out what it needed to be parsed properly.

Tested with

"hwmon-path-abs": [
        "/sys/devices/pci0000:00/0000:00:18.3/hwmon/"
      ],
"input-filename": "temp3_input",

and

"hwmon-path-abs": "/sys/devices/pci0000:00/0000:00:18.3/hwmon",
"input-filename": "temp3_input",

@khaneliman khaneliman changed the title .github/workflows: fixes treewide: meson deprecation and freebsd fixes May 28, 2024
@khaneliman khaneliman marked this pull request as ready for review May 28, 2024 22:27
@Alexays Alexays merged commit ab735f7 into Alexays:master May 29, 2024
9 checks passed
@khaneliman khaneliman deleted the workflows branch June 10, 2024 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants