Example of racket/gui#170
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script to reproduce https://github.com/racket/racket/issues/2385 | |
# Run this on a fresh install of Ubuntu, for example. | |
# This script uses the dummy Racket package issue-2385-demo, | |
# which is hosted in a private Bitbucket git repository. | |
# (The issue does not seem to affect public repositories.) | |
# Note: the credentials coded into this script give read-only | |
# access to a Bitbucket account created exclusively for the purpose | |
# of reproducing this issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env racket | |
#lang racket/base | |
(require racket/file | |
racket/string | |
racket/port | |
net/url) | |
(module+ main | |
(require racket/cmdline) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lang racket | |
;; License: Apache-2 | |
(provide kw-pass-through-lambda | |
local-keyword-apply | |
local-kw-lst | |
local-kw-val-lst | |
(contract-out | |
[keyword-apply/filter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/workspace/ | |
/layer/ | |
*~ | |
\#* | |
.\#* | |
.DS_Store | |
compiled/ | |
/doc/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
\#* | |
.\#* | |
.DS_Store | |
compiled/ | |
/doc/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
\#* | |
.\#* | |
.DS_Store | |
compiled/ | |
/doc/ |
OlderNewer