The Wayback Machine - https://web.archive.org/web/20200525084609/https://github.com/topics/rake
Skip to content
#

rake

Here are 210 public repositories matching this topic...

jasonkarns
jasonkarns commented Apr 17, 2020

The rake docs here still indicate that Pathname#pathmap exists. However, it was removed by #130

It would be easy enough to fix the docs. But perhaps a different question is, why was this removed from Pathname?

I expected the following to work, but instead got NoMethodError: undefined method 'pathmap' for #<Pathname

array_of_pathna
bake
rednafi
rednafi commented Nov 17, 2019

Currently, if I run bake command when the Bakefile is empty, the error message seems very scary:

Traceback (most recent call last):
  File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/bin/bake", line 8, in <module>
    sys.exit(entrypoint())
  File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/lib/python3.7/site-packages/click/core.py", line 764,

Improve this page

Add a description, image, and links to the rake topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rake topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.