kennethreitz / kennethreitz/bake

Unexpected behavior on indenting with 2 spaces

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
638
Forks
24
PR merge metrics
No merged PRs in 30d

Description

```Makefile
foo:
echo foo
bar:
echo bar
```

Run `bake foo` with above Bakefile:
```
+ Executing foo:
| foo
| bar
| foo
+ Done.
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the issue using the Bakefile shown and the `bake foo` command, then trace how the indented recipe lines are parsed and executed. Confirm the intended output for `foo` before changing behavior, and add or update coverage so the command no longer produces the unexpected output shown.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, shell
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.