Skip to content

fix: don't stackoverflow when inputs.*.follows = ""#12

Open
dtomvan wants to merge 1 commit intospikespaz:masterfrom
dtomvan:dtomvan/push-rzlonpxovrwz
Open

fix: don't stackoverflow when inputs.*.follows = ""#12
dtomvan wants to merge 1 commit intospikespaz:masterfrom
dtomvan:dtomvan/push-rzlonpxovrwz

Conversation

@dtomvan
Copy link

@dtomvan dtomvan commented Jul 16, 2025

Previously, the path resolver would recur on itself if it found that follows = "". Normally in nix flakes, nix would just dismiss the input. So in that case we can return None in follow_path.

Previously, the path resolver would recur on itself if it found that
`follows = ""`. Normally in nix flakes, nix would just dismiss the
input. So in that case we can return `None` in `follow_path`.
@spikespaz spikespaz added the bugfix This fixes a bug that has already been tracked label Jul 19, 2025
@spikespaz spikespaz self-assigned this Jul 19, 2025
@spikespaz spikespaz self-requested a review July 19, 2025 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix This fixes a bug that has already been tracked

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants