| Author |
Message |
|
| Guest |
Posted: Thu Apr 10, 2008 8:15 am |
|
|
|
Guest
|
Hi There,
How do I get the version of erlang I am running now? there seems no
--version or similar switch to erl or erlc.
erl reported Eshell 5.6.1, but where I can get the main version number
such as R12B...
Thanks!
Shannon
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist |
|
|
| Back to top |
|
| vladdu |
Posted: Thu Apr 10, 2008 8:21 am |
|
|
|
User
Joined: 28 Feb 2005
Posts: 397
Location: Gothenburg, Sweden
|
Hi,
On Thu, Apr 10, 2008 at 10:09 AM, Xiangrong Fang <xrfang@gmail.com> wrote:
> How do I get the version of erlang I am running now? there seems no
> --version or similar switch to erl or erlc.
>
> erl reported Eshell 5.6.1, but where I can get the main version number
> such as R12B...
Try
init:script_id().
regards,
Vlad
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Thu Apr 10, 2008 8:33 am |
|
|
|
Guest
|
|
| Back to top |
|
| Guest |
Posted: Thu Apr 10, 2008 9:12 am |
|
|
|
Guest
|
Thanks!
On Thu, Apr 10, 2008 at 4:30 PM, Raimo Niskanen
<raimo+erlang-questions@erix.ericsson.se> wrote:
>
> On Thu, Apr 10, 2008 at 04:09:10PM +0800, Xiangrong Fang wrote:
> > Hi There,
> >
> > How do I get the version of erlang I am running now? there seems no
> > --version or similar switch to erl or erlc.
> >
> > erl reported Eshell 5.6.1, but where I can get the main version number
> > such as R12B...
> >
>
> 1> erlang:system_info(otp_release).
> "R12B"
>
> > Thanks!
> > Shannon
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@erlang.org
> > http://www.erlang.org/mailman/listinfo/erlang-questions
>
> --
>
> / Raimo Niskanen, Erlang/OTP, Ericsson AB
>
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Thu Apr 10, 2008 5:18 pm |
|
|
|
Guest
|
Xiangrong Fang wrote:
> How do I get the version of erlang I am running now? there seems no
> --version or similar switch to erl or erlc.
I was looking for that in the permuted index yesterday and couldn't find
it. (I find the documentation, as I'm learning Erlang, to be fairly
frustrating. It would probably be a good idea to either add this to
the FAQ or get the word "version" into the description of something
somewhere. Even google didn't find anything useful for me.
--
Darren New / San Diego, CA, USA (PST)
"That's pretty. Where's that?"
"It's the Age of Channelwood."
"We should go there on vacation some time."
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Fri Apr 11, 2008 9:52 am |
|
|
|
Guest
|
Christian S wrote:
>> the bug tracker is top secret, since it potentially contains sensitive
>> ericsson info.
>>
>
> I sense irony here. Should I?
>
that's always the safe bet.
alas, in this case it's reality that's ironic.
my personal opinion is that a public bug tracker would improve the
quality and
usability of OTP, and hence the ericsson products that are based on OTP.
otoh, it would require an initial cost for OTP, both technically and
politically.
so the cost/benefit analysis is not trivial.
mats
Post recived from mailinglist |
|
|
| Back to top |
|
| noss |
Posted: Fri Apr 11, 2008 9:52 am |
|
|
|
User
Joined: 09 Oct 2005
Posts: 290
|
> the bug tracker is top secret, since it potentially contains sensitive
> ericsson info.
I sense irony here. Should I?
PS
Would OTP follow tickets in a community-driven bug-tracker if the
community set one up and maintained it?
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Fri Apr 11, 2008 9:52 am |
|
|
|
Guest
|
Darren New wrote:
> Darren New wrote:
>
>> either add this to the FAQ
>>
>
> Huh. It *is* in the FAQ. I wonder why I didn't see that before.
>
> Is there a public bug-tracker? I don't see Erlang itself hosted on
> source forge, nor do I see any obvious link on erlang.org, but maybe I'm
> missing something?
>
>
the bug tracker is top secret, since it potentially contains sensitive
ericsson info.
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Fri Apr 11, 2008 9:52 am |
|
|
|
Guest
|
Darren New wrote:
> either add this to the FAQ
Huh. It *is* in the FAQ. I wonder why I didn't see that before.
Is there a public bug-tracker? I don't see Erlang itself hosted on
source forge, nor do I see any obvious link on erlang.org, but maybe I'm
missing something?
--
Darren New / San Diego, CA, USA (PST)
"That's pretty. Where's that?"
"It's the Age of Channelwood."
"We should go there on vacation some time."
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Sun Apr 13, 2008 4:48 am |
|
|
|
Guest
|
On 04/10/08, Xiangrong Fang wrote:
> Hi There,
>
> How do I get the version of erlang I am running now? there seems no
> --version or similar switch to erl or erlc.
One way I use is checking $ERL_ROOT/lib/erlang/release/RELEASE, it
contains detailed release information and can be read by Erlang
programs(ERL_ROOT is the dir where Erlang is installed on your machine)
>
> erl reported Eshell 5.6.1, but where I can get the main version number
> such as R12B...
>
> Thanks!
> Shannon
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@erlang.org
> http://www.erlang.org/mailman/listinfo/erlang-questions
--
Regards,
Raymond
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist |
|
|
| Back to top |
|
| wuji |
Posted: Fri Sep 07, 2012 6:29 am |
|
|
|
User
Joined: 10 Aug 2012
Posts: 654
|
at Exeter Hospital," U.S. attorney John P. Kacavas said in in cheap replica *beep* in a press release. "With his arrest, we have eliminated
'serial infector' posed to public and health safety."The controlled substance substance [h3]cheap polo shirts[/h3] substance was Fentanyl, an anesthetic more powerful than morphine. Kwiatkowski
allegedly been stealing the Fentanyl syringes intended for patients, injecting injecting [h4]cheap designer *beep*[/h4] injecting his own arm and then refilling those empty syringes
another liquid like saline, according to the press release.Since Kwiatkowski Kwiatkowski [h4]cheap authentic jordans[/h4] Kwiatkowski tested positive for Hepatitis C in June 2010, he
it on to the hospital patients, according to the affidavit.Exeter affidavit.Exeter buy real jordans affidavit.Exeter Hospital employees discovered the outbreak in May 2012, prompting
investigation that spanned several local, state and federal government agencies, agencies, knockoff designer *beep* agencies, including the FBI, according to court documents obtained by |
|
|
| Back to top |
|
|
|