changed warning when there is no 'name' field
svn: r16217
This commit is contained in:
parent
6efd0abc13
commit
1003c22061
|
@ -600,7 +600,7 @@
|
|||
[name ; field name
|
||||
string? ; check
|
||||
(announce "Name: ~a\n" name) ; success action
|
||||
(warn "Package's info.ss file has no name field. Without a name, PLT Scheme will not compile your package.") ;failure action
|
||||
(warn "Package's info.ss file has no name field.") ;failure action
|
||||
]
|
||||
[blurb
|
||||
(λ (b) (and (list? b) (andmap xexpr? b)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user