Static match working as well as member match
Static match correctly returning false on too long input
Separated logic for converting model into array
All tests passing with new version of match()
Merge after committing D365
Differential D361
Fix false positives in match() ardunster on Nov 21 2020, 12:13 PM. Authored by
Details
Static match working as well as member match Static match correctly returning false on too long input Separated logic for converting model into array All tests passing with new version of match() Merge after committing D365 included goldilocks tests
Diff Detail
Event TimelineComment Actions Build is green Building SimpleExpress on mpm-bionic-000981y1b7c5j as build 37. See https://jenkins.mousepawmedia.net:8449/job/simplexpress_build/37/ for more details. Comment Actions Still need to clean up some commented out code and improve the test suite to check for false positives, etc. Also properly arrange and comment the multiple overloads of match() :D Comment Actions
Comment Actions Build is green Building SimpleExpress on mpm-bionic-000ayod88z1yf as build 38. See https://jenkins.mousepawmedia.net:8449/job/simplexpress_build/38/ for more details. Comment Actions Build is green Building SimpleExpress on mpm-bionic-000aywtr10bp6 as build 39. See https://jenkins.mousepawmedia.net:8449/job/simplexpress_build/39/ for more details. Comment Actions Build is green Building SimpleExpress on mpm-bionic-000az2y9pgnyn as build 40. See https://jenkins.mousepawmedia.net:8449/job/simplexpress_build/40/ for more details. Comment Actions Other than the braces rest looks fine. If it's the standard then I guess it's done.
Comment Actions Build has FAILED Building SimpleExpress on mpm-bionic-000f4oe8vcluu as build 41. Link to build: https://jenkins.mousepawmedia.net:8449/job/simplexpress_build/41/ Comment Actions @jcmcdonald This is failing build because it's using the old version of FlexArray, not your current update. Should I change anything or just retry once D362 goes through? Comment Actions Build has FAILED Building SimpleExpress on mpm-bionic-000f4sgq76k41 as build 42. Link to build: https://jenkins.mousepawmedia.net:8449/job/simplexpress_build/42/ Comment Actions Build is green Building SimpleExpress on mpm-bionic-000f4t59bmj82 as build 43. See https://jenkins.mousepawmedia.net:8449/job/simplexpress_build/43/ for more details. Comment Actions I see it wasn't behaving itself the first time, lol. I did the update on the brackets too. Comment Actions That was my fault. I forgot that Jenkins runs builds concurrently, rather than consecutively, so I had a bit of a race condition. PawLIB's central build wasn't done before the build for this restarted. Oops. 😅 Comment Actions Well, that makes sense, I guess. :) For some reason it still has the red circle with an X in the build status at the top of the page, though. Comment Actions Oh, I can fix that by restarting the test via Harbormaster, instead of directly in Jenkins... Comment Actions Build is green Building SimpleExpress on mpm-bionic-000f6i63mq7hs as build 44. See https://jenkins.mousepawmedia.net:8449/job/simplexpress_build/44/ for more details. Comment Actions Oh, meh, nope. That red circle is linked to the build executed when the Differential is updated. Weird. It'll resolve on the next update to the diff. Comment Actions Was there anything else I missed before this can be approved? I fixed the brackets @mahussain pointed out. |