Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Add a virtual method for customizing the exception message for unity task #200

Merged
merged 11 commits into from
Dec 18, 2024

Conversation

Azurelol
Copy link
Contributor

@Azurelol Azurelol commented Dec 3, 2024

Description

Add a method that can be overridden in the UnityTask for customizing the exception message.

Changes

  • ADD UnityTask.composeExceptionMessage, virtual method for customizing the exception message when the task fails.

@Azurelol Azurelol marked this pull request as ready for review December 11, 2024 11:30
@Azurelol Azurelol requested a review from Larusso as a code owner December 11, 2024 11:30
@Azurelol Azurelol force-pushed the add/unity_task_exception_composition branch from 267b685 to 9e78f02 Compare December 11, 2024 11:48
@Azurelol Azurelol force-pushed the add/unity_task_exception_composition branch 3 times, most recently from 410476c to 5e460cc Compare December 13, 2024 09:14
@Azurelol Azurelol force-pushed the add/unity_task_exception_composition branch from 5e460cc to 89e3637 Compare December 13, 2024 09:40
def fakeUnity = createMockUnity(unityLog, 1)
addUnityPathToExtension(fakeUnity.absolutePath)

// writeMockExecutable ({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the comment

@Azurelol Azurelol force-pushed the add/unity_task_exception_composition branch from 1aa32a6 to 2c1f868 Compare December 18, 2024 12:57
@Azurelol Azurelol merged commit d3f830d into master Dec 18, 2024
3 of 6 checks passed
@Azurelol Azurelol deleted the add/unity_task_exception_composition branch December 18, 2024 12:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants