mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 02:01:39 +03:00
3d275ea44c
Fixes a bug pointed out by @weaversa: https://github.com/GaloisInc/cryptol/issues/127#issuecomment-64464455 In addition to the other search path changes in #127, we now will add the directory containing files to be loaded to the search path. This applies to: - files loaded with a command line argument, like in the original comment - arguments to `:l`, so for example `:l examples/DES.cry` would work - batch file arguments, so for example running `cryptol -b /some/path/bar.cry` adds `/some/path` to the search path.
75 lines
2.0 KiB
Plaintext
75 lines
2.0 KiB
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
[warning] at :1:1--13:43:
|
|
Defaulting 2nd type parameter
|
|
of expression Main::xys
|
|
at ./check26.cry:11:42--11:45
|
|
to 4
|
|
[warning] at :1:1--13:43:
|
|
Defaulting 2nd type parameter
|
|
of expression Main::xys
|
|
at ./check26.cry:8:31--8:34
|
|
to 3
|
|
[warning] at :1:1--13:43:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at ./check26.cry:9:23--9:34
|
|
to 4
|
|
[warning] at :1:1--13:43:
|
|
Defaulting type parameter 'bits'
|
|
of finite enumeration
|
|
at ./check26.cry:9:41--9:51
|
|
to 3
|
|
[warning] at :1:1--13:43:
|
|
Defaulting 1st type parameter
|
|
of expression Main::xy
|
|
at ./check26.cry:4:17--4:19
|
|
to 4
|
|
[warning] at :1:1--13:43:
|
|
Defaulting 2nd type parameter
|
|
of expression Main::xy
|
|
at ./check26.cry:4:17--4:19
|
|
to 5
|
|
[warning] at :1:1--13:43:
|
|
Defaulting 2nd type parameter
|
|
of expression Main::xy
|
|
at ./check26.cry:4:23--4:25
|
|
to 5
|
|
[warning] at :1:1--13:43:
|
|
Defaulting 1st type parameter
|
|
of expression Main::xy
|
|
at ./check26.cry:4:37--4:39
|
|
to 4
|
|
[warning] at :1:1--13:43:
|
|
Defaulting 2nd type parameter
|
|
of expression Main::xy
|
|
at ./check26.cry:4:37--4:39
|
|
to 5
|
|
[warning] at :1:1--13:43:
|
|
Defaulting 1st type parameter
|
|
of expression Main::xy
|
|
at ./check26.cry:4:43--4:45
|
|
to 4
|
|
[warning] at :1:1--13:43:
|
|
Defaulting 2nd type parameter
|
|
of expression Main::xy
|
|
at ./check26.cry:5:17--5:19
|
|
to 5
|
|
[warning] at :1:1--13:43:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at ./check26.cry:5:23--5:25
|
|
to 4
|
|
[warning] at :1:1--13:43:
|
|
Defaulting 1st type parameter
|
|
of expression Main::xy
|
|
at ./check26.cry:5:35--5:37
|
|
to 4
|
|
[warning] at :1:1--13:43:
|
|
Defaulting type parameter 'bits'
|
|
of literal or demoted expression
|
|
at ./check26.cry:5:41--5:43
|
|
to 5
|
|
True
|