You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jakecoffman
changed the title
make Job class parse ignore_conditions into class instances immediately
make Job parse all Hashes into class instances immediately
Jul 23, 2024
Code improvement description
To prevent an issue like #9560 from happening again, we should have the job pass around class instances instead of hashes.
This will also eliminate the risk of typos.
Here's a few to get started, but there's probably more:
The text was updated successfully, but these errors were encountered: