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

Add support for pages in hints #319

Merged
merged 4 commits into from
May 23, 2024

Conversation

MayberryZoom
Copy link
Contributor

Fixes #315

@MayberryZoom MayberryZoom added the enhancement New feature or request label May 8, 2024
@Miepee Miepee requested review from duncathan and henriquegemignani and removed request for duncathan May 23, 2024 20:15
@@ -290,7 +290,10 @@
"pattern": "[A-Z]+?_[0-9]+"
},
"text": {
"type": "string"
"type": ["string", "array"],
Copy link
Member

Choose a reason for hiding this comment

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

Can you add a description to this field, so it's clear why it can be two types?

Copy link

codecov bot commented May 23, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 0.00%. Comparing base (75ac9cb) to head (0becc9f).
Report is 8 commits behind head on main.

Files Patch % Lines
src/open_dread_rando/misc_patches/text_patches.py 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #319       +/-   ##
==========================================
- Coverage   87.63%   0.00%   -87.64%     
==========================================
  Files          36      36               
  Lines        1990    1993        +3     
==========================================
- Hits         1744       0     -1744     
- Misses        246    1993     +1747     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@henriquegemignani henriquegemignani added this pull request to the merge queue May 23, 2024
Merged via the queue into randovania:main with commit af6675d May 23, 2024
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Adam text patching
2 participants