Jean-Christophe Amiel

Results 360 comments of Jean-Christophe Amiel

Just FYI I've solved my build on Windows by patching the file `default_binding.rs` with a binding generated with libxml 2.13.8 on Windows. My two cents on how we can improve...

@fabricereix @lepapareil `--curl` is available now, I've added two integrations tests [`tests_ok/assert_body_curl.sh`](https://github.com/Orange-OpenSource/hurl/blob/master/integration/hurl/tests_ok/assert_body_curl.sh) and [`tests_ok/multilines_curl.sh`](https://github.com/Orange-OpenSource/hurl/blob/master/integration/hurl/tests_ok/multilines_curl.sh). Don't know yet if we use the current integration tests or if we do dedicated tests...

@fabricereix haven't we fixed this one? I've the impression we've done it...

Yes thanks, we've fixed it for bash but have to do it for zsh completion. We'll ship it with 7.0.0

@fabricereix this line in the `_hurl` zsh completion file seems problematic: ``` '*(-H --header)'{-H,--header}'[Pass custom header(s) to server]: :' \ ``` It should be: ``` '(-H --header)*'{-H,--header}'[Pass custom header(s) to...

Hi @tjbrockmeyer for first time contributors, we prefer that they pick one of [open to contribution](https://github.com/Orange-OpenSource/hurl/issues?q=is%3Aissue%20state%3Aopen%20label%3Aopen-to-contribution) if possible! Issues that are not marked as "open to contributions" are generally identified...

See #1808 and https://github.com/Orange-OpenSource/hurl/issues/1808#issuecomment-1662542800 Hi @asmodeus812 Thanks for the issue. As a workaround, you can output a particular response on standard ouput using [`--output`](https://hurl.dev/docs/manual.html#output) ```hurl GET https://foo.com HTTP 200 #...

Hi @R0boter unfortunately no, for the moment.

Hi @abdulalalalalala On which Linux distribution are you trying to build Hurl? Can you check that you've followed build instructions for Linux on ?

Hi @abdulalalalalala For the build on Fedora, we should update the docs , I'm going to create an issue on that. For `libxml2`, we use it for: - XPath evaluation:...