azynheira / distel

Automatically exported from code.google.com/p/distel
0 stars 0 forks source link

Warning: regexp:parse/1: the regexp module is deprecated (will be removed in R15A); use the re module instead #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout revision 94
2. run make

What is the expected output? What do you see instead?

Several modules get warnings about using regexp, we are now at R14A so not too 
far in the funture this will break:

erlc -W -o ebin +debug_info src/fdoc.erl
src/fdoc.erl:48: Warning: regexp:parse/1: the regexp module is deprecated (will 
be removed in R15A); use the re module instead
src/fdoc.erl:151: Warning: regexp:match/2: the regexp module is deprecated 
(will be removed in R15A); use the re module instead
erlc -W -o ebin +debug_info src/otp_doc.erl
src/otp_doc.erl:323: Warning: regexp:sub/3: the regexp module is deprecated 
(will be removed in R15A); use the re module instead

What version of the product are you using? On what operating system?

R94 on FreeBSD 8.0-RELEASE
Erlang R13B04 (erts-5.7.5) [source] [smp:2:2] [rq:2] [async-threads:0] [hipe] 
[kernel-poll:false]
GNU Emacs 23.2.1

Please provide any additional information below.

Original issue reported on code.google.com by peerst@gmail.com on 30 Jul 2010 at 3:09

GoogleCodeExporter commented 8 years ago
Sorry I overlooked your previous issue with the patch.  Please delete this issue

Original comment by peerst@gmail.com on 30 Jul 2010 at 3:13

GoogleCodeExporter commented 8 years ago
FTR; the idea is to keep backward compatibility with pre-re systems as long as 
possible.

Original comment by mats.cro...@gmail.com on 3 Aug 2010 at 12:58