Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Only one uri instance allowed #24

Open
mds-humanoid opened this issue Feb 8, 2016 · 1 comment
Open

Only one uri instance allowed #24

mds-humanoid opened this issue Feb 8, 2016 · 1 comment

Comments

@mds-humanoid
Copy link

When I start a fresh slime I seem to be able to create as many uri instances as I want with something like:
(defvar uri5 (uri "http://www.ics.uci2.edu/pub/ietf/uri2/#Related"))

However, after I load my project, which has #:quri in the depends-on list in its .asd file, I can no longer instantiate another uri instance without getting the following error:

invalid number of arguments: 5
[Condition of type SB-INT:SIMPLE-PROGRAM-ERROR]

Restarts:
0: [*ABORT] Return to SLIME's top level.
1: [ABORT] abort thread (#<THREAD "repl-thread" RUNNING {1004EB0033}>)

Backtrace:
0: (PARSE-URI "http://www.ics.uci2.edu/pub/ietf/uri2/#Related" :START 0 :END NIL) [tl,external]
1: (URI "http://www.ics.uci2.edu/pub/ietf/uri2/#Related" :START 0 :END NIL)

@fukamachi
Copy link
Owner

How is this related to prove?
What are the minimum steps to reproduce it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants