Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot Resolver
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
140
Issues
140
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot Resolver
Commits
008ae71c
Verified
Commit
008ae71c
authored
Jun 27, 2018
by
Vladimír Čunát
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: behavior of layers on kres.FAIL in lua modules
parent
1c3bad95
Pipeline
#37406
passed with stages
in 7 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/README.rst
modules/README.rst
+4
-0
No files found.
modules/README.rst
View file @
008ae71c
...
...
@@ -118,6 +118,10 @@ doesn't provide any layer to capture events. The Lua module can however provide
end
}
There
is
currently
an
additional
"feature"
in
comparison
to
C
layer
functions
:
the
``
consume
``,
``
produce
``
and
``
checkout
``
functions
do
not
get
called
at
all
if
``
state
==
kres
.
FAIL
``
(
note
that
``
finish
``
does
get
called
nevertheless
).
Since
the
modules
are
like
any
other
Lua
modules
,
you
can
interact
with
them
through
the
CLI
and
and
any
interface
.
..
tip
::
The
module
can
be
placed
anywhere
in
the
Lua
search
path
,
in
the
working
directory
or
in
the
MODULESDIR
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment