-
Notifications
You must be signed in to change notification settings - Fork 280
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
refactor: fahrenheit to celsius, part 2 #3926
Merged
scarf005
merged 10 commits into
cataclysmbnteam:main
from
scarf005:remove-fahrenheit-part-2
Dec 18, 2023
Merged
refactor: fahrenheit to celsius, part 2 #3926
scarf005
merged 10 commits into
cataclysmbnteam:main
from
scarf005:remove-fahrenheit-part-2
Dec 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
src
changes related to source code.
tests
changes related to tests
labels
Dec 16, 2023
scarf005
changed the title
refactor: fahrenheit to celsius, part 2
refactor: fahrenheit to celsius, part 2
Dec 16, 2023
github-actions
bot
added
docs
PRs releated to docs page
JSON
related to game datas in JSON format.
mods
PR changes related to mods.
labels
Dec 16, 2023
oh fun, #3908 is preventing me from running all tests |
Coolthulhu
reviewed
Dec 16, 2023
discussed in cataclysmbnteam#2570 (comment) Co-authored-by: Coolthulhu <[email protected]>
discussed in - cataclysmbnteam#2570 (comment) - cataclysmbnteam#2570 (comment) Co-authored-by: Coolthulhu <[email protected]>
discussed in: cataclysmbnteam#2570 (comment) Co-authored-by: Coolthulhu <[email protected]>
discussed in cataclysmbnteam#2570 (comment) Co-authored-by: Coolthulhu <[email protected]>
it was never used for years.
scarf005
force-pushed
the
remove-fahrenheit-part-2
branch
from
December 17, 2023 22:38
355e36b
to
c4e735d
Compare
Coolthulhu
approved these changes
Dec 18, 2023
scarf005
added a commit
to scarf005/Cata-Rogall-Modpack
that referenced
this pull request
Dec 21, 2023
해당 필드가 cataclysmbnteam/Cataclysm-BN#3926 에서 완전히 제거되며 발생한 오류 메시지 해결
scarf005
added a commit
to cataclysmroguelikegallery/Cata-Rogall-Modpack
that referenced
this pull request
Dec 21, 2023
해당 필드가 cataclysmbnteam/Cataclysm-BN#3926 에서 완전히 제거되며 발생한 오류 메시지 해결
NappingOcean
pushed a commit
to cataclysmroguelikegallery/Cata-Rogall-Modpack
that referenced
this pull request
Feb 1, 2024
해당 필드가 cataclysmbnteam/Cataclysm-BN#3926 에서 완전히 제거되며 발생한 오류 메시지 해결
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of change
part 2 of #2570
Describe the solution
weather
class to use Celsius.freezing_point
.Describe alternatives you've considered
remove discrete temperatures and manage it via enums (
temperature_flag
)Testing
freezing_point
field.Additional context