mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
ee3647b814
This tries to address #125 by making the errors from the renamer a little bit more clear. Squashed commit of the following: commit 8afd3d7961b58df042fe801c3c5e1b9787f813bc Author: Trevor Elliott <trevor@galois.com> Date: Wed Dec 3 19:33:59 2014 -0800 Update tests for new renamer errors commit 7cac01836d8943cf3b08d6715ac328e3b6658cef Author: Trevor Elliott <trevor@galois.com> Date: Wed Dec 3 19:33:49 2014 -0800 Add `at` on errors and warnings to be more consistent commit 308908ba318a4cdc839710f66f1a487543f8c07e Author: Trevor Elliott <trevor@galois.com> Date: Wed Dec 3 19:06:57 2014 -0800 More consistent renamer warnings commit be8100a78e9eaba6d554591121c24ed5dcd3c780 Author: Trevor Elliott <trevor@galois.com> Date: Wed Dec 3 18:56:53 2014 -0800 More consistent error formatting from the renamer commit 26c45c3b51e0bdbcf6a1431cab8e1eb8760ea0bb Author: Trevor Elliott <trevor@galois.com> Date: Wed Dec 3 18:56:36 2014 -0800 Remove an un-triggerable error commit ccdb93e036ba1e111ccd977c8b3b35523f3c1bf0 Author: Trevor Elliott <trevor@galois.com> Date: Wed Dec 3 16:38:44 2014 -0800 Try to give better errors for unbound identifiers commit eb5784145985bb55c761088eaba27c67d08c1326 Author: Trevor Elliott <trevor@galois.com> Date: Wed Dec 3 16:38:23 2014 -0800 Remove old TODOs about located errors commit b984bb5f451f3aa7b4fc8f15167483c5142ee9a3 Author: Trevor Elliott <trevor@galois.com> Date: Wed Dec 3 14:37:34 2014 -0800 Differentiate missing type and expression symbols commit b9e6f13856db6765dced3cb9565cdc8387a7976d Author: Trevor Elliott <trevor@galois.com> Date: Wed Dec 3 14:36:52 2014 -0800 Remove a shadowing warning
48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at check09.cry:22:5--22:10
|
|
This binding for initL shadows the existing binding from
|
|
(at check09.cry:4:1--4:6, Main::initL)
|
|
[warning] at check09.cry:21:5--21:10
|
|
This binding for initS shadows the existing binding from
|
|
(at check09.cry:3:1--3:6, Main::initS)
|
|
[warning] at check09.cry:27:5--27:7
|
|
This binding for ls shadows the existing binding from
|
|
(at check09.cry:8:1--8:3, Main::ls)
|
|
[warning] at check09.cry:23:5--23:7
|
|
This binding for ss shadows the existing binding from
|
|
(at check09.cry:5:1--5:3, Main::ss)
|
|
[warning] at check09.cry:17:1--30:54:
|
|
Defaulting 4th type parameter
|
|
of expression (@@)
|
|
at check09.cry:17:15--17:17
|
|
to 3
|
|
[warning] at :1:1--37:28:
|
|
Defaulting 4th type parameter
|
|
of expression (@@)
|
|
at check09.cry:14:15--14:17
|
|
to 2
|
|
[warning] at :1:1--37:28:
|
|
Defaulting 4th type parameter
|
|
of expression (@@)
|
|
at check09.cry:13:15--13:17
|
|
to 2
|
|
[warning] at <interactive>:1:1--1:15:
|
|
Defaulting 4th type parameter
|
|
of expression (@@)
|
|
at <interactive>:1:4--1:6
|
|
to 2
|
|
[0x00000008, 0x00004080, 0x00068c00, 0x00a22800]
|
|
[warning] at <interactive>:1:1--1:15:
|
|
Defaulting 4th type parameter
|
|
of expression (@@)
|
|
at <interactive>:1:4--1:6
|
|
to 2
|
|
[0x00000800, 0x00005080, 0x00072d00, 0x00b08200]
|
|
[0x00000008, 0x131b638b, 0x4fdd24a2, 0xb9094711, 0xa9cc106f,
|
|
0x52c445fb, 0xec66ea8b]
|
|
True
|
|
True
|
|
True
|