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

Empty paste #114

Open
tobast opened this issue Dec 6, 2017 · 1 comment
Open

Empty paste #114

tobast opened this issue Dec 6, 2017 · 1 comment

Comments

@tobast
Copy link

tobast commented Dec 6, 2017

Hello,

In some cases, a (non-empty) paste yields an empty paste link. For instance, when trying to paste this text, ie.


1 subgoal

inv : Assert
expr : Expr
sBody : Instr
deduction : (|- [|inv /\ assertOfExpr expr|] sBody [|inv|])%assert
IHdeduction : (|= [|inv /\ assertOfExpr expr |] sBody [|inv|])%assert
mem : Mem
preInMem : inv mem
m : Mem
n : nat
interpRel : interp (nth_iterate sBody n) (MemElem mem) = CpoElem Mem m
lastIter : interp (nth_iterate sBody n) (MemElem mem) |=e expr_neg expr
notLastIter : forall p : nat,
              p < n -> interp (nth_iterate sBody p) (MemElem mem) |=e expr
isWhile : interp (while expr sBody) (MemElem mem) =
          interp (nth_iterate sBody n) (MemElem mem)

======================== ( 1 / 1 )
conseq_or_bottom inv (interp (nth_iterate sBody n) (MemElem mem))

the paste is first rendered as non-empty, but following the given link will result in an empty paste…

@rugk
Copy link
Contributor

rugk commented Dec 6, 2017

Moved to PrivateBin/PrivateBin#260, ZeroBin is now PrivateBin.

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

2 participants