face-hh/subterfuge

compactObject function name gets marked as locked feature

Closed this issue · 4 comments

The regex for matching the Object feature is falsely matching the function name compactObject in problem 06, making it impossible to pass without unlocking Object.

This problem is present with other symbols and when matching comments as well, but those aren't as breaking as this.

Will fix in a few hours

I ran into the same issue - you can set global["compactObject"] as a workaround.

Same thing applies to findTheDifference

fixed in v1.0.1