From 0451f16b02bc24580b98f36c7b0edb328d8dc59c Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sun, 8 Dec 2024 10:29:51 -0500 Subject: [PATCH 1/2] README: fix "tests" badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc79bb5..afb5f44 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Deft -[![tests](https://github.com/dylan-lang/deft/actions/workflows/test.yml/badge.svg)](https://github.com/dylan-lang/deft/actions/workflows/test.yml) +[![tests](https://github.com/dylan-lang/deft/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/dylan-lang/deft/.github/workflows/build-and-test.yml) [![GitHub issues](https://img.shields.io/github/issues/dylan-lang/deft?color=blue)](https://github.com/dylan-lang/deft/issues) [![Matrix](https://img.shields.io/matrix/dylan-lang-general:matrix.org?color=blue&label=Chat%20on%20Matrix&server_fqdn=matrix.org)](https://app.element.io/#/room/#dylan-language:matrix.org) From 320b26e8b11c74f7cf8f43fcb0f5b4721aff5c1f Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sun, 8 Dec 2024 10:42:24 -0500 Subject: [PATCH 2/2] README: minor tweaks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index afb5f44..28873af 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ [![GitHub issues](https://img.shields.io/github/issues/dylan-lang/deft?color=blue)](https://github.com/dylan-lang/deft/issues) [![Matrix](https://img.shields.io/matrix/dylan-lang-general:matrix.org?color=blue&label=Chat%20on%20Matrix&server_fqdn=matrix.org)](https://app.element.io/#/room/#dylan-language:matrix.org) -* Package management -* Repeatable builds with "minimal version selection" +* Manage project dependencies * No more editing registry files * No more Git submodules * Build/test from anywhere in your workspace +* Create boilerplate for new projects Deft simplifies the management of Dylan workspaces and packages and provides a simplified interface to the Open Dylan compiler for building and -(soon) testing, and generating documentation. It eliminates the need to manage -library locations (registries) by hand and the need to use git submodules to +(soon) testing and generating documentation. It eliminates the need to manage +library locations (registries) by hand and the need to use Git submodules to track dependencies. $ deft new application hello