Skip to content

Conversation

@DylanDevelops
Copy link
Owner

Added a nil check for entry.MilestoneName before dereferencing to prevent potential runtime panics when MilestoneName is nil.

Pull Request Checklist

  • I have read and followed the contribution guidelines.
  • My pull request targets the main branch of tmpo.
  • I have tested these changes locally on my machine.

Closes #50

Description

This pull request makes a small but important fix to the milestone display logic in the manual command. It ensures that the code checks if MilestoneName is not nil before dereferencing it, preventing potential runtime panics.

DylanDevelops and others added 2 commits December 30, 2025 18:00
Added a nil check for entry.MilestoneName before dereferencing to prevent potential runtime panics when MilestoneName is nil.
@DylanDevelops DylanDevelops merged commit 2351783 into main Dec 31, 2025
6 checks passed
@DylanDevelops DylanDevelops deleted the ravel/fix-pointer-error branch December 31, 2025 01:09
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.

Segmentation error when no milestone selected in tmpo manual

2 participants