Francesco Gonzaga (bishop of Nola)

Francesco Gonzaga, C.R. (1602 – 18 December, 1673) was a Roman Catholic prelate who served as Bishop of Nola (1657–1673) and Bishop of Cariati e Cerenzia (1633–1657).[1][2]

Most Reverend

Francesco Gonzaga
ChurchCatholic Church
DioceseDiocese of Nola
In office1657–1673
PredecessorGiovanni Battista Lancellotti
SuccessorFilippo Cesarini
Orders
Consecration24 February 1633
by Antonio Marcello Barberini
Personal details
Born1602
Died18 December 1673 (age 71)
Nola, Italy

Biography

Francesco Gonzaga was born in 1602 and ordained a priest in the Congregation of Clerics Regular of the Divine Providence.[2] On 21 February 1633, he was appointed during the papacy of Pope Urban VIII as Bishop of Cariati e Cerenzia.[1][2] On 24 February 1633, he was consecrated bishop by Antonio Marcello Barberini, Cardinal-Priest of Sant'Onofrio.[2] On 17 December 1657, he was appointed during the papacy of Pope Alexander VII as Bishop of Nola.[1][2] He served as Bishop of Nola until his death on 18 December 1673.[2]

Episcopal succession

While bishop, he was the principal co-consecrator of:[2]

gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course
gollark: What, you mean no it doesn't have weird special cases everywhere?
gollark: It pretends to be "simple", but it isn't because there are bizarre special cases everywhere to make stuff appear to work.

References

  1. Gauchat, Patritius (Patrice) (1935). HIERARCHIA CATHOLICA MEDII ET RECENTIORIS AEVI Vol IV. Münster: Libraria Regensbergiana. pp. 260 and 135. (in Latin)
  2. "Bishop Francesco Gonzaga, C.R." Catholic-Hierarchy.org. David M. Cheney. Retrieved August 24, 2016
Catholic Church titles
Preceded by
Lorenzo Fei
Bishop of Cariati e Cerenzia
1633–1657
Succeeded by
Agazio di Somma
Preceded by
Giovanni Battista Lancellotti
Bishop of Nola
1657–1673
Succeeded by
Filippo Cesarini
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.