Baptiste Jonglez
Baptiste Jonglez
@jow- @karlp @rmilecki the formal issues from #4130 should be fixed, could you do another round of reviews? Thanks!
Thanks, that worked, except that `USIGNHOME` needs a trailing slash otherwise this part fails: ``` + for KEY in '"$USIGNHOME"*' + echo 'Trying keys/usign...' ``` Is there anything preventing using...
I remember we already discussed this somewhere. Does this cause an actual problem? It normally shouldn't.
Agreed, type annotations would be nice to have for downstream projects!
Thanks a lot!
So, I tried the `prepend_path` option and it works: ``` - compiler: spec: [email protected] paths: cc: /grid5000/spack/opt/spack/linux-debian10-ppc64le/gcc-8.3.0/gcc-10.2.0-tej2wa5tia6j3ec5pzsi5jkjs7eeebsg/bin/gcc cxx: /grid5000/spack/opt/spack/linux-debian10-ppc64le/gcc-8.3.0/gcc-10.2.0-tej2wa5tia6j3ec5pzsi5jkjs7eeebsg/bin/g++ f77: /grid5000/spack/opt/spack/linux-debian10-ppc64le/gcc-8.3.0/gcc-10.2.0-tej2wa5tia6j3ec5pzsi5jkjs7eeebsg/bin/gfortran fc: /grid5000/spack/opt/spack/linux-debian10-ppc64le/gcc-8.3.0/gcc-10.2.0-tej2wa5tia6j3ec5pzsi5jkjs7eeebsg/bin/gfortran flags: {} operating_system: debian10 target: ppc64le modules:...
Looking quickly at the code, it seems to be simply fetching glue records (`Zonemaster::Engine::TestMethods->method2`), which does not really make sense for a reverse zone. `method3` looks more appropriate in this...
Hi, you are totally right, it seems that I never implemented support for the Ping type: ``` $ scamper -c ping -O warts -o ping-example.warts -i 1.1.1.1 $ ./parse_from_stdin.py <...
I won't have time to add support for this in the near term. If you are a bit comfortable with Python, it shouldn't be too hard to do: it has...
For documentation, run `man ./scamper/warts.5` in scampers' source tree. The PDF on CAIDA's website is outdated, there have been new flags added since then. I just notice that in both...