What CodeImport is all about?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

What CodeImport is all about?

abergel
Hi!

I cannot figure out what this package is about. Looks like a kind of change set?

Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: What CodeImport is all about?

Marcus Denker-4
Hi,

This is  a reader for .st and .cs files. Guille did it.

It can
        -> evaluate for traditional fileIn
        -> load as Monticello model when falling back to .st file load
               (it is actually used by Monticello since last week)
        -> load as Ring Model

> On 12 Jun 2015, at 02:43, Alexandre Bergel <[hidden email]> wrote:
>
> Hi!
>
> I cannot figure out what this package is about. Looks like a kind of change set?
>
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: What CodeImport is all about?

Guillermo Polito
In two words, It's an extraction of FileStream>>nextChunk, to avoid bloating the code in file stream with unrelated concerns.

El vie., 12 de jun. de 2015 a la(s) 10:14 a. m., Marcus Denker <[hidden email]> escribió:
Hi,

This is  a reader for .st and .cs files. Guille did it.

It can
        -> evaluate for traditional fileIn
        -> load as Monticello model when falling back to .st file load
               (it is actually used by Monticello since last week)
        -> load as Ring Model

> On 12 Jun 2015, at 02:43, Alexandre Bergel <[hidden email]> wrote:
>
> Hi!
>
> I cannot figure out what this package is about. Looks like a kind of change set?
>
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>