Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename "repo" to "root" #218

Merged
merged 2 commits into from
Oct 22, 2021
Merged

Rename "repo" to "root" #218

merged 2 commits into from
Oct 22, 2021

Conversation

samoht
Copy link
Collaborator

@samoht samoht commented Oct 22, 2021

The current terminology is a bit confusing, this option is actually used
to define the project root (or workspace root).

Copy link
Contributor

@NathanReb NathanReb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good but needs a changelog entry!

@samoht samoht force-pushed the root branch 2 times, most recently from 40e3340 to b06a3fc Compare October 22, 2021 12:50
@samoht
Copy link
Collaborator Author

samoht commented Oct 22, 2021

Updated with a CHANGELOG entry.

The current terminology is a bit confusing, this option is actually used
to define the project root (or workspace root).
Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
Copy link
Contributor

@NathanReb NathanReb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thanks for working on this!

I slightly reworded the changelog entry so that it makes more sense to users of the tool.

Merging!

@NathanReb NathanReb merged commit 1eeeef2 into tarides:main Oct 22, 2021
@NathanReb NathanReb mentioned this pull request Oct 29, 2021
NathanReb added a commit to NathanReb/opam-repository that referenced this pull request Nov 23, 2021
CHANGES:

### Added

- Add a list subcommand to list the duniverse packages in the lockfile
  (tarides/opam-monorepo#217, @samoht)

### Changed

- Only warn users about missing dune-ports repo in OPAM switch if no solution
  can be found due to packages not building with dune (tarides/opam-monorepo#210, @Leonidas-from-XIV)
- Rename the `--repo` option to `--root` to make it more
  straightforward  that this is referring to the project root (tarides/opam-monorepo#218, @samoht)
- Improve the wording of the lockfile selection log (tarides/opam-monorepo#222, @NathanReb)
- Display the full solver error with `--verbose` (tarides/opam-monorepo#229, @emillon)

### Fixed

- Better errors for `opam-monorepo depext`, especially for non-interactive
  shells (tarides/opam-monorepo#216, @samoht)
- Properly detect all opam packages defined in the current repository, preventing it
  from later pulling duplicates into the duniverse if they were part of the target packages
  dependencies. (tarides/opam-monorepo#203, @Leonidas-from-XIV)
- Properly report missing dune-project file when trying to determine the
  to-be-genrated lockfile name (tarides/opam-monorepo#227, @NathanReb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants