Re: [racket-dev] [plt] Push #26558: master branch updated

2013-04-04 Thread Eric Dobson
Can we make it so that IP addresses are immutable? This would require changing make-ip-address to have a call to make-immutable-bytes in each case. On Thu, Apr 4, 2013 at 10:07 AM, as...@racket-lang.org wrote: asumu has updated `master' from 8246d073c0 to 92102a2f07.

Re: [racket-dev] [plt] Push #26558: master branch updated

2013-04-04 Thread Eric Dobson
Sorry make-immutable-bytes should be bytes-immutable-bytes. On Thu, Apr 4, 2013 at 10:29 AM, Eric Dobson eric.n.dob...@gmail.com wrote: Can we make it so that IP addresses are immutable? This would require changing make-ip-address to have a call to make-immutable-bytes in each case. On Thu,

Re: [racket-dev] [plt] Push #26558: master branch updated

2013-04-04 Thread Asumu Takikawa
On 2013-04-04 10:29:30 -0700, Eric Dobson wrote: Can we make it so that IP addresses are immutable? This would require changing make-ip-address to have a call to make-immutable-bytes in each case. That's a good suggestion, thanks. Cheers, Asumu _ Racket Developers