Skip to content

v0.5.2

Compare
Choose a tag to compare
@alixinne alixinne released this 13 Nov 17:54
· 26 commits to master since this release

Bug Fixes

  • ca89a01 - (cli) actually setup fs preprocessor - @vtavernier
  • cbd63d0 - (lang-lexer/inject) prevent some #include'd pp. dirs. from being injected at wrong positions - Alejandro González
  • 556fd4b - (lang-lexer/inject) better support injection of pp. dirs. from multiple files - Alejandro González
  • a68c630 - (lexer/v2-full) fix injecting pp. directives after ext. declarations - Alejandro González
  • 51a7729 - (transpiler) add missing brackets for array expressions - Alejandro González
  • bb30674 - (transpiler) put pp. dirs on their own line no matter what the terminators are - Alejandro González
  • 4b059a6 - (transpiler) correct transpilation of precision qualifiers - Alejandro González

Build system

Continuous Integration

Features

  • be86326 - (transpiler) overhaul formatting and customizability - Alejandro González

Miscellaneous Chores

  • 43c7226 - (deps) update rust crate lalrpop-util to 0.20.0 - renovate[bot]

  • b1801d9 - (deps) update rust crate lalrpop to 0.20.0 - renovate[bot]

  • 6728065 - (deps) update cocogitto/cocogitto-action action to v3.5 - renovate[bot]

  • 5dc7eb2 - (deps) drop dependency on lexical - Alejandro González

  • d73718f - (deps) add renovate.json - renovate[bot]

  • 580cdb1 - (deps) update lalrpop to 0.19.9 - @vtavernier

  • 7aa176e - (deps) replace dependency on lazy_static by once_cell - Alejandro González

  • fbf9278 - (version) v0.5.2 - glsl-lang

  • 3198b9d - (version) v0.5.1 [skip ci] - glsl-lang

  • 881c0e4 - (version) v0.5.0 [skip ci] - glsl-lang

  • e525715 - fix dependency updates - @vtavernier

  • 254a042 - fix in-workspace package versions - @vtavernier

  • 8a34d08 - silence a new Clippy lint, run cargo fmt - Alejandro González

  • 50f509d - fix new Clippy unnecessary allocs lint in lang-quote - Alejandro González

  • db51697 - bump Rust toolchain to 1.70.0 - Alejandro González

  • 3f3fad8 - add CODEOWNERS file - @vtavernier

  • ecf75a8 - fix clippy warnings - @vtavernier

Tests

  • fba1694 - (multifile-pp) add tests for #24 - @vtavernier
  • 5b5092a - fix test build failure when not using the v2-full parser - Alejandro González