issues
search
jkrumbiegel
/
Chain.jl
A Julia package for piping a value through a series of transformation expressions using a more convenient syntax than Julia's native piping functionality.
MIT License
368
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Simplify chain logic
#54
jkrumbiegel
closed
8 months ago
4
catch case with only linenumbernode
#53
jkrumbiegel
closed
8 months ago
0
Splat
#52
ps-pat
opened
1 year ago
2
Single call inline chain fails
#51
jariji
closed
8 months ago
4
Use begin block and allow variable export
#50
jkrumbiegel
closed
2 years ago
0
pass variable as initial symbol instead of underscore
#49
akdienes
opened
2 years ago
2
Macro to pass last argument
#48
jariji
opened
2 years ago
0
Test against correct result
#47
jcunwin
closed
8 months ago
1
empty do chain syntax
#46
jkrumbiegel
opened
2 years ago
5
Approach for nesting a map
#45
max-sixty
opened
2 years ago
3
Using anon functions in a nested @. function
#44
max-sixty
opened
2 years ago
2
fix nested single line chain
#43
jkrumbiegel
closed
2 years ago
0
@chain one-liner nested in an outer @chain may not work?
#42
max-sixty
closed
2 years ago
5
fix docstring parsing issue
#41
jkrumbiegel
closed
2 years ago
0
Potential incompatibility with Julia LSP?
#40
max-sixty
closed
2 years ago
2
Potential conflict with Pluto?
#39
max-sixty
closed
2 years ago
6
Chain as pipe argument
#38
knuesel
opened
2 years ago
3
Add a macro-flag to run chain in global scope
#37
pdeffebach
closed
8 months ago
3
"Can't insert a first argument into"
#36
jtrakk
opened
3 years ago
2
Equivalent of `.|>` for array of functions
#35
koalp
opened
3 years ago
2
combine with grouped dataframe
#34
bicepjai
closed
3 years ago
1
allowing assignments to variables
#33
pfarndt
closed
8 months ago
2
@aside cuts the chain if the last statement
#32
pfarndt
closed
3 years ago
2
enable keyword arguments for macros
#31
jkrumbiegel
closed
3 years ago
0
Make default `begin ... end` rather than `let`
#30
pdeffebach
opened
3 years ago
4
Line numbers aren't propagating in errors
#29
pdeffebach
opened
3 years ago
3
remove filter
#28
matthieugomez
opened
3 years ago
2
I introduced some ugly behavior with multi-arg version
#27
pdeffebach
closed
3 years ago
1
Add a `@stop` or `@exit` flag
#26
pdeffebach
opened
3 years ago
2
Easier way to make anonymous functions
#25
pdeffebach
closed
3 years ago
6
no begin
#24
jkrumbiegel
closed
3 years ago
0
Add ability to work without `begin`.
#23
pdeffebach
closed
3 years ago
4
Any syntax for `f()` evaluated with no arguments?
#22
pdeffebach
closed
3 years ago
2
allow Module.SubModule.func and similar
#21
jkrumbiegel
closed
3 years ago
0
Odd behavior with anonymous functions
#20
pdeffebach
closed
3 years ago
3
Incorrect handling of qualified function calls
#19
bkamins
closed
3 years ago
8
README improvements
#18
waldyrious
opened
3 years ago
0
Do we really need `begin` and `end` in the expression?
#17
pdeffebach
closed
3 years ago
4
Empty chain returns nothing
#16
jtrakk
closed
3 years ago
4
Add shorthard @| for @chain
#15
sa-
closed
3 years ago
0
README: more informative intro sentence
#14
waldyrious
closed
3 years ago
0
Passing an empty args list
#13
bkamins
closed
3 years ago
8
Add one more argument to motivation
#12
bkamins
closed
3 years ago
3
Auto-gen release notes
#11
Oblynx
closed
3 years ago
1
handle keyword arguments
#10
aviatesk
closed
3 years ago
1
add single argument version
#9
jkrumbiegel
closed
3 years ago
0
Use first item of chain block as input
#8
swt30
closed
3 years ago
3
Performance comparison with function composition
#7
Oblynx
closed
3 years ago
2
Nested chains ?
#6
atthom
closed
3 years ago
0
Allow no begin and end block for single row chaining
#5
xiaodaigh
closed
3 years ago
2
Next