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

pages-that-embed-test expect "Pigment" to not be embedded, but apparently. #18

Open
Yehouda opened this issue May 26, 2020 · 0 comments

Comments

@Yehouda
Copy link

Yehouda commented May 26, 2020

The test pages-that-embed-test expectes cl-mediawiki:pages-that-embed to return nil when called with "Pigment", but it returns ("49598"). Here is the call with NET.ACCELERATION.CL-MEDIAWIKI::FIND-NODES-BY-NAME being traced:


CL-USER 75 > (NET.ACCELERATION.CL-MEDIAWIKI:WITH-MEDIAWIKI ("http://en.wikipedia.org/w")
               (NET.ACCELERATION.CL-MEDIAWIKI:PAGES-THAT-EMBED "Pigment"))
0 NET.ACCELERATION.CL-MEDIAWIKI::FIND-NODES-BY-NAME > ...
  >> NET.ACCELERATION.CL-MEDIAWIKI::NAME : "ei"
  >> NET.ACCELERATION.CL-MEDIAWIKI::TREE : ("api" (("batchcomplete" "")) ("query" NIL ("embeddedin" NIL ("ei" (# # #)))))
0 NET.ACCELERATION.CL-MEDIAWIKI::FIND-NODES-BY-NAME < ...
  << VALUE-0 : (("ei" (("pageid" "49598") ("ns" "0") ("title" "Pigment"))))
0 NET.ACCELERATION.CL-MEDIAWIKI::FIND-NODES-BY-NAME > ...
  >> NET.ACCELERATION.CL-MEDIAWIKI::NAME : "query-continue"
  >> NET.ACCELERATION.CL-MEDIAWIKI::TREE : ("api" (("batchcomplete" "")) ("query" NIL ("embeddedin" NIL ("ei" (# # #)))))
0 NET.ACCELERATION.CL-MEDIAWIKI::FIND-NODES-BY-NAME < ...
  << VALUE-0 : NIL
0 NET.ACCELERATION.CL-MEDIAWIKI::FIND-NODES-BY-NAME > ...
  >> NET.ACCELERATION.CL-MEDIAWIKI::NAME : "embeddedin"
  >> NET.ACCELERATION.CL-MEDIAWIKI::TREE : NIL
0 NET.ACCELERATION.CL-MEDIAWIKI::FIND-NODES-BY-NAME < ...
  << VALUE-0 : NIL
("49598")



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

No branches or pull requests

1 participant