Commit Graph

22 Commits

Author SHA1 Message Date
Radon Rosborough 0e80fba7a6 [#44] Upgrade Mathics, remove deadsnakes dependency
The deadsnakes PPA has apparently not been updated for compatibility
with Ubuntu Groovy, so the build was failing. I think we only needed
deadsnakes (which provides older Python versions) for Mathics,
which (until the recent new release) had a bug that prevented using it
with Python 3.8. By upgrading Mathics, we remove the need for the old
Python version, which means we don't have to figure out how to work
around the deadsnakes compatibility problem.
2020-12-16 21:43:44 -08:00
Radon Rosborough a2714f2eb6 [#24] New language: Q# 2020-10-05 20:07:21 -07:00
Radon Rosborough bb8bcc96a7 [#24] New language: SageMath 2020-10-03 19:32:48 -07:00
Radon Rosborough f1452ae9bc [#24] New language: Zoem 2020-09-26 20:54:28 -07:00
Radon Rosborough f6de928cf3 [#24] New language: Yorick 2020-09-26 20:33:36 -07:00
Radon Rosborough 647366a8ae [#24] New language: XSLT
God, the horror of putting together this example. It boggles the mind
how hard XSLT is to use.
2020-09-26 20:23:42 -07:00
Radon Rosborough b9eb65bc00 [#24] New language: Verilog 2020-09-26 19:40:14 -07:00
Radon Rosborough 277e5bfda8 [#24] New language: Vala 2020-09-26 10:38:37 -07:00
Radon Rosborough d70c916190 [#24] New language: Squirrel 2020-09-26 10:23:29 -07:00
Radon Rosborough da9606394e [#24] New language: S-Lang 2020-09-26 07:59:09 -07:00
Radon Rosborough 64d25f5510 [#24] New language: Scilab 2020-09-26 07:52:03 -07:00
Radon Rosborough f1fb3e3f1a Fix liblua name computation 2020-08-22 12:17:46 -06:00
Radon Rosborough 2d649ab017 The edge of glory (rolling-release ~everything~) 2020-07-31 19:30:08 -06:00
Radon Rosborough db40d25d0c New language: Sed 2020-07-19 17:27:33 -06:00
Radon Rosborough 2abfbf7bc8 New language: Zot 2020-07-17 20:03:33 -06:00
Radon Rosborough 972aee4583 New languages: wiki markup dialects 2020-07-11 13:08:22 -06:00
Radon Rosborough 2efd97adb6 New language: Textile 2020-07-11 12:12:44 -06:00
Radon Rosborough 4a11be0679 Add YAML, TOML, HCL 2020-07-09 13:12:54 -06:00
Radon Rosborough 240dead914 LSP working for TeX 2020-07-09 12:51:50 -06:00
Radon Rosborough 3255a26d73 Add TeX 2020-06-22 21:04:21 -06:00
Radon Rosborough 91fe6ffd65 Drop privileges to respective uid 2020-06-22 20:46:42 -06:00
Radon Rosborough b4636c46ae Split docker-install.bash into many layers
I've been running into trouble where something will fail inscrutably
in docker-install.bash or when pushing a large layer or something else
of that nature, and those errors really suck when it's just one big
layer. This should aid development and deployment both.
2020-06-10 17:35:08 -06:00