Skip to content

aluzzardi/cueflowrepro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cueflow repro cases

usage

go run main.go ./repro/simple

setup

tasks are defined as structures containing an input and output field. Upon running, output will be set to (pseudo code) fmt.Sprintf("from %s: %s", task.Path(), input)

repro cases

  • nodeps: A and B tasks, no dependencies
  • simple: Simple B to A direct dependency
  • interpolation: B to A dependency through string interpolation
  • unmarshal: B to A indirect dependency via a Call expression (json.Unmarshal())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages