User talk:Hkdtam: Difference between revisions

m (another comment)
Line 6:
 
:Also, it is much better to post examples that actually work. [[Median_filter#Perl_6|Median filter]] tries to use methods that aren't actually implemented yet. Speculatively they may be in the future, but they aren't at this point. --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 13:30, 30 November 2018 (UTC)
 
== Problems with 'Addition chains' task ==
 
Can you double-check that the version of the 'Addition chains' task is based on a correctly functioning local version? For starters, you have <code>$num = $nbLimit</code>, which is an assignment, not a test/comparison (should be <code>$num <= $nbLimit</code>). But with that fixed, it reveals that the routine 'findNonBrauer' is not working. I'd be happy to take a further look at this if you get stuck while debugging. --[[User:SqrtNegInf|SqrtNegInf]] ([[User talk:SqrtNegInf|talk]]) 15:32, 4 February 2019 (UTC)
2,392

edits