ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:114884] [Ruby master Bug#19900] Rename YARP to Prism
@ 2023-09-22 16:12 kddnewton (Kevin Newton) via ruby-core
  2023-09-22 20:31 ` [ruby-core:114887] " rubyFeedback (robert heiler) via ruby-core
  2023-09-27 18:11 ` [ruby-core:114905] [Ruby master Feature#19900] " kddnewton (Kevin Newton) via ruby-core
  0 siblings, 2 replies; 3+ messages in thread
From: kddnewton (Kevin Newton) via ruby-core @ 2023-09-22 16:12 UTC (permalink / raw
  To: ruby-core; +Cc: kddnewton (Kevin Newton)

Issue #19900 has been reported by kddnewton (Kevin Newton).

----------------------------------------
Bug #19900: Rename YARP to Prism
https://bugs.ruby-lang.org/issues/19900

* Author: kddnewton (Kevin Newton)
* Status: Open
* Priority: Normal
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN
----------------------------------------
Following up on the discussion from https://bugs.ruby-lang.org/issues/19772#note-29, we would like to rename the YARP project to `Prism`. For the purposes of this ticket specifically, all functionality will remain the same. That is:

* Prism will be a bundled gem with a native extension that will require you to `require "prism"` to access it from Ruby code.
* Within CRuby, the C library will continue to be used to provide parsing/compiling functionality, under `RubyVM::InstructionSequence.compile_prism`. At the moment, this API is strictly for testing.

Going forward, the C symbol prefix will be `pm_` (as opposed to the existing `yp_`). Assuming all of this is okay, I'll begin working on the rename next week.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:114887] [Ruby master Bug#19900] Rename YARP to Prism
  2023-09-22 16:12 [ruby-core:114884] [Ruby master Bug#19900] Rename YARP to Prism kddnewton (Kevin Newton) via ruby-core
@ 2023-09-22 20:31 ` rubyFeedback (robert heiler) via ruby-core
  2023-09-27 18:11 ` [ruby-core:114905] [Ruby master Feature#19900] " kddnewton (Kevin Newton) via ruby-core
  1 sibling, 0 replies; 3+ messages in thread
From: rubyFeedback (robert heiler) via ruby-core @ 2023-09-22 20:31 UTC (permalink / raw
  To: ruby-core; +Cc: rubyFeedback (robert heiler)

Issue #19900 has been updated by rubyFeedback (robert heiler).


I guess one advantage of the name "prism" is that this may be a bit easier
to remember than "yarp".

----------------------------------------
Bug #19900: Rename YARP to Prism
https://bugs.ruby-lang.org/issues/19900#change-104744

* Author: kddnewton (Kevin Newton)
* Status: Open
* Priority: Normal
* Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN
----------------------------------------
Following up on the discussion from https://bugs.ruby-lang.org/issues/19772#note-29, we would like to rename the YARP project to `Prism`. For the purposes of this ticket specifically, all functionality will remain the same. That is:

* Prism will be a bundled gem with a native extension that will require you to `require "prism"` to access it from Ruby code.
* Within CRuby, the C library will continue to be used to provide parsing/compiling functionality, under `RubyVM::InstructionSequence.compile_prism`. At the moment, this API is strictly for testing.

Going forward, the C symbol prefix will be `pm_` (as opposed to the existing `yp_`). Assuming all of this is okay, I'll begin working on the rename next week.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:114905] [Ruby master Feature#19900] Rename YARP to Prism
  2023-09-22 16:12 [ruby-core:114884] [Ruby master Bug#19900] Rename YARP to Prism kddnewton (Kevin Newton) via ruby-core
  2023-09-22 20:31 ` [ruby-core:114887] " rubyFeedback (robert heiler) via ruby-core
@ 2023-09-27 18:11 ` kddnewton (Kevin Newton) via ruby-core
  1 sibling, 0 replies; 3+ messages in thread
From: kddnewton (Kevin Newton) via ruby-core @ 2023-09-27 18:11 UTC (permalink / raw
  To: ruby-core; +Cc: kddnewton (Kevin Newton)

Issue #19900 has been updated by kddnewton (Kevin Newton).

Status changed from Open to Closed

https://github.com/ruby/ruby/pull/8518

----------------------------------------
Feature #19900: Rename YARP to Prism
https://bugs.ruby-lang.org/issues/19900#change-104771

* Author: kddnewton (Kevin Newton)
* Status: Closed
* Priority: Normal
----------------------------------------
Following up on the discussion from https://bugs.ruby-lang.org/issues/19772#note-29, we would like to rename the YARP project to `Prism`. For the purposes of this ticket specifically, all functionality will remain the same. That is:

* Prism will be a bundled gem with a native extension that will require you to `require "prism"` to access it from Ruby code.
* Within CRuby, the C library will continue to be used to provide parsing/compiling functionality, under `RubyVM::InstructionSequence.compile_prism`. At the moment, this API is strictly for testing.

Going forward, the C symbol prefix will be `pm_` (as opposed to the existing `yp_`). Assuming all of this is okay, I'll begin working on the rename next week.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-27 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-22 16:12 [ruby-core:114884] [Ruby master Bug#19900] Rename YARP to Prism kddnewton (Kevin Newton) via ruby-core
2023-09-22 20:31 ` [ruby-core:114887] " rubyFeedback (robert heiler) via ruby-core
2023-09-27 18:11 ` [ruby-core:114905] [Ruby master Feature#19900] " kddnewton (Kevin Newton) via ruby-core

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).