[racket-users] When are rackunit tests delayed? (different between 7.8 and 8)

2021-02-22 Thread 'William J. Bowman' via Racket Users
Below is an example that behaves "correctly", as in all tests run and are counted as failured or errors correctly, in Racket 7.8, but which crashes in Racket 8. > #lang racket > > (require > rackunit > rackunit/log) > > (define (suite1) > (test-suite >"" >(test-begin >

Re: [racket-users] New to Racket

2021-02-22 Thread Rohan Posthumus
Thanks Jens! I appreciate. The package looks very promising. Kind regards Rohan On Thursday, February 18, 2021 at 12:49:28 PM UTC+2 Jens Axel Søgaard wrote: > Den tor. 18. feb. 2021 kl. 08.09 skrev Rohan Posthumus < > rohanpo...@gmail.com>: > >> I am a data analyst and uses a lot of data

Re: [racket-users] Ubuntu PPA also updated to v8.0

2021-02-22 Thread Asumu Takikawa
On 2021-02-18 21:44:30 -0800, Asumu Takikawa wrote: > Due to changes in how the new CS compiler works, some files have been > moved between the three .deb packages that are in the distribution. It looks like this change broke package upgrades. I should be able to fix the packages later by

Re: [racket-users] Ubuntu PPA also updated to v8.0

2021-02-22 Thread Dominik Pantůček
On 22. 02. 21 19:56, Asumu Takikawa wrote: > On 2021-02-18 21:44:30 -0800, Asumu Takikawa wrote: >> Due to changes in how the new CS compiler works, some files have been >> moved between the three .deb packages that are in the distribution. > > It looks like this change broke package upgrades.

Re: [racket-users] the future of #lang web-server

2021-02-22 Thread Jay McCarthy
On Sun, Feb 21, 2021 at 2:35 PM je...@lisp.sh wrote: > > #lang web-server is brilliant. This #lang is, in my view, a really excellent > example of Racket's take on language-oriented programming. I find that the > performance of continuations is just fine, given my limited use of them, and >

Re: [racket-users] Ubuntu PPA also updated to v8.0

2021-02-22 Thread Asumu Takikawa
On 2021-02-22 10:56:48 -0800, Asumu Takikawa wrote: > It looks like this change broke package upgrades. I should be able to > fix the packages later by adjusting the dependency flags. I believe this issue with broken upgrades should be fixed now with version 8.0+ppa1-6 of the package. If anyone