PyCObject
, was deprecated in Python 2.7, but there are a number of key modules that have not yet been ported to its replacement.
PendingDeprecationWarning
is merely logged rather than raising an exception:
>>> import warnings >>> warnings.simplefilter('error') >>> warnings.simplefilter('default', PendingDeprecationWarning)
api.test()
and schema comparison functions now all accept url as first parameter and repository as second.
upgrade(migrate_engine):
)
Column.alter
does not accept current_name
anymore, it extracts name from the old column.
.debug
files, and will replace them with an index that greatly speeds up gdb.
su -c 'yum install rakudo'
For information of command line options run: man perl6man rakudo
-fexcess-precision=fast
.
-save-temps
now takes an optional argument. The -save-temps
and -save-temps=cwd
switches write the temporary files in the current working directory based on the original source file. The -save-temps=obj
switch will write files into the directory specified with the -o
option, and the intermediate filenames are based on the output file.
-flto
). When this option is used, GCC generates a bytecode representation of each input file and writes it to special ELF sections in each object file.
yum install @haskell