Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splits XPath evaluation in parsing then eval. #3002

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

jcamiel
Copy link
Collaborator

@jcamiel jcamiel commented Jul 2, 2024

We split the xpath evaluation function into two functions: a parse method for (&str -> HTML/Xml document) and eval_xpath method that takes an input document now (vs a &str).

This is preliminary work to cache parsed object for XPath query.

@fabricereix
Copy link
Collaborator

/accept

@hurl-bot
Copy link
Collaborator

hurl-bot commented Jul 3, 2024

🕗 /accept is running, please wait for completion.

@hurl-bot
Copy link
Collaborator

hurl-bot commented Jul 3, 2024

🔨 Auto rebase from Orange-OpenSource/hurl/master succeeds, Orange-OpenSource/hurl/split-xpath-evaluation-in-parse-then-eval now embeds these commits:

@hurl-bot
Copy link
Collaborator

hurl-bot commented Jul 3, 2024

🕗 /accept is still running, please wait for completion.

@hurl-bot hurl-bot force-pushed the split-xpath-evaluation-in-parse-then-eval branch from 29c9dd4 to aed9add Compare July 3, 2024 10:57
@hurl-bot
Copy link
Collaborator

hurl-bot commented Jul 3, 2024

✅ Pull request merged and closed by fabricereix with fast forward merge..

# List of commits merged from Orange-OpenSource/hurl/split-xpath-evaluation-in-parse-then-eval branch into Orange-OpenSource/hurl/master branch:

  • aed9add Splits XPath evaluation in parsing then eval.

@hurl-bot hurl-bot closed this Jul 3, 2024
@hurl-bot hurl-bot merged commit aed9add into master Jul 3, 2024
22 checks passed
@hurl-bot hurl-bot deleted the split-xpath-evaluation-in-parse-then-eval branch July 3, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants