question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

resolve startpath/fspath parameter regressions

See original GitHub issue

the introductin of various startpath/fspath hooks in the hookspecs

as a non-optional and non-inmplied parameter is practically a api breaking change

back in 2018 i decoded to close the upstream issue in https://github.com/pytest-dev/pluggy/issues/15 as its pretty much insanely complex to alter the hooks where callers and callees are not under good control

the pr adding them is #8144

CC @bluetech

i believe/fear the correct solution would be to deprecate the old hook names, introduce a new hook version and have invoking/implementing the old one trigger a deprecation warning

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:20 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
RonnyPfannschmidtcommented, Mar 18, 2021

@bluetech @nicoddemus i have an idea for a potential solution,

im wireing up a POC now that will get us backward-compatibility

0reactions
nicoddemuscommented, Mar 18, 2021

Ahh thanks, I missed that. Can we turn that into an issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

CHAPTER 7 - ESTIMATION OF PARAMETERS
7.1 SIMPLE LINEAR REGRESSION - LEAST SQUARES METHOD. Model. Consider the following variables and parameters: Response or dependent variable. = Y. Auxiliary ...
Read more >
Consider parameters vs Solve-for parameters in regression
I'm working on code to perform a non-linear least squares regression on a data set, with SVD as the backbone solution. Any of...
Read more >
5.3 - The Multiple Linear Regression Model | STAT 462
Here we're using "k" for the number of predictor variables, which means we have k+1 regression parameters (the \beta coefficients).
Read more >
Week 5: Simple Linear Regression
What Can Go Wrong and How to Fix It Week 2 / Thanksgiving ... Linearity in Parameters: The population model is linear in...
Read more >
Logistic Regression - CMU Statistics
To sum up: we have a binary output variable Y, and we want to model the condi- tional probability Pr(Y = 1|X =...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found