Re: [racket-users] Best way to deploy to the package server if the module relies on a DB?

2017-12-13 Thread David Storrs
Great, thanks. On Wed, Dec 13, 2017 at 6:24 PM, Sam Tobin-Hochstadt wrote: > I recommend the techniques described here: > http://pkg-build.racket-lang.org/about.html under "dealing with test > failures". > > Sam > > On Wed, Dec 13, 2017 at 6:21 PM, David Storrs wrote: >> I have some code that I'

Re: [racket-users] Best way to deploy to the package server if the module relies on a DB?

2017-12-13 Thread Sam Tobin-Hochstadt
I recommend the techniques described here: http://pkg-build.racket-lang.org/about.html under "dealing with test failures". Sam On Wed, Dec 13, 2017 at 6:21 PM, David Storrs wrote: > I have some code that I'd like to release that relies on having a > database available. I know that the package s

[racket-users] Best way to deploy to the package server if the module relies on a DB?

2017-12-13 Thread David Storrs
I have some code that I'd like to release that relies on having a database available. I know that the package server regularly runs tests for the packages, and presumably there won't be a writable DB available on the package server. What is the best way to handle this? -- You received this mess