Use racket/base instead of racket. #2

Merged
greghendershott merged 1 commits from use-racket-base into master 10 years ago
greghendershott commented 10 years ago (Migrated from github.com)

Using #lang racket/base makes for at least somewhat faster loads.

Admittedly:

  1. I'm not sure how important that is for the intended uses of the describe package.
  2. This starts to make the package less of a "mirror" of the planet version.

So I won't be offended if you decide not to take this PR, but wanted to offer it.

Using `#lang racket/base` makes for at least somewhat faster loads. Admittedly: 1. I'm not sure how important that is for the intended uses of the describe package. 2. This starts to make the package less of a "mirror" of the planet version. So I won't be offended if you decide not to take this PR, but wanted to offer it.
mbutterick commented 10 years ago (Migrated from github.com)

racket/base is my jam.

`racket/base` is my jam.
The pull request has been merged as 64669653cc.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b use-racket-base master
git pull origin use-racket-base

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff use-racket-base
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/describe#2
Loading…
There is no content yet.