/usr/lib/swi-prolog/boot/messages.pl is in swi-prolog-nox 5.10.4-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 | /* $Id$
Part of SWI-Prolog
Author: Jan Wielemaker
E-mail: J.Wielemaker@uva.nl
WWW: http://www.swi-prolog.org
Copyright (C): 1985-2009, University of Amsterdam
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
As a special exception, if you link this library with other files,
compiled with a Free Software compiler, to produce an executable, this
library does not by itself cause the resulting executable to be covered
by the GNU General Public License. This exception does not however
invalidate any other reasons why the executable file might be covered by
the GNU General Public License.
*/
:- module('$messages',
[ print_message/2, % +Kind, +Term
print_message_lines/3, % +Stream, +Prefix, +Lines
message_to_string/2 % +Term, -String
]).
:- multifile
prolog:message/3, % entire message
prolog:error_message/3, % 1-st argument of error term
prolog:message_context/3, % Context of error messages
prolog:message_line_element/2. % Extend printing
:- discontiguous
prolog_message/3.
%% translate_message(+Term)// is det.
%
% Translate a message Term into message lines. The produced lines
% is a list of
%
% * nl
% Emit a newline
% * Fmt-Args
% Emit the result of format(Fmt, Args)
% * Fmt
% Emit the result of format(Fmt)
% * flush
% Used only as last element of the list. Simply flush the
% output instead of producing a final newline.
translate_message(Term) -->
translate_message2(Term), !.
translate_message2(Term) -->
{var(Term)}, !,
[ 'Unknown message: ~p'-[Term] ].
translate_message2(Term) -->
prolog:message(Term).
translate_message2(Term) -->
prolog_message(Term).
translate_message2(error(resource_error(stack), Name)) -->
[ 'Out of ~w stack'-[Name] ].
translate_message2(error(resource_error(Missing), _)) -->
[ 'Not enough resources: ~w'-[Missing] ].
translate_message2(error(ISO, SWI)) -->
swi_context(SWI),
term_message(ISO),
swi_extra(SWI).
translate_message2('$aborted') -->
[ 'Execution Aborted' ].
translate_message2(message_lines(Lines), L, T) :- % deal with old C-warning()
make_message_lines(Lines, L, T).
translate_message2(format(Fmt, Args)) -->
[ Fmt-Args ].
translate_message2(Term) -->
{ Term = error(_, _) },
[ 'Unknown exception: ~p'-[Term] ].
translate_message2(Term) -->
[ 'Unknown message: ~p'-[Term] ].
make_message_lines([], T, T) :- !.
make_message_lines([Last], ['~w'-[Last]|T], T) :- !.
make_message_lines([L0|LT], ['~w'-[L0],nl|T0], T) :-
make_message_lines(LT, T0, T).
term_message(Term) -->
{var(Term)}, !,
[ 'Unknown error term: ~p'-[Term] ].
term_message(Term) -->
prolog:error_message(Term).
term_message(Term) -->
iso_message(Term).
term_message(Term) -->
swi_message(Term).
term_message(Term) -->
[ 'Unknown error term: ~p'-[Term] ].
iso_message(type_error(evaluable, Actual)) -->
[ 'Arithmetic: `~p'' is not a function'-[Actual] ].
iso_message(type_error(free_of_attvar, Actual)) -->
[ 'Type error: `~W'' contains attributed variables'-
[Actual,[portray(true), attributes(portray)]] ].
iso_message(type_error(Expected, Actual)) -->
[ 'Type error: `~w'' expected, found `~p'''-[Expected, Actual] ].
iso_message(domain_error(Domain, Actual)) -->
[ 'Domain error: `~w'' expected, found `~p'''-[Domain, Actual] ].
iso_message(instantiation_error) -->
[ 'Arguments are not sufficiently instantiated' ].
iso_message(uninstantiation_error(Var)) -->
[ 'Uninstantiated argument expected, found ~p'-[Var] ].
iso_message(representation_error(What)) -->
[ 'Cannot represent due to `~w'''-[What] ].
iso_message(permission_error(Action, built_in_procedure, Pred)) -->
{ user_predicate_indicator(Pred, PI)
},
[ 'No permission to ~w built-in predicate `~p'''-[Action, PI] ],
( {Action \== export}
-> [ nl,
'Use :- redefine_system_predicate(+Head) if redefinition is intended'
]
; []
).
iso_message(permission_error(Action, Type, Object)) -->
[ 'No permission to ~w ~w `~p'''-[Action, Type, Object] ].
iso_message(evaluation_error(Which)) -->
[ 'Arithmetic: evaluation error: `~p'''-[Which] ].
iso_message(existence_error(procedure, Proc)) -->
[ 'Undefined procedure: ~q'-[Proc] ],
undefined_proc_msg(Proc).
iso_message(existence_error(Type, Object)) -->
[ '~w `~p'' does not exist'-[Type, Object] ].
iso_message(busy(Type, Object)) -->
[ '~w `~p'' is busy'-[Type, Object] ].
iso_message(syntax_error(Id)) -->
[ 'Syntax error: ' ],
syntax_error(Id).
iso_message(occurs_check(Var, In)) -->
[ 'Cannot unify ~p with ~p: would create an infinite tree'-[Var, In] ].
undefined_proc_msg(_:(^)/2) --> !,
undefined_proc_msg((^)/2).
undefined_proc_msg((^)/2) --> !,
[nl, ' ^/2 can only appear as the 2nd argument of setof/3 and bagof/3'].
undefined_proc_msg((:-)/2) --> !,
[nl, ' Rules must be loaded from a file'],
faq('ToplevelMode').
undefined_proc_msg((:-)/1) --> !,
[nl, ' Directives must be loaded from a file'],
faq('ToplevelMode').
undefined_proc_msg((?-)/1) --> !,
[nl, ' ?- is the Prolog prompt'],
faq('ToplevelMode').
undefined_proc_msg(Proc) -->
{ dwim_predicates(Proc, Dwims) },
( {Dwims \== []}
-> [nl, ' However, there are definitions for:', nl],
dwim_message(Dwims)
; []
).
faq(Page) -->
[nl, ' See FAQ at http://www.swi-prolog.org/FAQ/', Page, '.txt' ].
syntax_error(end_of_clause) -->
[ 'Unexpected end of clause' ].
syntax_error(end_of_clause_expected) -->
[ 'End of clause expected' ].
syntax_error(end_of_file) -->
[ 'Unexpected end of file' ].
syntax_error(end_of_file_in_atom) -->
[ 'End of file in quoted atom' ].
syntax_error(end_of_file_in_block_comment) -->
[ 'End of file in /* ... */ comment' ].
syntax_error(end_of_file_in_string) -->
[ 'End of file in quoted string' ].
syntax_error(illegal_number) -->
[ 'Illegal number' ].
syntax_error(long_atom) -->
[ 'Atom too long (see style_check/1)' ].
syntax_error(long_string) -->
[ 'String too long (see style_check/1)' ].
syntax_error(operator_clash) -->
[ 'Operator priority clash' ].
syntax_error(operator_expected) -->
[ 'Operator expected' ].
syntax_error(operator_balance) -->
[ 'Unbalanced operator' ].
syntax_error(quoted_punctuation) -->
[ 'Operand expected, unquoted comma or bar found' ].
syntax_error(list_rest) -->
[ 'Unexpected comma or bar in rest of list' ].
syntax_error(cannot_start_term) -->
[ 'Illegal start of term' ].
syntax_error(punct(Punct, End)) -->
[ 'Unexpected `~w\' before `~w\''-[Punct, End] ].
syntax_error(Message) -->
[ '~w'-[Message] ].
dwim_predicates(Module:Name/_Arity, Dwims) :- !,
findall(Dwim, dwim_predicate(Module:Name, Dwim), Dwims).
dwim_predicates(Name/_Arity, Dwims) :-
findall(Dwim, dwim_predicate(user:Name, Dwim), Dwims).
dwim_message([]) --> [].
dwim_message([M:Head|T]) -->
{ hidden_module(M), !,
functor(Head, Name, Arity)
},
[ ' ~q'-[Name/Arity], nl ],
dwim_message(T).
dwim_message([Module:Head|T]) --> !,
{ functor(Head, Name, Arity)
},
[ ' ~q'-[Module:Name/Arity], nl],
dwim_message(T).
dwim_message([Head|T]) -->
{functor(Head, Name, Arity)},
[ ' ~q'-[Name/Arity], nl],
dwim_message(T).
swi_message(io_error(Op, Stream)) -->
[ 'I/O error in ~w on stream ~p'-[Op, Stream] ].
swi_message(shell(execute, Cmd)) -->
[ 'Could not execute `~w'''-[Cmd] ].
swi_message(shell(signal(Sig), Cmd)) -->
[ 'Caught signal ~d on `~w'''-[Sig, Cmd] ].
swi_message(format(Fmt, Args)) -->
[ Fmt-Args ].
swi_message(signal(Name, Num)) -->
[ 'Caught signal ~d (~w)'-[Num, Name] ].
swi_message(limit_exceeded(Limit, MaxVal)) -->
[ 'Exceeded ~w limit (~w)'-[Limit, MaxVal] ].
swi_message(goal_failed(Goal)) -->
[ 'goal unexpectedly failed: ~p'-[Goal] ].
swi_message(shared_object(_Action, Message)) --> % Message = dlerror()
[ '~w'-[Message] ].
swi_message(system_error(Error)) -->
[ 'error in system call: ~w'-[Error]
].
swi_message(system_error) -->
[ 'error in system call'
].
swi_message(failure_error(Goal)) -->
[ 'Goal failed: ~p'-[Goal] ].
swi_message(timeout_error(Op, Stream)) -->
[ 'Timeout in ~w from ~p'-[Op, Stream] ].
swi_message(not_implemented(Type, What)) -->
[ '~w `~p\' is not implemented in this version'-[Type, What] ].
swi_message(context_error(nodirective, Goal)) -->
{ goal_to_predicate_indicator(Goal, PI) },
[ 'Wrong context: ~p can only be used in a directive'-[PI] ].
swi_message(context_error(edit, no_default_file)) -->
( { current_prolog_flag(windows, true) }
-> [ 'Edit/0 can only be used after opening a \
Prolog file by double-clicking it' ]
; [ 'Edit/0 can only be used with the "-s file" commandline option'
]
).
swi_message(format_argument_type(Fmt, Arg)) -->
[ 'Illegal argument to format sequence ~~~w: ~p'-[Fmt, Arg] ].
swi_message(format(Msg)) -->
[ 'Format error: ~w'-[Msg] ].
swi_context(X) -->
{ var(X)
}, !,
[].
swi_context(context(Caller, _Msg)) -->
{ ground(Caller)
}, !,
caller(Caller).
swi_context(file(Path, Line, -1, _CharNo)) --> !,
[ '~w:~d: '-[Path, Line] ].
swi_context(file(Path, Line, LinePos, _CharNo)) -->
[ '~w:~d:~d: '-[Path, Line, LinePos] ].
swi_context(stream(Stream, Line, LinePos, _CharNo)) -->
[ 'Stream ~w:~d:~d '-[Stream, LinePos, Line] ].
swi_context(_) -->
[].
caller(system:'$record_clause'/3) --> !,
[].
caller(Module:Name/Arity) --> !,
( { \+ hidden_module(Module) }
-> [ '~q:~q/~w: '-[Module, Name, Arity] ]
; [ '~q/~w: '-[Name, Arity] ]
).
caller(Name/Arity) -->
[ '~q/~w: '-[Name, Arity] ].
caller(Caller) -->
[ '~p: '-[Caller] ].
swi_extra(X) -->
{ var(X)
}, !,
[].
swi_extra(Context) -->
prolog:message_context(Context).
swi_extra(context(_, Msg)) -->
{ nonvar(Msg),
Msg \== ''
}, !,
[ ' (~w)'-[Msg] ].
swi_extra(string(String, CharPos)) -->
{ sub_string(String, 0, CharPos, _, Before),
sub_string(String, CharPos, _, 0, After)
},
[ nl, '~w'-[Before], nl, '** here **', nl, '~w'-[After] ].
swi_extra(_) -->
[].
/*******************************
* NORMAL MESSAGES *
*******************************/
prolog_message(initialization_error(_, E, File:Line)) --> !,
[ '~w:~d: '-[File, Line],
'Initialization goal raised exception:', nl
],
translate_message(E).
prolog_message(initialization_error(Goal, E, _)) -->
[ 'Initialization goal ~p raised exception:'-[Goal], nl ],
translate_message(E).
prolog_message(initialization_failure(_Goal, File:Line)) --> !,
[ '~w:~d: '-[File, Line],
'Initialization goal failed'-[]
].
prolog_message(initialization_failure(Goal, _)) -->
[ 'Initialization goal failed: ~p'-[Goal]
].
prolog_message(initialization_exception(E)) -->
[ 'Prolog initialisation failed:', nl ],
translate_message(E).
prolog_message(unhandled_exception(E)) -->
[ 'Unhandled exception: ' ],
translate_message(E).
prolog_message(goal_failed(Goal, Context)) -->
[ 'Goal (~w) failed: ~p'-[Goal, Context] ].
prolog_message(no_current_module(Module)) -->
[ '~w is not a current module (created)'-[Module] ].
prolog_message(commandline_arg_type(Flag, Arg)) -->
[ 'Bad argument to commandline option -~w: ~w'-[Flag, Arg] ].
prolog_message(missing_feature(Name)) -->
[ 'This version of SWI-Prolog does not support ~w'-[Name] ].
prolog_message(singletons(List)) -->
[ 'Singleton variables: ~w'-[List] ].
prolog_message(multitons(List)) -->
[ 'Singleton-marked variables appearing more than once: ~w'-[List] ].
prolog_message(profile_no_cpu_time) -->
[ 'No CPU-time info. Check the SWI-Prolog manual for details' ].
prolog_message(non_ascii(Text, Type)) -->
[ 'Unquoted ~w with non-portable characters: ~w'-[Type, Text] ].
prolog_message(io_warning(Stream, Message)) -->
{ stream_property(Stream, position(Position)), !,
stream_position_data(line_count, Position, LineNo),
stream_position_data(line_position, Position, LinePos),
( stream_property(Stream, file_name(File))
-> Obj = File
; Obj = Stream
)
},
[ '~p:~d:~d: ~w'-[Obj, LineNo, LinePos, Message] ].
prolog_message(io_warning(Stream, Message)) -->
[ 'stream ~p: ~w'-[Stream, Message] ].
prolog_message(option_usage(pldoc)) -->
[ 'Usage: --pldoc[=port]' ].
prolog_message(interrupt(begin)) -->
[ 'Action (h for help) ? ', flush ].
prolog_message(interrupt(end)) -->
[ 'continue' ].
prolog_message(interrupt(trace)) -->
[ 'continue (trace mode)' ].
/*******************************
* LOADING FILES *
*******************************/
prolog_message(modify_active_procedure(Who, What)) -->
[ '~p: modified active procedure ~p'-[Who, What] ].
prolog_message(load_file(failed(user:File))) -->
[ 'Failed to load ~p'-[File] ].
prolog_message(load_file(failed(Module:File))) -->
[ 'Failed to load ~p into module ~p'-[File, Module] ].
prolog_message(load_file(failed(File))) -->
[ 'Failed to load ~p'-[File] ].
prolog_message(mixed_directive(Goal)) -->
[ 'Cannot pre-compile mixed load/call directive: ~p'-[Goal] ].
prolog_message(cannot_redefine_comma) -->
[ 'Full stop in clause-body? Cannot redefine ,/2' ].
prolog_message(illegal_autoload_index(Dir, Term)) -->
[ 'Illegal term in INDEX file of directory ~w: ~w'-[Dir, Term] ].
prolog_message(redefined_procedure(Type, Proc)) -->
[ 'Redefined ~w procedure ~p'-[Type, Proc] ].
prolog_message(declare_module(Module, abolish(Predicates))) -->
[ 'Loading module ~w abolished: ~p'-[Module, Predicates] ].
prolog_message(undefined_export(Module, PI)) -->
[ 'Exported procedure ~q:~q is not defined'-[Module, PI] ].
prolog_message(discontiguous((-)/2)) -->
prolog_message(minus_in_identifier).
prolog_message(discontiguous(Proc)) -->
[ 'Clauses of ~p are not together in the source-file'-[Proc] ].
prolog_message(load_file(start(Level, File))) -->
[ '~|~t~*+Loading '-[Level] ],
load_file(File),
[ ' ...' ].
prolog_message(load_file(done(Level, File, Action, Module, Time, Heap))) -->
[ '~|~t~*+'-[Level] ],
load_file(File),
[ ' ~w'-[Action] ],
load_module(Module),
[ ' ~2f sec, ~D bytes'-[Time, Heap] ].
prolog_message(dwim_undefined(Goal, Alternatives)) -->
{ goal_to_predicate_indicator(Goal, Pred)
},
[ 'Undefined procedure: ~q'-[Pred], nl,
' However, there are definitions for:', nl
],
dwim_message(Alternatives).
prolog_message(dwim_correct(Into)) -->
[ 'Correct to: ~q? '-[Into], flush ].
prolog_message(error(loop_error(Spec), file_search(Used))) -->
[ 'File search: too many levels of indirections on: ~p'-[Spec], nl,
' Used alias expansions:', nl
],
used_search(Used).
prolog_message(minus_in_identifier) -->
[ 'The "-" character should not be used to seperate words in an', nl,
'identifier. Check the SWI-Prolog FAQ for details.'
].
prolog_message(qlf(removed_after_error(File))) -->
[ 'Removed incomplete QLF file ~w'-[File] ].
prolog_message(redefine_module(Module, OldFile, File)) -->
[ 'Module "~q" already loaded from ~w.'-[Module, OldFile], nl,
'Wipe and reload from ~w? '-[File], flush
].
prolog_message(redefine_module_reply) -->
[ 'Please answer y(es), n(o) or a(bort)' ].
used_search([]) -->
[].
used_search([Alias=Expanded|T]) -->
[ ' file_search_path(~p, ~p)'-[Alias, Expanded], nl ],
used_search(T).
load_file(file(Spec, _Path)) -->
( {atomic(Spec)}
-> [ '~w'-[Spec] ]
; [ '~p'-[Spec] ]
).
%load_file(file(_, Path)) -->
% [ '~w'-[Path] ].
load_module(user) --> !.
load_module(system) --> !.
load_module(Module) -->
[ ' into ~w'-[Module] ].
goal_to_predicate_indicator(Goal, PI) :-
strip_module(Goal, Module, Head),
functor(Head, Name, Arity),
user_predicate_indicator(Module:Name/Arity, PI).
user_predicate_indicator(Module:PI, PI) :-
hidden_module(Module), !.
user_predicate_indicator(PI, PI).
hidden_module(user) :- !.
hidden_module(system) :- !.
hidden_module(M) :-
sub_atom(M, 0, _, _, $).
prolog_message(file_search(cache(Spec, _Cond), Path)) -->
[ 'File search: ~p --> ~p (cache)'-[Spec, Path] ].
prolog_message(file_search(found(Spec, Cond), Path)) -->
[ 'File search: ~p --> ~p OK ~p'-[Spec, Path, Cond] ].
prolog_message(file_search(tried(Spec, Cond), Path)) -->
[ 'File search: ~p --> ~p NO ~p'-[Spec, Path, Cond] ].
/*******************************
* GC *
*******************************/
prolog_message(gc(start)) -->
[ 'GC: ', flush ].
prolog_message(gc(done(G, T, Time, UG, UT, RG, RT))) -->
[ at_same_line,
'gained ~D+~D in ~2f sec; used ~D+~D; free ~D+~D'-
[G, T, Time, UG, UT, RG, RT]
].
prolog_message(shift_stacks(start(_L,_G,_T))) -->
[ 'Stack-shift: ', flush ].
prolog_message(shift_stacks(done(Time, L, G, T))) -->
{ LKB is L//1024,
GKB is G//1024,
TKB is T//1024
},
[ at_same_line,
'local: ~DKB, global: ~DKB, trail: ~DKB bytes (~2f sec)'-
[LKB, GKB, TKB, Time]
].
prolog_message(agc(start)) -->
{ thread_self(Me)
},
[ 'AGC: [~w] '-[Me], flush ].
prolog_message(agc(done(Collected, Remaining, Time))) -->
[ at_same_line,
'reclaimed ~D atoms in ~2f sec. (remaining: ~D)'-
[Collected, Time, Remaining]
].
/*******************************
* MAKE/AUTOLOAD *
*******************************/
prolog_message(make(reload(Files))) -->
{ length(Files, N)
},
[ 'Make: reloading ~D files'-[N] ].
prolog_message(make(done(_Files))) -->
[ 'Make: finished' ].
prolog_message(make(library_index(Dir))) -->
[ 'Updating index for library ~w'-[Dir] ].
prolog_message(autoload(Pred, File)) -->
[ 'Autoloading ~p from ~w'-[Pred, File] ].
prolog_message(autoload(read_index(Dir))) -->
[ 'Loading autoload index for ~w'-[Dir] ].
/*******************************
* TOPLEVEL MESSAGES *
*******************************/
prolog_message(version) -->
{ current_prolog_flag(version_git, Version) }, !,
[ '~w'-[Version] ].
prolog_message(version) -->
{ current_prolog_flag(version, Version),
Major is Version // 10000,
Minor is (Version // 100) mod 100,
Patch is Version mod 100
},
[ '~w.~w.~w'-[Major, Minor, Patch] ].
prolog_message(address_bits) -->
{ current_prolog_flag(address_bits, Bits)
}, !,
[ '~d bits, '-[Bits] ].
prolog_message(threads) -->
{ current_prolog_flag(threads, true)
}, !,
[ 'Multi-threaded, ' ].
prolog_message(threads) -->
[].
prolog_message(copyright) -->
[ 'Copyright (c) 1990-2011 University of Amsterdam, VU Amsterdam', nl,
'SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software,', nl,
'and you are welcome to redistribute it under certain conditions.', nl,
'Please visit http://www.swi-prolog.org for details.'
].
prolog_message(author) -->
[ 'Jan Wielemaker (jan@swi-prolog.org)' ].
prolog_message(welcome) -->
[ 'Welcome to SWI-Prolog (' ],
prolog_message(threads),
prolog_message(address_bits),
['Version ' ],
prolog_message(version),
[ ')', nl ],
prolog_message(copyright),
[ nl, nl,
'For help, use ?- help(Topic). or ?- apropos(Word).',
nl, nl
].
prolog_message(about) -->
[ 'SWI-Prolog version ' ],
prolog_message(version),
[ ' by ' ],
prolog_message(author),
[ nl ],
prolog_message(copyright).
prolog_message(halt) -->
[ 'halt' ].
prolog_message(break(enter(Level))) -->
[ 'Break level ~d'-[Level] ].
prolog_message(break(exit(Level))) -->
[ nl, 'Exit break level ~d'-[Level] ].
prolog_message(var_query(_)) -->
[ '... 1,000,000 ............ 10,000,000 years later', nl, nl,
'~t~8|>> 42 << (last release gives the question)'
].
prolog_message(close_on_abort(Stream)) -->
[ 'Abort: closed stream ~p'-[Stream] ].
prolog_message(query(QueryResult)) -->
query_result(QueryResult).
query_result(no) --> % failure
[ 'false.'-[] ],
extra_line.
query_result(yes([])) --> !, % prompt_alternatives_on: groundness
[ 'true.'-[] ],
extra_line.
query_result(yes(Residuals)) -->
result([], Residuals),
extra_line.
query_result(done) --> % user typed <CR>
extra_line.
query_result(yes(Bindings, Residuals)) -->
result(Bindings, Residuals),
prompt(yes, Bindings, Residuals).
query_result(more(Bindings, Residuals)) -->
result(Bindings, Residuals),
prompt(more, Bindings, Residuals).
query_result(help) -->
[ nl, 'Actions:'-[], nl, nl,
'; (n, r, space, TAB): redo t: trace & redo'-[], nl,
'b: break c (a, RET): exit'-[], nl,
'w: write p print'-[], nl,
'h (?): help'-[],
nl, nl
].
query_result(action) -->
[ 'Action? '-[], flush ].
query_result(confirm) -->
[ 'Please answer \'y\' or \'n\'? '-[], flush ].
query_result(eof) -->
[ nl ].
query_result(toplevel_open_line) -->
[].
prompt(Answer, [], []) --> !,
prompt(Answer, empty).
prompt(Answer, _, _) --> !,
prompt(Answer, non_empty).
prompt(yes, empty) --> !,
[ 'true.'-[] ],
extra_line.
prompt(yes, _) --> !,
[ full_stop ],
extra_line.
prompt(more, empty) --> !,
[ 'true '-[], flush ].
prompt(more, _) --> !,
[ ' '-[], flush ].
result(Bindings, Residuals) -->
{ current_prolog_flag(toplevel_print_options, Options0),
Options = [partial(true)|Options0]
},
bindings(Bindings, [priority(699)|Options]),
bind_res_sep(Bindings, Residuals),
residuals(Residuals, [priority(999)|Options]).
bindings([], _) -->
[].
bindings([binding(Names,Skel,Subst)|T], Options) -->
{ '$last'(Names, Name) },
var_names(Names), value(Name, Skel, Subst, Options),
( { T \== [] }
-> [ ','-[], nl ],
bindings(T, Options)
; []
).
var_names([Name]) --> !,
[ '~w = '-[Name] ].
var_names([Name1,Name2|T]) --> !,
[ '~w = ~w, '-[Name1, Name2] ],
var_names([Name2|T]).
value(Name, Skel, Subst, Options) -->
( { var(Skel), Subst = [Skel=S] }
-> { Skel = '$VAR'(Name) },
[ '~W'-[S, Options] ]
; [ '~W'-[Skel, Options] ],
substitution(Subst, Options)
).
substitution([], _) --> !.
substitution([N=V|T], Options) -->
[ ', ', ansi(fg(green), '% where', []), nl,
' ~w = ~W'-[N,V,Options] ],
substitutions(T, Options).
substitutions([], _) --> [].
substitutions([N=V|T], Options) -->
[ ','-[], nl, ' ~w = ~W'-[N,V,Options] ],
substitutions(T, Options).
residuals([], _) -->
[].
residuals([G|Gs], Options) -->
( { Gs \== [] }
-> [ '~W,'-[G, Options], nl ],
residuals(Gs, Options)
; [ '~W'-[G, Options] ]
).
bind_res_sep(_, []) --> !,
[].
bind_res_sep([], _) --> !,
[].
bind_res_sep(_, _) -->
[','-[], nl].
extra_line -->
{ current_prolog_flag(toplevel_extra_white_line, true) }, !,
['~N'-[]].
extra_line -->
[].
prolog_message(if_tty(Text)) -->
( {current_prolog_flag(tty_control, true)}
-> [ at_same_line, '~w'-[Text] ]
; []
).
prolog_message(halt(Reason)) -->
[ '~w: halt'-[Reason] ].
prolog_message(no_action(Char)) -->
[ 'Unknown action: ~c (h for help)'-[Char], nl ].
prolog_message(history(help(Show, Help))) -->
[ 'History Commands:', nl,
' !!. Repeat last query', nl,
' !nr. Repeat query numbered <nr>', nl,
' !str. Repeat last query starting with <str>', nl,
' !?str. Repeat last query holding <str>', nl,
' ^old^new. Substitute <old> into <new> of last query', nl,
' !nr^old^new. Substitute in query numbered <nr>', nl,
' !str^old^new. Substitute in query starting with <str>', nl,
' !?str^old^new. Substitute in query holding <str>', nl,
' ~w.~21|Show history list'-[Show], nl,
' ~w.~21|Show this list'-[Help], nl, nl
].
prolog_message(history(no_event)) -->
[ '! No such event' ].
prolog_message(history(bad_substitution)) -->
[ '! Bad substitution' ].
prolog_message(history(expanded(Event))) -->
[ '~w.'-[Event] ].
prolog_message(history(history(Events))) -->
history_events(Events).
history_events([]) -->
[].
history_events([Nr/Event|T]) -->
[ '~t~w ~8|~W~W'-[ Nr,
Event, [partial(true)],
'.', [partial(true)]
],
nl
],
history_events(T).
/*******************************
* DEBUGGER MESSAGES *
*******************************/
prolog_message(spy(Head)) -->
{ goal_to_predicate_indicator(Head, Pred)
},
[ 'Spy point on ~p'-[Pred] ].
prolog_message(nospy(Head)) -->
{ goal_to_predicate_indicator(Head, Pred)
},
[ 'Spy point removed from ~p'-[Pred] ].
prolog_message(trace_mode(Bool)) -->
[ 'Trace mode switched to ~w'-[Bool] ].
prolog_message(debug_mode(Bool)) -->
[ 'Debug mode switched to ~w'-[Bool] ].
prolog_message(debugging(Bool)) -->
[ 'Debug mode is ~w'-[Bool] ].
prolog_message(spying([])) --> !,
[ 'No spy points' ].
prolog_message(spying(Heads)) -->
[ 'Spy points (see spy/1) on:', nl ],
predicate_list(Heads).
prolog_message(trace(Head, [])) --> !,
{ goal_to_predicate_indicator(Head, Pred)
},
[ ' ~p: Not tracing'-[Pred], nl].
prolog_message(trace(Head, Ports)) -->
{ goal_to_predicate_indicator(Head, Pred)
},
[ ' ~p: ~w'-[Pred, Ports], nl].
prolog_message(tracing([])) --> !,
[ 'No traced predicates (see trace/1)' ].
prolog_message(tracing(Heads)) -->
[ 'Trace points (see trace/1) on:', nl ],
tracing_list(Heads).
predicate_list([]) --> % TBD: Share with dwim, etc.
[].
predicate_list([H|T]) -->
{ goal_to_predicate_indicator(H, Pred)
},
[ ' ~p'-[Pred], nl],
predicate_list(T).
tracing_list([]) -->
[].
tracing_list([trace(Head, Ports)|T]) -->
translate_message(trace(Head, Ports)),
tracing_list(T).
prolog_message(frame(Frame, backtrace, _PC)) --> !,
{ prolog_frame_attribute(Frame, level, Level)
},
[ '~t[~D] ~10|'-[Level] ],
frame_context(Frame),
frame_goal(Frame).
prolog_message(frame(Frame, choice, PC)) --> !,
prolog_message(frame(Frame, backtrace, PC)).
prolog_message(frame(_, cut_call, _)) --> !, [].
prolog_message(frame(Frame, trace(Port), _PC)) --> !,
[ ' T ' ],
port(Port),
frame_level(Frame),
frame_context(Frame),
frame_goal(Frame).
prolog_message(frame(Frame, Port, _PC)) -->
frame_flags(Frame),
port(Port),
frame_level(Frame),
frame_context(Frame),
frame_depth_limit(Port, Frame),
frame_goal(Frame),
[ flush ].
frame_goal(Frame) -->
{ prolog_frame_attribute(Frame, goal, Goal0),
clean_goal(Goal0, Goal),
current_prolog_flag(debugger_print_options, Options)
},
[ '~W'-[Goal, Options] ].
frame_level(Frame) -->
{ prolog_frame_attribute(Frame, level, Level)
},
[ '(~D) '-[Level] ].
frame_context(Frame) -->
( { current_prolog_flag(debugger_show_context, true),
prolog_frame_attribute(Frame, context_module, Context)
}
-> [ '[~w] '-[Context] ]
; []
).
frame_depth_limit(fail, Frame) -->
{ prolog_frame_attribute(Frame, depth_limit_exceeded, true)
}, !,
[ '[depth-limit exceeded] ' ].
frame_depth_limit(_, _) -->
[].
frame_flags(Frame) -->
{ prolog_frame_attribute(Frame, goal, Goal),
( predicate_property(Goal, transparent)
-> T = '^'
; T = ' '
),
( predicate_property(Goal, spying)
-> S = '*'
; S = ' '
)
},
[ '~w~w '-[T, S] ].
port(Port) -->
{ port_name(Port, Name)
}, !,
[ '~w: '-[Name] ].
port_name(call, 'Call').
port_name(exit, 'Exit').
port_name(fail, 'Fail').
port_name(redo, 'Redo').
port_name(unify, 'Unify').
port_name(exception, 'Exception').
clean_goal(M:Goal, Goal) :-
hidden_module(M), !.
clean_goal(M:Goal, Goal) :-
predicate_property(M:Goal, built_in), !.
clean_goal(Goal, Goal).
/*******************************
* COMPATIBILITY *
*******************************/
prolog_message(compatibility(renamed(Old, New))) -->
[ 'The predicate ~p has been renamed to ~p.'-[Old, New], nl,
'Please update your sources for compatibility with future versions.'
].
/*******************************
* THREADS *
*******************************/
prolog_message(abnormal_thread_completion(Goal, exception(Ex))) --> !,
[ 'Thread running "~p" died on exception: '-[Goal] ],
translate_message(Ex).
prolog_message(abnormal_thread_completion(Goal, fail)) -->
[ 'Thread running "~p" died due to failure'-[Goal] ].
prolog_message(threads_not_died(Count)) -->
[ '~D threads wouldn\'t die'-[Count] ].
/*******************************
* PRINTING MESSAGES *
*******************************/
:- multifile
user:message_hook/3.
:- dynamic
user:message_hook/3.
% print_message(+Kind, +Term)
%
% Print an error message using a term as generated by the exception
% system.
print_message(Level, Term) :-
( must_print(Level, Term)
-> ( translate_message(Term, Lines, [])
-> ( nonvar(Term),
notrace(user:message_hook(Term, Level, Lines))
-> true
; print_system_message(Term, Level, Lines)
)
)
; true
).
% print_system_message(+Term, +Level, +Lines)
%
% Print the message if the user did not intecept the message.
% The first is used for errors and warnings that can be related
% to source-location. Note that syntax errors have their own
% source-location and should therefore not be handled this way.
print_system_message(_, silent, _) :- !.
print_system_message(_, informational, _) :-
current_prolog_flag(verbose, silent), !.
print_system_message(_, banner, _) :-
current_prolog_flag(verbose, silent), !.
print_system_message(Term, Level, Lines) :-
flush_output(user_output),
source_location(File, Line),
Term \= error(syntax_error(_), _),
prefix(Level, Prefix, LinePrefix, PostFix, Wait, Stream), !,
format(Stream, Prefix, [File, Line]),
print_message_lines(Stream, LinePrefix, Lines),
format(Stream, PostFix, []),
( Wait > 0
-> sleep(Wait)
; true
).
print_system_message(_, Level, Lines) :-
flush_output(user_output),
prefix(Level, LinePrefix, Stream), !,
print_message_lines(Stream, LinePrefix, Lines).
print_system_message(_, Level, _) :-
\+ prefix(Level, _, _),
throw(error(domain_error(message_kind, Level), _)).
prefix(error, 'ERROR: ~w:~d:~n', '\t', '', 0.5, user_error).
prefix(warning, 'Warning: ~w:~d:~n', '\t', '', 0, user_error).
prefix(help, '', user_error).
prefix(query, '', user_error).
prefix(debug, '', user_output).
prefix(warning, Prefix, user_error) :-
thread_self(Id),
( Id == main
-> Prefix = 'Warning: '
; atomic_list_concat(['Warning: [Thread ', Id, '] '], Prefix)
).
prefix(error, Prefix, user_error) :-
thread_self(Id),
( Id == main
-> Prefix = 'ERROR: '
; atomic_list_concat(['ERROR: [Thread ', Id, '] '], Prefix)
).
prefix(banner, '', user_error).
prefix(informational, '% ', user_error).
% print_message_lines(+Stream, +Prefix, +Lines)
%
% Quintus compatibility predicate to print message lines using
% a prefix.
print_message_lines(_, _, []) :- !.
print_message_lines(S, P, [at_same_line|Lines]) :- !,
print_message_line(S, Lines, Rest),
print_message_lines(S, P, Rest).
print_message_lines(S, P, Lines) :-
atom_concat('~N', P, Prefix),
format(S, Prefix, []),
print_message_line(S, Lines, Rest),
print_message_lines(S, P, Rest).
print_message_line(S, [flush], []) :- !,
flush_output(S).
print_message_line(S, [], []) :- !,
nl(S).
print_message_line(S, [nl|T], T) :- !,
nl(S).
print_message_line(S, [H|T0], T) :- !,
line_element(S, H),
print_message_line(S, T0, T).
line_element(S, full_stop) :- !,
'$put_token'(S, '.'). % insert space if needed.
line_element(S, Fmt-Args) :- !,
format(S, Fmt, Args).
line_element(S, E) :-
prolog:message_line_element(S, E), !.
line_element(S, ansi(_, Fmt, Args)) :- !,
format(S, Fmt, Args).
line_element(S, Fmt) :-
format(S, Fmt, []).
% message_to_string(+Term, -String)
%
% Translate an error term into a string
message_to_string(Term, Str) :-
translate_message(Term, Actions, []), !,
actions_to_format(Actions, Fmt, Args),
format(string(Str), Fmt, Args).
actions_to_format([], '', []) :- !.
actions_to_format([nl], '', []) :- !.
actions_to_format([Term, nl], Fmt, Args) :- !,
actions_to_format([Term], Fmt, Args).
actions_to_format([nl|T], Fmt, Args) :- !,
actions_to_format(T, Fmt0, Args),
atom_concat('~n', Fmt0, Fmt).
actions_to_format([Fmt0-Args0|Tail], Fmt, Args) :- !,
actions_to_format(Tail, Fmt1, Args1),
atom_concat(Fmt0, Fmt1, Fmt),
'$append'(Args0, Args1, Args).
actions_to_format([Term|Tail], Fmt, Args) :-
atomic(Term), !,
actions_to_format(Tail, Fmt1, Args),
atom_concat(Term, Fmt1, Fmt).
actions_to_format([Term|Tail], Fmt, Args) :-
actions_to_format(Tail, Fmt1, Args1),
atom_concat('~w', Fmt1, Fmt),
'$append'([Term], Args1, Args).
/*******************************
* MESSAGES TO PRINT ONCE *
*******************************/
:- dynamic
printed/2.
% print_once(Message, Level)
%
% True for messages that must be printed only once.
print_once(compatibility(_), _).
% must_print(+Level, +Message)
%
% True if the message must be printed.
must_print(Level, Message) :-
nonvar(Message),
print_once(Message, Level), !,
\+ printed(Message, Level),
assert(printed(Message, Level)).
must_print(_, _).
|