systemdUnitFilePlugin icon indicating copy to clipboard operation
systemdUnitFilePlugin copied to clipboard

Results 57 systemdUnitFilePlugin issues
Sort by recently updated
recently updated
newest added

In #160 we added support for an automated changelog and included the systemd commit hash and date in the change log. Unfortunately if an old commit becomes the root the...

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.7-jre to 33.4.8-jre. Release notes Sourced from com.google.guava:guava's releases. 33.4.8 Guava 33.4.8 fixes a problem that we introduced while starting to migrate guava-android off Unsafe in 33.4.7....

dependencies
java

Bumps commons-io:commons-io from 2.18.0 to 2.19.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=gradle&previous-version=2.18.0&new-version=2.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

The current implementation of our grammar using parser combinators, is not complete, because it's is greedy. For instance the following: `Seq(ZeroOrMore("a"),"a")` And the string `"aa"` . The Zero or More...

In theory if we do #343 and #342 we can start replacing the bespoke matchers with grammar based ones.

We likely want to support auto-completion of grammars, this _might_ be blocked or suboptimal until we redo the grammar so that we see all possible matches.

We likely want to add an annotator for the Grammar based options so that they can be colored appropriately e.g, when a field is an enum type it is purple,...

There are several types of Units, e.g., Service, Timer, etc... And the plugin was originally structured around this convention. As we have expanded into other parts of systemd however there...