Skip to content

Releases: fredrikekre/Runic.jl

v1.0.0

06 Nov 15:18
6bd8eae
Compare
Choose a tag to compare

Runic v1.0.0

Merged pull requests:

Closed issues:

  • Line continuation for typed array literals (#2)
  • Parenthesize infix operations in : (#3)
  • Space after comma/semicolon in lists (#4)
  • Indent module if there are more things in the file (#5)
  • Newlines in curly should be continuations (#6)
  • Spaces around -> (#7)
  • Spaces around dotted operators (#8)
  • Continued expressions commited to multiple lines (#9)
  • Line continuation in [comparison] nodes (#10)
  • Spaces around ternary operators (#11)
  • Alignment (#12)
  • Runic.AssertionError: nb != span(node) (#15)
  • Multiline generator-type syntax in a function is parsed incorrectly (#16)
  • Asymmetry: replaced by in but stays the same (#17)
  • Runic adds double line spacing (#18)
  • Bug in indent of multiline generator (#20)
  • Ignore comments when formatting (#21)
  • Brilliant (#22)
  • Spaces between items in using, import public (#25)
  • Runic indents docstrings strangely (#27)
  • Bounds error when formatting test/loading.jl on master julia branch (#29)
  • Runic creates unparsable code in a case with macro on a block (#32)
  • Delete unnecessary (trailing) semicolons (#34)
  • disallow end) (#35)
  • problems with command-line options (#36)
  • Formatting changes semantics (removes ;) (#38)
  • After linebreaks following =, indentation is off (#39)
  • Remove octal literal formatting rule (#40)
  • #! format: off/on (#41)
  • Explicit return in function definitions (#43)
  • Line continuation in local and global lists (#49)
  • Strip trailing whitespace in comments (#50)
  • Require (at least one) space before comment (#51)
  • Runic breaks unpacking of only the first element of a tuple (#58)
  • local indenting broken for non-identifiers (#63)
  • juliac compilation fails on +nightly (#65)
  • Adds false return || (edit: update before filing an issue) (#75)
  • Single space before return (#76)
  • Comment should be allowed on the first line of a multiline list (#77)
  • Comments in list get 5(!) spaces indent... (#78)
  • Semicolon removal misses extra spaces (#79)
  • Space before comment in single line list (#81)