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: forge history #3124

Merged
merged 3 commits into from
Nov 19, 2024
Merged

fix: forge history #3124

merged 3 commits into from
Nov 19, 2024

Conversation

phacUFPE
Copy link
Contributor

@phacUFPE phacUFPE commented Nov 16, 2024

Description

This fixes the history forge that is crashing the server trying to access an index of a empty vector.

Behaviour

Actual

Open the forge window and the server crash

Expected

Open the forge window and check the history, it should display the history if there is history and none if forge was never used

Fixes #3121

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Open forge window in a fresh character
  • Do some operations
  • Check if the history was filled

Test Configuration:

  • Server Version: Latest
  • Client: 13.40
  • Operating System: Windows 11

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I checked the PR checks reports
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

@htc16
Copy link
Contributor

htc16 commented Nov 16, 2024

It seems to me that the problem was even deeper because it doesn't show the history of forges, as soon as I'm on my computer I'll test the pr, thank you for your help.

@htc16
Copy link
Contributor

htc16 commented Nov 17, 2024

image
Excellent!

@dudantas dudantas force-pushed the phacUFPE/fix_forge_history branch from e04c208 to 2e34768 Compare November 19, 2024 00:03
@dudantas dudantas merged commit 7db9c78 into main Nov 19, 2024
36 checks passed
@dudantas dudantas deleted the phacUFPE/fix_forge_history branch November 19, 2024 02:03
@AL-L-S

This comment has been minimized.

@phacUFPE
Copy link
Contributor Author

@AL-L-S You forgot to compile the source code. The log is telling that, you are holding the version that is crashing yet.

2024-11-20 01:20:56 - warning: Source file is more recent than executable.

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.

Problem when open forge in client
5 participants