Commit Graph

23 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
e1199370c7 ballerina: 2201.10.1 -> 2201.10.3 2024-11-30 13:00:33 +00:00
R. Ryantm
1507647d4b ballerina: 2201.9.2 -> 2201.10.1 2024-10-15 18:38:45 +00:00
R. Ryantm
256a0b89d9 ballerina: 2201.9.1 -> 2201.9.2 2024-07-10 02:33:48 +00:00
R. Ryantm
5630edb358 ballerina: 2201.9.0 -> 2201.9.1 2024-06-15 04:58:06 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
eb87849122 ballerina: 2201.8.6 -> 2201.9.0 2024-05-05 00:37:48 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
2c680a32bb ballerina: 2201.8.5 -> 2201.8.6 2024-03-13 12:18:22 +00:00
R. Ryantm
cb3d40911d ballerina: 2201.8.4 -> 2201.8.5 2024-02-23 15:57:16 +00:00
R. Ryantm
6505bdde29 ballerina: 2201.8.3 -> 2201.8.4 2023-12-15 04:40:49 +00:00
R. Ryantm
6f33a6ad1f ballerina: 2201.8.2 -> 2201.8.3 2023-11-24 23:29:23 +00:00
R. Ryantm
8eb8c7883b ballerina: 2201.8.1 -> 2201.8.2 2023-10-29 08:25:50 +00:00
R. Ryantm
5ead2ba844 ballerina: 2201.6.0 -> 2201.8.1 2023-10-15 02:27:29 +02:00
R. Ryantm
ee91846694 ballerina: 2201.5.0 -> 2201.6.0 2023-06-10 06:20:57 +00:00
R. Ryantm
6199e72b49 ballerina: 2201.4.0 -> 2201.5.0 2023-04-26 20:10:37 +00:00
Weijia Wang
6fd4a58877
Merge pull request #221651 from wegank/ballerina-darwin
ballerina: fix JAVA_HOME
2023-03-17 15:50:46 +02:00
Weijia Wang
ba88a0bc54 ballerina: fix JAVA_HOME 2023-03-17 15:04:01 +02:00
R. Ryantm
98ee15d192 ballerina: 2201.2.2 -> 2201.4.0 2023-03-02 12:54:12 +00:00
R. Ryantm
55325e23f8 ballerina: 2201.2.1 -> 2201.2.2 2022-10-24 23:24:09 +08:00
Sebastian Reuße
fc6517a55b ballerina: 2201.1.0 -> 2201.2.1
Additionally, we now force Java 11. While Ballerina documentation says to use
“Java 11 or above”, comments on GitHub indicate that Java 17 is currently
unsupported.

Using Ballerina 2201.2.1 on Java 17 yields me a ConcurrentModificationException
arising from the Ballerina compiler when compiling a simple test service. This
exception is avoided when running Ballerina on Java 11 instead.
2022-10-17 09:05:31 +02:00
Sebastian Reuße
cd3591f562 ballerina: add smoke test 2022-08-19 08:39:55 +02:00
Sebastian Reuße
1be3859507 ballerina: init at 2201.1.0 2022-08-19 08:39:55 +02:00