runtime

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const AFTER_MERGE = "MERGE_HEAD" // records the commit(s) which you are merging into your branch when you run git merge.
View Source
const BEFORE_MERGE = "ORIG_HEAD" // is created by commands that move your HEAD in a drastic way (git am, git merge, git rebase, git reset), to record the position of the HEAD before their operation, so that you can easily change the tip of the branch back to the state before you ran them.
View Source
const FETCH_COMMIT = "FETCH_HEAD" // records the branch which you fetched from a remote repository with your last git fetch invocation.
View Source
const LAST_COMMIT = "HEAD^1" // names the commit on which you based the changes in the working tree.

https://git-scm.com/docs/git-rev-parse#Documentation/git-rev-parse.txt-codeHEADcode

View Source
const PHASE_COLLECT = 1
View Source
const PHASE_RUN = 2
View Source
const PHASE_UNSET = 0

Variables

This section is empty.

Functions

func CollectDeclarations

func CollectDeclarations(ctx *context.Context) error

func CollectHook

func CollectHook(ctx context.IContext, arguments []parser.Argument, lambda *parser.LambdaExpression) (value.IValueObject, error)

func CollectTask

func CollectTask(ctx context.IContext, arguments []parser.Argument, lambda *parser.LambdaExpression) (value.IValueObject, error)

func InvokeChanged

func InvokeChanged(ctx context.IContext, arguments []parser.Argument) (value.IValueObject, error)

func InvokeCopy

func InvokeCopy(ctx context.IContext, arguments []parser.Argument) (value.IValueObject, error)

func InvokeExpression

func InvokeExpression(ctx context.IContext, expression *parser.ExpressionStatement) error

func InvokeFunction

func InvokeFunction(ctx context.IContext, identifier string, arguments []parser.Argument, lambda *parser.LambdaExpression) (value.IValueObject, error)

func InvokeRun

func InvokeRun(ctx context.IContext, arguments []parser.Argument) (value.IValueObject, error)

func InvokeSet

func InvokeSet(ctx context.IContext, arguments []parser.Argument) (value.IValueObject, error)

func InvokeStatements

func InvokeStatements(ctx context.IContext) error

func InvokeTask

func InvokeTask(ctx *context.Context, name *string) error

func InvokeTaskSuccess

func InvokeTaskSuccess(ctx context.IContext) (value.IValueObject, error)

func Run

func Run(ctx *context.Context) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL