Did you know ... | Search Documentation: |
Pack logtalk -- logtalk-3.85.0/tools/tutor/NOTES.md |
This file is part of Logtalk https://logtalk.org/ SPDX-FileCopyrightText: 1998-2024s Paulo Moura <pmoura@logtalk.org> SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
tutor
This tool adds explanations and suggestions for selected warning and error messages from the compiler/runtime and the developer tools. It's specially useful for new users not yet familiar with the warning and error messages and looking for advise on how to solve the reported issues.
This tool API documentation is available at:
[../../docs/library_index.html#tutor](../../docs/library_index.html#tutor)
This tool can be loaded using the query:
| ?- logtalk_load(tutor(loader))
.
Simply load the tool at startup (e.g. from a settings file). As an example, with this tool loaded, instead of terse compiler warnings such as:
baz(a)
b(one)
the user will get:
baz(a)
b(one)