Re: [fluent-nhib] Re: Is Fluent NHibernate dead?

2014-03-24 Thread Alexander I. Zaytsev
Hi Gleb, can you please explain what are you trying to achieve?


2014-03-25 8:52 GMT+13:00 Gleb Chermennov :

> Ok, I did try out to use SQLite for running NHibernate tests and I failed.
> But I still managed to install SQLite NuGet package properly, which I guess
> I can put on my CV as a separate line lol.
> Turns out, NHibernate doesn't have a sql script for setting up a database
> before tests for SQLite (or I just didn't find it).
> They do have a script for Sql Server, though - it should work on SqlCe, at
> least theoretically.
> Didn't yet tried SqlCe, will do soon.
> Thoughts? What did I miss with SQLite?
>
>
> четверг, 6 марта 2014 г., 20:56:25 UTC+4 пользователь Jeff Doolittle
> написал:
>
>> I'd be willing to help out with getting tests running against SQLite or
>> SqlCE.  Let me know what you had in mind and if there are any other issues
>> to address to prepare for NH 4.0.
>>
>> --Jeff
>>
>> On Thursday, March 6, 2014 12:09:13 AM UTC-8, Gleb Chermennov wrote:
>>>
>>> Hello.
>>> I try to maintain the project in my spare time - pull requests kindly
>>> appreciated, as always :)
>>> I'm aware that NHibernate is slowly arriving at 4.0 version, in fact
>>> there's a branch named nh-net40-migration that checks compatibility with
>>> NHibernate master branch. I haven't updated it in a while, but I certainly
>>> will do it before 4.0 release hits NuGet. I should definitely automate that
>>> process sometimes in the future - as soon as I figure out how to run
>>> NHibernate tests with some in-memory database like SQLite or SqlCE.
>>> Didn't check NHibernate 4 alpha on NuGet yet though.
>>>
>>> вторник, 18 февраля 2014 г., 15:57:55 UTC+4 пользователь Dato Asdwqwe
>>> написал:

 Hi

 Just walked through the repository and the last commit was made 2 month
 ago. So does anyone maintains the project? NHibernate 4 alpha is released,
 is there a plan to support?

 Thanks

>>>  --
> You received this message because you are subscribed to the Google Groups
> "Fluent NHibernate" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to fluent-nhibernate+unsubscr...@googlegroups.com.
> To post to this group, send email to fluent-nhibernate@googlegroups.com.
> Visit this group at http://groups.google.com/group/fluent-nhibernate.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fluent-nhibernate+unsubscr...@googlegroups.com.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
Visit this group at http://groups.google.com/group/fluent-nhibernate.
For more options, visit https://groups.google.com/d/optout.


[fluent-nhib] Re: Is Fluent NHibernate dead?

2014-03-24 Thread Gleb Chermennov
Ok, I did try out to use SQLite for running NHibernate tests and I failed. 
But I still managed to install SQLite NuGet package properly, which I guess 
I can put on my CV as a separate line lol.
Turns out, NHibernate doesn't have a sql script for setting up a database 
before tests for SQLite (or I just didn't find it).
They do have a script for Sql Server, though - it should work on SqlCe, at 
least theoretically.
Didn't yet tried SqlCe, will do soon.
Thoughts? What did I miss with SQLite?

четверг, 6 марта 2014 г., 20:56:25 UTC+4 пользователь Jeff Doolittle 
написал:
>
> I'd be willing to help out with getting tests running against SQLite or 
> SqlCE.  Let me know what you had in mind and if there are any other issues 
> to address to prepare for NH 4.0.
>
> --Jeff
>
> On Thursday, March 6, 2014 12:09:13 AM UTC-8, Gleb Chermennov wrote:
>>
>> Hello.
>> I try to maintain the project in my spare time - pull requests kindly 
>> appreciated, as always :)
>> I'm aware that NHibernate is slowly arriving at 4.0 version, in fact 
>> there's a branch named nh-net40-migration that checks compatibility with 
>> NHibernate master branch. I haven't updated it in a while, but I certainly 
>> will do it before 4.0 release hits NuGet. I should definitely automate that 
>> process sometimes in the future - as soon as I figure out how to run 
>> NHibernate tests with some in-memory database like SQLite or SqlCE.
>> Didn't check NHibernate 4 alpha on NuGet yet though.
>>
>> вторник, 18 февраля 2014 г., 15:57:55 UTC+4 пользователь Dato Asdwqwe 
>> написал:
>>>
>>> Hi
>>>
>>> Just walked through the repository and the last commit was made 2 month 
>>> ago. So does anyone maintains the project? NHibernate 4 alpha is released, 
>>> is there a plan to support?
>>>
>>> Thanks
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fluent-nhibernate+unsubscr...@googlegroups.com.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
Visit this group at http://groups.google.com/group/fluent-nhibernate.
For more options, visit https://groups.google.com/d/optout.


[fluent-nhib] Re: Is Fluent NHibernate dead?

2014-03-06 Thread Gleb Chermennov
I'll try to do it some time next week and ask questions when they appear 
(and they will, probably).

четверг, 6 марта 2014 г., 20:56:25 UTC+4 пользователь Jeff Doolittle 
написал:
>
> I'd be willing to help out with getting tests running against SQLite or 
> SqlCE.  Let me know what you had in mind and if there are any other issues 
> to address to prepare for NH 4.0.
>
> --Jeff
>
> On Thursday, March 6, 2014 12:09:13 AM UTC-8, Gleb Chermennov wrote:
>>
>> Hello.
>> I try to maintain the project in my spare time - pull requests kindly 
>> appreciated, as always :)
>> I'm aware that NHibernate is slowly arriving at 4.0 version, in fact 
>> there's a branch named nh-net40-migration that checks compatibility with 
>> NHibernate master branch. I haven't updated it in a while, but I certainly 
>> will do it before 4.0 release hits NuGet. I should definitely automate that 
>> process sometimes in the future - as soon as I figure out how to run 
>> NHibernate tests with some in-memory database like SQLite or SqlCE.
>> Didn't check NHibernate 4 alpha on NuGet yet though.
>>
>> вторник, 18 февраля 2014 г., 15:57:55 UTC+4 пользователь Dato Asdwqwe 
>> написал:
>>>
>>> Hi
>>>
>>> Just walked through the repository and the last commit was made 2 month 
>>> ago. So does anyone maintains the project? NHibernate 4 alpha is released, 
>>> is there a plan to support?
>>>
>>> Thanks
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fluent-nhibernate+unsubscr...@googlegroups.com.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
Visit this group at http://groups.google.com/group/fluent-nhibernate.
For more options, visit https://groups.google.com/groups/opt_out.


[fluent-nhib] Re: Is Fluent NHibernate dead?

2014-03-06 Thread Jeff Doolittle
I'd be willing to help out with getting tests running against SQLite or 
SqlCE.  Let me know what you had in mind and if there are any other issues 
to address to prepare for NH 4.0.

--Jeff

On Thursday, March 6, 2014 12:09:13 AM UTC-8, Gleb Chermennov wrote:
>
> Hello.
> I try to maintain the project in my spare time - pull requests kindly 
> appreciated, as always :)
> I'm aware that NHibernate is slowly arriving at 4.0 version, in fact 
> there's a branch named nh-net40-migration that checks compatibility with 
> NHibernate master branch. I haven't updated it in a while, but I certainly 
> will do it before 4.0 release hits NuGet. I should definitely automate that 
> process sometimes in the future - as soon as I figure out how to run 
> NHibernate tests with some in-memory database like SQLite or SqlCE.
> Didn't check NHibernate 4 alpha on NuGet yet though.
>
> вторник, 18 февраля 2014 г., 15:57:55 UTC+4 пользователь Dato Asdwqwe 
> написал:
>>
>> Hi
>>
>> Just walked through the repository and the last commit was made 2 month 
>> ago. So does anyone maintains the project? NHibernate 4 alpha is released, 
>> is there a plan to support?
>>
>> Thanks
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fluent-nhibernate+unsubscr...@googlegroups.com.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
Visit this group at http://groups.google.com/group/fluent-nhibernate.
For more options, visit https://groups.google.com/groups/opt_out.


[fluent-nhib] Re: Is Fluent NHibernate dead?

2014-03-06 Thread Gleb Chermennov
Hello.
I try to maintain the project in my spare time - pull requests kindly 
appreciated, as always :)
I'm aware that NHibernate is slowly arriving at 4.0 version, in fact 
there's a branch named nh-net40-migration that checks compatibility with 
NHibernate master branch. I haven't updated it in a while, but I certainly 
will do it before 4.0 release hits NuGet. I should definitely automate that 
process sometimes in the future - as soon as I figure out how to run 
NHibernate tests with some in-memory database like SQLite or SqlCE.
Didn't check NHibernate 4 alpha on NuGet yet though.

вторник, 18 февраля 2014 г., 15:57:55 UTC+4 пользователь Dato Asdwqwe 
написал:
>
> Hi
>
> Just walked through the repository and the last commit was made 2 month 
> ago. So does anyone maintains the project? NHibernate 4 alpha is released, 
> is there a plan to support?
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fluent-nhibernate+unsubscr...@googlegroups.com.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
Visit this group at http://groups.google.com/group/fluent-nhibernate.
For more options, visit https://groups.google.com/groups/opt_out.


[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-05-08 Thread Paul Batum
I'm a strong advocate for automapping, but barely any of the code in the 
automapping section is mine. In reality, my involvement with the project has 
always been minor. Do not be concerned by my absence :)
  


-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-05-04 Thread James Gregory
Don't worry, no slighting received. :)

My point was, for the most part everyone involved knows how most things 
work. There really aren't any specialists in our little team.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-05-03 Thread tbushell
James,

Thanks for the clarification.

I didn't mean to slight your efforts WRT to automapping, I'm just not
that familiar with the history of the project.

-Tom

On May 3, 4:31 am, James Gregory  wrote:
> Automapping will continue. I don't believe Paul has been any more or less
> responsible for Automapping than I have, in fact it was Andrew Stewart who
> was the original Automapping guy and he hasn't been active in quite a while.
>
> Nothing is dead, nothing is changing.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-05-03 Thread James Gregory
Automapping will continue. I don't believe Paul has been any more or less 
responsible for Automapping than I have, in fact it was Andrew Stewart who 
was the original Automapping guy and he hasn't been active in quite a while.

Nothing is dead, nothing is changing.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-05-02 Thread tbushell
Is Automapping going to continue to the evolve with the rest of FNH?

I ask, because it's my understanding that Paul Batum has done most of
the work on this, and I just saw a recent posting where he said he's
not contributing to the project as much these days.

Not trying to knock Paul, or James, or anybody else who's contributed
so much to FNH. Just expressing some concern about my favorite feature
in FNH!

I might be able to help some - with documentation, most likely.

-Tom



On May 1, 5:16 am, James Gregory  wrote:
> Like I said, FNH is not dead. There's no "more or less" about it, there will
> be a NH3.2 compatible release when it's done. Simple as that. No need to
> worry.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-05-01 Thread Timur Zanagar
Thank you very much for your information. I'm glad that such a good
project get further development. Keep doing this good work.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-05-01 Thread James Gregory
Like I said, FNH is not dead. There's no "more or less" about it, there will 
be a NH3.2 compatible release when it's done. Simple as that. No need to 
worry.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-05-01 Thread Timur Zanagar
Sorry, but my intention was not working NOW with a non-GA release. My
intention is to get know if this project will be exists for further NH
GA Releases or not!!! Not more or less! I like FNH and I like it how
easy it makes my life working with NH. Keep this!

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



Re: [fluent-nhib] Re: Is Fluent NHibernate dead?

2011-05-01 Thread Krzysztof Koźmic
For the record, it seems the latest fnh works with latest nh preview. The
only thing i had to change was proxy factory factory to the built one
On 01/05/2011 6:47 PM, "James Gregory"  wrote:
> How very sensationalist a title this is.
>
> No, FNH is not dead. Yes, there will be a release for NH 3.2.
>
> As has always been the case, we don't track non-GA releases, so as NH 3.2
is
> currently still in Alpha we don't have a release out for it.
>
> --
> You received this message because you are subscribed to the Google Groups
"Fluent NHibernate" group.
> To post to this group, send email to fluent-nhibernate@googlegroups.com.
> To unsubscribe from this group, send email to
fluent-nhibernate+unsubscr...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/fluent-nhibernate?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-05-01 Thread James Gregory
How very sensationalist a title this is.

No, FNH is not dead. Yes, there will be a release for NH 3.2.

As has always been the case, we don't track non-GA releases, so as NH 3.2 is 
currently still in Alpha we don't have a release out for it.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



Re: [fluent-nhib] Re: Is Fluent NHibernate dead?

2011-04-30 Thread Paul Batum
The good news is that we did account for the possibility of moving away from
XML when we rewrote the internals of FNH, and so the change to use the new
mapping APIs is not actually that bad. It uses the visitor pattern to walk
the mapping structure and generate XML - someone just needs to write another
set of visitors that talk to the mapping API. There will be a few gotchas
(there always are) but it should be quite practical. There does seem like a
reasonable chance of introducing some breaking changes though.

On Sat, Apr 30, 2011 at 7:52 AM, Mohamed Meligy wrote:

> Actually NH 3.2 is going to have Automapping features:
>
> http://fabiomaulo.blogspot.com/2011/04/nhibernate-32-mapping-by-code_13.html
>
> Not sure whether in this article or another, Fabio mentioned he still sees
> room for his own confORM library to make even stronger conventions
> (automappings). If this room really exists (that NH team decides to
> implement limit productivity features of convention based mappings and leave
> more to 3rd parties to build on it, not try to push it as the one way to do
> mappings from now on), it should be possible for FNH to do the same also.
>
> There are some challenges. For example, NH new mappings don't do XML
> internally. This brings better performance, but means that for FNH to take
> advantage of that, a lot of stuff needs to be re-written to use NH new
> mapping APIs internally, and means either it breaks compatibility with
> previous versions of NH, or it has even more work to do to make the internal
> part pluggable to have two versions of it, XML based, and NH 3.2 mappings
> based.
>
>
>
> *Mohamed Meligy
> *Readify | Senior Developer
>
> M:+61 451 835006 | W: readify.net
> [image: Description: Description: Description: Description: 
> rss_16]
> [image: Description: Description: Description: Description:
> cid:image003.png@01CAF81D.6A076510]   
> [image:
> Description: Description: Description: Description:
> cid:image005.png@01CAF81D.6A076510] 
>  
> 
>
>
>
> On Sat, Apr 30, 2011 at 9:24 PM, Timur Zanagar <
> timur.zana...@googlemail.com> wrote:
>
>> The only reason I would like to use NH 3.2 is the new Batcher. Not
>> more or less. I hope that the FNH will not die. It's better than any
>> other Mapping for NHibernate, which I saw.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Fluent NHibernate" group.
>> To post to this group, send email to fluent-nhibernate@googlegroups.com.
>> To unsubscribe from this group, send email to
>> fluent-nhibernate+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/fluent-nhibernate?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Fluent NHibernate" group.
> To post to this group, send email to fluent-nhibernate@googlegroups.com.
> To unsubscribe from this group, send email to
> fluent-nhibernate+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/fluent-nhibernate?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



Re: [fluent-nhib] Re: Is Fluent NHibernate dead?

2011-04-30 Thread Mohamed Meligy
Actually NH 3.2 is going to have Automapping features:
http://fabiomaulo.blogspot.com/2011/04/nhibernate-32-mapping-by-code_13.html

Not sure whether in this article or another, Fabio mentioned he still sees
room for his own confORM library to make even stronger conventions
(automappings). If this room really exists (that NH team decides to
implement limit productivity features of convention based mappings and leave
more to 3rd parties to build on it, not try to push it as the one way to do
mappings from now on), it should be possible for FNH to do the same also.

There are some challenges. For example, NH new mappings don't do XML
internally. This brings better performance, but means that for FNH to take
advantage of that, a lot of stuff needs to be re-written to use NH new
mapping APIs internally, and means either it breaks compatibility with
previous versions of NH, or it has even more work to do to make the internal
part pluggable to have two versions of it, XML based, and NH 3.2 mappings
based.



*Mohamed Meligy
*Readify | Senior Developer

M:+61 451 835006 | W: readify.net
[image: Description: Description: Description: Description:
rss_16]
[image: Description: Description: Description: Description:
cid:image003.png@01CAF81D.6A076510]
  [image:
Description: Description: Description: Description:
cid:image005.png@01CAF81D.6A076510] 
 




On Sat, Apr 30, 2011 at 9:24 PM, Timur Zanagar  wrote:

> The only reason I would like to use NH 3.2 is the new Batcher. Not
> more or less. I hope that the FNH will not die. It's better than any
> other Mapping for NHibernate, which I saw.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Fluent NHibernate" group.
> To post to this group, send email to fluent-nhibernate@googlegroups.com.
> To unsubscribe from this group, send email to
> fluent-nhibernate+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/fluent-nhibernate?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-04-30 Thread Timur Zanagar
The only reason I would like to use NH 3.2 is the new Batcher. Not
more or less. I hope that the FNH will not die. It's better than any
other Mapping for NHibernate, which I saw.

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.



[fluent-nhib] Re: Is Fluent NHibernate dead?

2011-04-30 Thread Vahid
NH 2.3 does not support auto-mapping so I'll stick with fluent NH!
More info:
http://lostechies.com/jamesgregory/2011/04/13/me-on-nhibernate-3-2/

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.