nspcc-dev / nspcc-dev/neofs-dev-env

`make down/basic` does not stop morph

Open
#224 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

discussion I4 S4 U4
Dominant language
Makefile
Stars
10
Forks
25
PR merge metrics
No merged PRs in 30d

Description

After #212 there is a new target in the Makefile: (up|down)/bootstrap. It has been added to every up/* but not to all the down/* targets.
As a result down/basic does not return a state after the up/basic. It confused me a little and was not expected of me: every local run was made using the same morph state without any cleaning. Not sure if it is something that we want to have in our makefile. Mb it is a kinda feature and allows caching morph b/w runs.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the Makefile and compare the up/* and down/* targets, especially up/basic and down/basic, to see how the bootstrap target is handled. Run the up/basic then down/basic sequence and verify whether the morph state is cleaned up as expected; check the related down targets for consistent behavior.

Written by the indexing model from the issue text.

Assessment

Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.