Skip to content

Commit

Permalink
Merge pull request #5103 from vrurg/remove-lang-rev-ops
Browse files Browse the repository at this point in the history
Remove nqp::p6client* ops
  • Loading branch information
vrurg committed Nov 15, 2022
2 parents 67513cb + 126aa80 commit 17062c3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 460 deletions.
26 changes: 0 additions & 26 deletions docs/ops.markdown
Expand Up @@ -14,10 +14,6 @@
- [p6capturelexwhere](#p6capturelexwhere)
- [p6captureouters2](#p6captureouters2)
- [p6clearpre](#p6clearpre)
- [p6clientcorectx](#p6clientcorectx)
- [p6clientcorerev](#p6clientcorerev)
- [p6clientcorever](#p6clientcorever)
- [p6clientctx](#p6clientctx)
- [p6configposbindfailover](#p6configposbindfailover)
- [p6decontrv](#p6decontrv)
- [p6definite](#p6definite)
Expand Down Expand Up @@ -114,28 +110,6 @@ Must be called in the immediate outer scope of the block in question.

Clears the "pre" flag in the current frame.

## p6clientcorectx
* p6clientcorectx()

Returns the CORE context of our client. See [p6clientctx](#p6clientctx).

Note that this returns exactly CORE, not setting, context.

## p6clientcorerev
* p6clientcorerev()

Returns client's language revision letter. See [p6clientcorectx](#p6clientcorectx).

## p6clientcorever
* p6clientcorerev()

Returns client's language version (`6.<rev>`). See [p6clientcorectx](#p6clientcorectx).

## p6clientctx
* p6clientctx()

Returns client's, i.e. the first Raku caller from different package, context.

## p6configposbindfailover
* p6configposbindfailover(Mu $type, Mu $failover-type)

Expand Down

0 comments on commit 17062c3

Please sign in to comment.