Author Topic: IRC on the Nspire  (Read 23047 times)

0 Members and 1 Guest are viewing this topic.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: IRC on the Nspire
« Reply #45 on: October 29, 2012, 09:51:40 am »
Adriweb and jimbauwens definitely talked to TI about the problem... to no avail, at the time of this writing.

It is "supposed" to be back at some point, as far as I know.


also you might convince TI to put print() back if you tell them about the educational purposes it could have (robotics and so)
Exactly what we did :)
« Last Edit: October 29, 2012, 10:03:19 am by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: IRC on the Nspire
« Reply #46 on: October 29, 2012, 02:19:23 pm »
Adriweb and jimbauwens definitely talked to TI about the problem... to no avail, at the time of this writing.

Quote from: Some person at TI
...
We redirected the output of the print command to the console log of the integrated script editor. In retrospect, we should have maintained the print connection to stdout until the script editor console was fully implemented. Do you see value in continuing to send print output to stdout in addition to the script editor console?

Of course, I said yes.

Quote from: Person at TI
I submitted a change request to reinstate output to stdout. I cannot guarantee the change control board will approve the change in time for the next software release. I quoted large parts of your email in the request.

Quote
Jim,

The change control board rejected the request. It comes too close to the end of the current development cycle. I'll add the change to the requirements for the next development cycle.

A bit later we asked how it was with the reintegration, and he answered this
Quote
I forwarded the request to turn print() back on in Lua to the product definition manager who defines requirements for Lua scripting. The feature should be a requirement for the next release. I'll check with him on the status of feature.

I wouldn't say "to no avail" ;)

And I hope I don't lose my NDA because of this post.
« Last Edit: October 29, 2012, 02:19:46 pm by Jim Bauwens »

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: IRC on the Nspire
« Reply #47 on: October 29, 2012, 03:16:18 pm »
Until it's available in OS 3.3 / 4.0, we can't say that it's not "to no avail" ;)
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: IRC on the Nspire
« Reply #48 on: October 29, 2012, 04:23:23 pm »
No offense, but think that's just stinkin' thinkin'. Give them at least a chance ^^
« Last Edit: October 29, 2012, 04:23:58 pm by Jim Bauwens »

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: IRC on the Nspire
« Reply #49 on: October 29, 2012, 04:33:55 pm »
There have been so many things that we wished, but they did not grant (and sometimes, had to grant ourselves), that we should not get ourselves excited until it's done ;)
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline renatose

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 209
  • Rating: +4/-0
  • watch out the power balls
    • View Profile
Re: IRC on the Nspire
« Reply #50 on: October 29, 2012, 08:03:55 pm »
There have been so many things that we wished, but they did not grant (and sometimes, had to grant ourselves), that we should not get ourselves excited until it's done ;)
thats right ;)
@Jim Bawens and what if TI included also a "listen()" to receive data from the RX serial?
EDIT: by data I mean text, of course... even char by char would be awesome...
« Last Edit: October 29, 2012, 08:04:56 pm by renatose »

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: IRC on the Nspire
« Reply #51 on: October 30, 2012, 08:55:44 am »
@Jim Bawens and what if TI included also a "listen()" to receive data from the RX serial?
EDIT: by data I mean text, of course... even char by char would be awesome...

I've asked that before, but 'Routing stdin to Lua is not in the cards for the near term'.

Offline renatose

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 209
  • Rating: +4/-0
  • watch out the power balls
    • View Profile
Re: IRC on the Nspire
« Reply #52 on: October 30, 2012, 10:20:58 am »
Okay...
Do you think that it would be too dificult to be done by us, like the fixprint, maybe adding it to the fixprint code...

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: IRC on the Nspire
« Reply #53 on: October 30, 2012, 10:22:02 am »
It wouldn't be too difficult, but someone needs to take the time to do it.

Offline renatose

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 209
  • Rating: +4/-0
  • watch out the power balls
    • View Profile
Re: IRC on the Nspire
« Reply #54 on: October 30, 2012, 10:33:16 am »
maybe I'll give it a shot in the christmas break ;)

Offline Dapianokid

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 539
  • Rating: +46/-27
  • That one dude
    • View Profile
Re: IRC on the Nspire
« Reply #55 on: April 19, 2013, 07:45:49 pm »
Necropost...
DO WANT for CX CAS
Keep trying.