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

fix: Include super and self as valid prefixes for relative paths #296

Merged
merged 2 commits into from
May 11, 2024

Conversation

LukeMathWalker
Copy link
Owner

No description provided.

@LukeMathWalker LukeMathWalker marked this pull request as ready for review May 2, 2024 07:02
@LukeMathWalker
Copy link
Owner Author

/ok-to-test sha=2d9dc13

@LukeMathWalker LukeMathWalker merged commit 485722f into main May 11, 2024
22 checks passed
@LukeMathWalker LukeMathWalker deleted the help-fix branch May 11, 2024 08:08
@pavex-releaser pavex-releaser bot mentioned this pull request Jun 15, 2024
LukeMathWalker added a commit that referenced this pull request Jun 15, 2024
## 🤖 New release
* `pavex`: 0.1.38 -> 0.1.39
* `pavex_bp_schema`: 0.1.38 -> 0.1.39
* `pavex_reflection`: 0.1.38 -> 0.1.39
* `pavex_macros`: 0.1.38 -> 0.1.39
* `persist_if_changed`: 0.1.38 -> 0.1.39
* `pavex_tracing`: 0.1.38 -> 0.1.39
* `pavex_cli`: 0.1.38 -> 0.1.39
* `pavex_miette`: 0.1.38 -> 0.1.39
* `pavexc_cli_client`: 0.1.38 -> 0.1.39
* `pavexc`: 0.1.38 -> 0.1.39
* `pavex_cli_client`: 0.1.38 -> 0.1.39
* `pavexc_cli`: 0.1.38 -> 0.1.39
* `generate_from_path`: 0.1.38 -> 0.1.39

<details><summary><i><b>Changelog</b></i></summary><p>

## `pavex`
<blockquote>

##
[0.1.39](0.1.38...0.1.39)
- 2024-06-15

### Added
- Add a workspace-hack crate to the generated starter project to
minimise (re)build times
- Reshape singleton dependencies
([#298](#298))
- Add a new '--template' option to 'pavex new' and 'pavexc new'. It
includes a dedicated 'quickstart' template as well as the 'api'
template, the default.
- In the starter project, use a meaningful example to showcase how the
configuration system works, rather than a dummy with no usage

### Fixed
- Set new Cargo lint to allow 'cfg(pavex_ide_hint)' in Pavex, its
snapshot tests and its scaffolded projects
- Reject non-static references if they are registered as singletons.
- Don't use colored logs if color is not enabled.
- Include `super` and `self` as valid prefixes for relative paths
([#296](#296))

### Other
- Disable workspace hack before a release
- Add shorthand methods to tweak the default cloning strategy on
constructors and prebuilt types
- Re-enable workspace hack after a release
([#295](#295))
- Update test expectations.
- Handle "unused" warnings
- Improve debug output on panics
- Use the [env] section of .cargo/config.toml as the go-to place for
storing non-sensitive env variables used for local development
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Co-authored-by: pavex-releaser[bot] <[email protected]>
Co-authored-by: pavex-releaser[bot] <167640712+pavex-releaser[bot]@users.noreply.github.com>
Co-authored-by: Luca Palmieri <[email protected]>
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.

1 participant