8000 Tags · jkrumbiegel/Chain.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jkrumbiegel/Chain.jl

Tags

v0.6.0

Toggle v0.6.0's commit message
## Chain v0.6.0

[Diff since v0.5.0](v0.5.0...v0.6.0)


**Merged pull requests:**
- Test against correct result (#47) (@jcunwin)
- catch case with only linenumbernode (#53) (@jkrumbiegel)
- Simplify chain logic (#54) (@jkrumbiegel)

**Closed issues:**
- allowing assignments to variables (#33)
- Single call inline chain fails (#51)

v0.5.0

Toggle v0.5.0's commit message
## Chain v0.5.0

[Diff since v0.4.10](v0.4.10...v0.5.0)


**Closed issues:**
- @chain one-liner nested in an outer @chain may not work? (#42)

**Merged pull requests:**
- Use begin block and allow variable export (#50) (@jkrumbiegel)

v0.4.10

Toggle v0.4.10's commit message
## Chain v0.4.10

[Diff since v0.4.9](v0.4.9...v0.4.10)



**Merged pull requests:**
- fix nested single line chain (#43) (@jkrumbiegel)

v0.4.9

Toggle v0.4.9's commit message
## Chain v0.4.9

[Diff since v0.4.8](v0.4.8...v0.4.9)


**Closed issues:**
- combine with grouped dataframe (#34)
- Potential incompatibility with Julia LSP? (#40)

**Merged pull requests:**
- fix docstring parsing issue (#41) (@jkrumbiegel)

v0.4.8

Toggle v0.4.8's commit message
## Chain v0.4.8

[Diff since v0.4.7](v0.4.7...v0.4.8)


**Closed issues:**
- @aside cuts the chain if the last statement (#32)

v0.4.7

Toggle v0.4.7's commit message
##
BAB7
 Chain v0.4.7

[Diff since v0.4.6](v0.4.6...v0.4.7)


**Closed issues:**
- Do we really need `begin` and `end` in the expression? (#17)
- Easier way to make anonymous functions (#25)
- I introduced some ugly behavior with multi-arg version (#27)

**Merged pull requests:**
- enable keyword arguments for macros (#31) (@jkrumbiegel)

v0.4.6

Toggle v0.4.6's commit message
## Chain v0.4.6

[Diff since v0.4.5](v0.4.5...v0.4.6)


**Closed issues:**
- Incorrect handling of qualified function calls (#19)
- Any syntax for `f()` evaluated with no arguments? (#22)

**Merged pull requests:**
- no begin (#24) (@jkrumbiegel)

v0.4.5

Toggle v0.4.5's commit message
## Chain v0.4.5

[Diff since v0.4.4](v0.4.4...v0.4.5)


**Closed issues:**
- Odd behavior with anonymous functions (#20)

**Merged pull requests:**
- allow Module.SubModule.func and similar (#21) (@jkrumbiegel)

v0.4.4

Toggle v0.4.4's commit message
## Chain v0.4.4

[Diff since v0.4.3](v0.4.3...v0.4.4)


**Closed issues:**
- Allow no begin and end block for single row chaining (#5)
- Auto-gen release notes (#11)
- Passing an empty args list (#13)

**Merged pull requests:**
- README: more informative intro sentence (#14) (@waldyrious)

v0.4.3

Toggle v0.4.3's commit message
## Chain v0.4.3

[Diff since v0.4.2](v0.4.2...v0.4.3)


**Closed issues:**
- Add one more argument to motivation (#12)
0