Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [january-dev] January version 2.0 release

Well I suppose you can do Java 6 for now considering the streams stuff is a way off.

 

The reason it is a way off is that what we need is something like PositionIterator for Streams...

 

Iterator<String> sourceIterator = dataset.getIterator(true); // THIS DOES NOT WORK

Iterable<String> iterable = () -> sourceIterator;

Stream<String> targetStream = StreamSupport.stream(iterable.spliterator(), false);

 

However this should probably be internal because PositionIterator is not an iterator and hard to make into one.

 

Matt

 

-----Original Message-----
From: january-dev-bounces@xxxxxxxxxxx [mailto:january-dev-bounces@xxxxxxxxxxx] On Behalf Of Jonah Graham
Sent: 03 March 2017 14:00
To: january developer discussions
Subject: Re: [january-dev] January version 2.0 release

 

So Matt, is that a -1 or a its too late so -1 or neither?

 

My "its not too late" was only referring to the fact we haven't released yet.

~~~

Jonah Graham

Kichwa Coders Ltd.

www.kichwacoders.com

 

 

On 3 March 2017 at 13:53,  <Matt.Gerring@xxxxxxxxxxxxx> wrote:

> Currently I am doing Arrays.stream(dataset.getBuffer())  () -> {}

> 

> I think dataset.stream() and dataset.parallelStream() would be nicer one day...

> 

> -----Original Message-----

> From: january-dev-bounces@xxxxxxxxxxx

> [mailto:january-dev-bounces@xxxxxxxxxxx] On Behalf Of Jonah Graham

> Sent: 03 March 2017 13:34

> To: january developer discussions

> Subject: Re: [january-dev] January version 2.0 release

> 

> Its not too late.

> ~~~

> Jonah Graham

> Kichwa Coders Ltd.

> www.kichwacoders.com

> 

> 

> On 3 March 2017 at 13:06, Ian Mayo <ian@xxxxxxxxxxxxx> wrote:

>> 

>> On 25 February 2017 at 14:43, <january-dev-request@xxxxxxxxxxx> wrote:

>>> 

>>> One further issue is whether to lower our Java version requirement

>>> to

>>> 1.6 or 1.7.

>> 

>> 

>> +1 for downgrading Java version, if it's not too late.

>> 

>> Cheers,

>> Ian

>> 

>> --

>> Ian Mayo

>> Deep Blue C Technology Ltd

>> - New technologies, implemented well

>> 

>> _______________________________________________

>> january-dev mailing list

>> january-dev@xxxxxxxxxxx

>> To change your delivery options, retrieve your password, or

>> unsubscribe from this list, visit

>> https://dev.eclipse.org/mailman/listinfo/january-dev

>> 

> _______________________________________________

> january-dev mailing list

> january-dev@xxxxxxxxxxx

> To change your delivery options, retrieve your password, or

> unsubscribe from this list, visit

> https://dev.eclipse.org/mailman/listinfo/january-dev

> 

> --

> This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.

> Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.

> Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.

> Diamond Light Source Limited (company no. 4375679). Registered in

> England and Wales with its registered office at Diamond House, Harwell

> Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United

> Kingdom

> 

> _______________________________________________

> january-dev mailing list

> january-dev@xxxxxxxxxxx

> To change your delivery options, retrieve your password, or

> unsubscribe from this list, visit

> https://dev.eclipse.org/mailman/listinfo/january-dev

_______________________________________________

january-dev mailing list

january-dev@xxxxxxxxxxx

To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/january-dev

 

-- 

This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 


Back to the top