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

Fix for crash when editing fermentation ages #786

Merged
merged 12 commits into from
Jan 19, 2024

Conversation

matty0ung
Copy link
Contributor

@matty0ung matty0ung commented Jan 9, 2024

Fix for #785

The fermentation age fields are handled a bit differently than most other ones. Although they are a measure of time (duration), we actually treat them as raw numbers because we're only measuring to the nearest day, and don't want to start offering to show things in hours/minutes/seconds etc. The bug was we were saying "convert this field to its standard units of measurement" when we should have been saying "get this field as a raw number".

EDIT: Fighting a bit to get the Windows build working. Turns out some of the 32-bit MSYS2 packages/groups we were relying on previously are no longer available. (Works on my local machine because they are already installed, but not on GitHub Actions because there you install from scratch each time.) Will have a look at whether we can get 64-bit Windows build working.

@matty0ung matty0ung merged commit 6608826 into Brewtarget:develop Jan 19, 2024
4 checks passed
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.

None yet

1 participant