chebe: (Default)
chebe ([personal profile] chebe) wrote in [site community profile] dw_dev_training2022-09-16 08:42 pm

Difficulty verifying changes

Hello! I got a brand new dreamhack today, and I'm trying my hand at the simple whitelist bugs, but I can't verify my changes. I'm making changes to ~/dw/cgi-bin/DW/Hooks/EmbedWhitelist.pm, but the tests don't pick up the changes, nor does the behaviour change on my dreamhack. Any one have ideas on what I'm missing?
alierak: (Default)

[personal profile] alierak 2022-09-16 09:08 pm (UTC)(link)
You may have to restart Apache for mod_perl to pick up changed files.
alierak: (Default)

[personal profile] alierak 2022-09-16 09:16 pm (UTC)(link)
For a Dreamhack, yeah, I think those are the right commands. They're scripts provided in your bin directory; you can always edit them, write your own, make aliases, etc., as needed.

Are you still not seeing behavior change after doing that?
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)

Welcome to DW development!

[personal profile] pauamma 2022-09-17 02:33 pm (UTC)(link)
If you want to try figuring it out (absolutely not required to), a good starting point would be comparing relevant sections of your shell command history.

PS: did you sign and send your CLA?
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)

Re: Welcome to DW development!

[personal profile] pauamma 2022-09-18 03:07 am (UTC)(link)
No need to wait before you start working on bugs. If it hasn't already been processed when you submit your first pull request, someone will get back to you if there's any problem.