History log of /seL4-l4v-master/l4v/lib/Apply_Trace.thy
Revision Date Author Comments
# a45adef6 31-Oct-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

all: remove theory import path references

In Isabelle2020, when isabelle jedit is started without a session
context, e.g. `isabelle jedit -l ASpec`, theory imports with path
references cause the isabelle process to hang.

Since sessions now declare directories, Isabelle can find those files
without path reference and we therefore remove all such path references
from import statements. With this, `jedit` and `build` should work with
and without explicit session context as before.

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# 96588daf 17-Jul-2019 Corey Lewis <corey.lewis@data61.csiro.au>

lib: improve message printing for crunch and wp, and refactor common printing functions


# c34840d0 05-Jun-2019 Gerwin Klein <gerwin.klein@data61.csiro.au>

global: isabelle update_cartouches


# 6b9d9d24 09-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Isabelle2018: new "op x" syntax; now is "(x)"

(result of "isabelle update_op -m <dir>")


# 84081d12 09-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Isabelle2018 lib: Apply_Trace


# 0d3325ee 25-Aug-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

Isabelle2017: update lib for RC0

* ML Proof_Context.fact_alias renamed to alias_fact.

* Named_Target.init removed redundant parameter.

* Simplified Greatest, removed GreatestM.

* Introduced thm_node type in proofterm.ML.


# 6b9912c4 16-Oct-2017 Pang Luo <Pang.Luo@data61.csiro.au>

manually adjust non-obvious cases of tab to space replacement


# 184d6b70 09-Oct-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

remove most tab characters


# 796887d9 11-Jul-2017 Alejandro Gomez-Londono <alejandro.gomez@nicta.com.au>

Removes all trailing whitespaces


# 08940d56 02-Jul-2017 Sidney Amani <sidney.amani@nicta.com.au>

Fix bug in apply_trace when used with grouped lemmas.

This commit fixes a typo in apply_trace which
prevented correct printing of the index of
the lemma used in a grouped lemma.
An example is given in Apply_Trace_Cmd.thy


# eb350158 14-Dec-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

apply_trace: general interface for printing


# ab9f9154 14-Dec-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

apply_trace: attempt to give local facts

Do some name-mangling to try to find the most local variant of a fact


# 30122b5d 10-Nov-2016 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

Isabelle2016-1: update to new ML API

Update references to renamed ML constants; supply default arguments to
functions with additional parameters; etc.


# 92139db6 25-May-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

autolevity: refine tracing apply everywhere to work via Proof module hooks

This avoids doing redundant tactic operations at the top-level and lets
us trace "by" statements easily.


# d543517b 18-Apr-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

apply_trace: avoid conjunctionI before tracing


# 2460f00a 03-Feb-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

isabelle-2016: update Apply_Trace and fix to work in batch mode.


# 1979590f 03-Feb-2016 Ramana Kumar <ramana.kumar@nicta.com.au>

2016: attempt to update Apply_Trace.thy


# b3422bb1 16-Sep-2015 Daniel Matichuk <daniel.matichuk@nicta.com.au>

fixed Apply_Trace (removed broken mentioned_facts feature)


# 50dbd022 16-Sep-2015 Daniel Matichuk <daniel.matichuk@nicta.com.au>

fixed Apply_Trace (removed broken mentioned_facts feature)


# 190e7c38 17-Apr-2015 Gerwin Klein <gerwin.klein@nicta.com.au>

start work on Isabelle 2015 update


# 75773062 07-Oct-2014 Daniel Matichuk <daniel.matichuk@nicta.com.au>

Fixed apply trace for Isabelle 2014


# 5073f465 17-Sep-2014 David Greenaway <david.greenaway@nicta.com.au>

apply_trace: Add lower-level interface for clearing/reading deps.

The lower-level interface is useful for ML hackers, trying to debug
their own ML tactics.


# fe36a97b 08-Aug-2014 Lars Noschinski <lars@public.noschinski.de>

Port AutoCorres to Isabelle 2014-RC0


# 2a03e81d 14-Jul-2014 Gerwin Klein <gerwin.klein@nicta.com.au>

Import release snapshot.