[dylan-lang/http] 14b268: Fix undefined format-to-string errors
GitHub <[email protected]>
| Newsgroups | gmane.comp.lang.dylan.gwydion.cvs |
|---|---|
| Message-ID | <5393bec859b73_1fa9139bd44725f7@hookshot-fe1-cp1-prd.iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/dylan-lang/http
Commit: 14b268756ae999a1fa8c49dad12753b7108e09db
https://github.com/dylan-lang/http/commit/14b268756ae999a1fa8c49dad12753b7108e09db
Author: Dan Midwood <[email protected]>
Date: 2014-06-07 (Sat, 07 Jun 2014)
Changed paths:
M client/tests/http-client-test-suite-library.dylan
M tests/http-testing-library.dylan
Log Message:
-----------
Fix undefined format-to-string errors
A couple of files were referencing format-to-string without having it
imported and available. This change makes it available.
tests/http-testing.dylan:88: Serious warning - Reference to undefined
binding {format-to-string in http-testing}.
----------------
test-url(format-to-string("/x?n=%d", n))
----------------
client/tests/http-client-test-suite.dylan:287: Serious warning -
Reference to undefined binding {format-to-string in
http-client-test-suite}.
----------------
check-equal(format-to-string("chunked request of size %d received correctly",
----------------
Commit: 3c9507ca3d977d56d19becd4fc0392555885cea7
https://github.com/dylan-lang/http/commit/3c9507ca3d977d56d19becd4fc0392555885cea7
Author: Bruce Mitchener <[email protected]>
Date: 2014-06-08 (Sun, 08 Jun 2014)
Changed paths:
M client/tests/http-client-test-suite-library.dylan
M tests/http-testing-library.dylan
Log Message:
-----------
Merge pull request #58 from danmidwood/master
Fix undefined format-to-string errors
Compare: https://github.com/dylan-lang/http/compare/cbe480356e26...3c9507ca3d97
_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter