Skip to content

Releases: Schottkyc137/ginko

v0.0.8

12 Nov 18:23
Compare
Choose a tag to compare

What's Changed

New Contributors

v0.0.7

08 Sep 17:53
Compare
Choose a tag to compare

What's Changed

  • Add automatic builds for x86_64-pc-windows-gnu target by @ColinFinck in #14

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

24 Jul 16:27
Compare
Choose a tag to compare

What's Changed

  • Diagnostics now contain an error code.
    • This will show up in the IDE, but is mostly for future expansions to enable message control
  • The following directives are now supported and will only report a diagnostic when used incorrectly.
    • \delete-node\
    • \delete-property\
    • \omit-if-no-ref\
  • Enable user-defined include path option by @alexander-heimbuch in #13
    • As part of the ginko and ginko_ls executable, the --include option can be used to define paths that ginko will use to search for .dtsi files.

New Contributors

v0.0.5

01 May 09:33
Compare
Choose a tag to compare
  • Properly check and resolve dependencies
  • consider files ending in '.overlay' a device-tree overlay
  • Report correct error position for semicolons when at end of file

v0.0.4

14 Feb 19:10
Compare
Choose a tag to compare
  • Print Analysis errors when they are found
  • Do not issue analysis errors on include or plugin files
  • Make the pre-built binary executable

v0.0.3

12 Feb 21:00
Compare
Choose a tag to compare
Re-introduce -r flag

v0.0.2

12 Feb 12:12
Compare
Choose a tag to compare

What's Changed

  • Add build targets for linux, windows and macOS
  • Add release artifacts

Full Changelog: v0.0.1...v0.0.2

0.0.1

08 Feb 20:26
82a317c
Compare
Choose a tag to compare

First release

ginko

A device-tree source parser and analyzer targeted for tooling and user experience

ginko_ls

A language server based on ginko with features such as outline generation, go to definition and hover