Darryl Miles
Darryl Miles
`http422-retry-count: 2` can it not just wait 20 seconds and retry, only when HTTP/422, upto the limit specified. A value of `2` such as this example would try a total...
Understand, just trying to help out with the code review aspect to point out `strlen(outName)` is problematic because outName can be NULL. The returned variable `filename` looks a better variable...
``` diff --git a/lef/lefWrite.c b/lef/lefWrite.c index 024fdf2a..639cef78 100644 --- a/lef/lefWrite.c +++ b/lef/lefWrite.c @@ -191,10 +191,12 @@ lefFileOpen(def, file, suffix, mode, prealfile) { if (strcmp(endp, suffix)) { +#if 0 /* Try...
Order of events: ``` DefWriteCell(outName="spm.def") // or outName="spm" which does not trigger issue f = lefFileOpen(def, outName, ".def", "w", &filename); ## 'f' has data written into file f2 = lefFileOpen(def,...
@RTimothyEdwards Did you want a revision using `Lookup()` ? not clear as it PR marked approved. @wulffern maybe you can setup $ENV{'MAGIC_VERSION'} before magic is run, to TCL inherits envars,...
I have checked over the Lookup() methods and the usages in the codebase I can't quite see an obvious way all the requirements can be met : * allow -option...
Not sure what happened to this change set it did not make it into master Instead there is 772bfe2f71f31bf8e0254fe685c8bc65e0829709 from Carsten (and the initial version that was using a non-standard...
@RTimothyEdwards No re-open issue button here. Just in case it is not clear from issue information which 4 commits they can be seen here https://github.com/RTimothyEdwards/magic/compare/master...dlmiles:magic:master-upstream-20241009-noconfirm the new HEAD is 0a27045...
Just to report I have been using this for over a month and works just like native Linux console / xterm / SSH. It is a tried and tested text...
Tried the github sync button. Not sure why it doesn't work out there is zero conflict to fast-forward and rebase on top. All fixed now. No wonder github projects are...