imsky / PocketEuler

:heavy_plus_sign: Offline version of Project Euler.
116 stars 11 forks source link

Added Problem 482 #57

Closed ghost closed 8 years ago

ghost commented 8 years ago

I like the changes from this "updated" PocketEuler version, so I'm doing my best to close #26 starting with today.

ghost commented 8 years ago

What should I do in this case?

jayvdb commented 8 years ago

Hi @georgenetu , the failure isnt caused by you. It is caused by a new release of the checker tools. I will investigate it now, and submit a patch to fix it.

ghost commented 8 years ago

Thanks, I did try to locally check it before commiting, but I get the following error:

$ node $HOME/remark/packages/remark-cli/cli.js --config=./.remarkrc.js --frail --no-stdout -u remark-lint README.md
README.md
  1:1  error  TypeError: file.namespace is not a function
    at /home/gnetu/remark/node_modules/remark-lint/lib/index.js:165:22
    at wrapped (/home/gnetu/remark/node_modules/trough/index.js:128:19)
    at next (/home/gnetu/remark/node_modules/trough/index.js:81:24)
    at Object.run (/home/gnetu/remark/node_modules/trough/index.js:48:10)
    at /home/gnetu/remark/node_modules/remark-lint/lib/index.js:83:16
    at wrapped (/home/gnetu/remark/packages/remark/node_modules/trough/index.js:128:19)
    at next (/home/gnetu/remark/packages/remark/node_modules/trough/index.js:81:24)
    at Object.run (/home/gnetu/remark/packages/remark/node_modules/trough/index.js:48:10)
    at Function.run (/home/gnetu/remark/packages/remark/node_modules/unified/index.js:346:18)
    at transform (/home/gnetu/remark/packages/remark-cli/node_modules/unified-engine/lib/file-pipeline/transform.js:35:21)

✖ 1 error
jayvdb commented 8 years ago

Sorry for the delay; #58 gets the build working again.

ghost commented 8 years ago

Thanks for the quick fix @jayvdb.