-
Cleanup in dependency resolution.
We are using excludes in too many locations. excludes, with a few exceptions, should not be necessary. If it is ever used, they should be very specific. For in…
-
If the class wasn't registered manually but exists in the project, can we assume it's a regular registration (non-singleton) when trying to resolve it?
For example:
```python
class MyClass:
…
-
Right now, say you need a type from moduleB in moduleA, but moduleB depends on moduleA. This causes a circular dependency
This shouldn't theoratically be necessary as types can be represented as refe…
-
### Description of the bug
Running `make setup` locally in a fork of the repo fails dependency resolution.
### To Reproduce
```
# Fork and clone the repository
cd mkdostrings
make setup
```
…
-
mpkg only warns if a package has a dependency that isn't installed
make it so mpkg installs the dependency if it can
-
https://github.com/helsing-ai/buffrs/pull/18 brought support for the syntax of dependency specification. However, currently, only pinning (e.g. `=X.Y.Z`) is actually implemented. Supporting caret vers…
-
### Is your feature request related to a problem? Please describe.
documentation, enhancement
### Describe the solution you'd like
This is a guide for installing Open Interpreter on Windows 11 with…
-
### The problem
Sometimes we are aware that a transitive dependency has a CVE. A `bundle update somegem` will update that gem in the lockfile temporarily, but it may slip back down later. We want t…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include repr…