On Sun, Feb 09, 2025 at 06:30:25PM +0100, Danilo Krummrich wrote:
> Add the initial documentation of the Nova project.
>
> The initial project documentation consists out of a brief introduction
> of the project, as well as project guidelines both general and nova-core
> specific and a task list fo
On Thu, Feb 13, 2025 at 12:33:21AM +, Benno Lossin wrote:
> On 13.02.25 00:27, Alistair Popple wrote:
> > On Sun, Feb 09, 2025 at 06:30:25PM +0100, Danilo Krummrich wrote:
> >
> > [...]
> >
> >> +FromPrimitive API
> >> +-
> >> +
> >> +Sometimes the need arises to convert a num
On 13.02.25 00:27, Alistair Popple wrote:
> On Sun, Feb 09, 2025 at 06:30:25PM +0100, Danilo Krummrich wrote:
>
> [...]
>
>> +FromPrimitive API
>> +-
>> +
>> +Sometimes the need arises to convert a number to a value of an enum or a
>> +structure.
>> +
>> +A good example from nova-
On Sun, Feb 09, 2025 at 06:30:25PM +0100, Danilo Krummrich wrote:
[...]
> +FromPrimitive API
> +-
> +
> +Sometimes the need arises to convert a number to a value of an enum or a
> +structure.
> +
> +A good example from nova-core would be the ``Chipset`` enum type, which
> defines
Add the initial documentation of the Nova project.
The initial project documentation consists out of a brief introduction
of the project, as well as project guidelines both general and nova-core
specific and a task list for nova-core specifically.
The task list is divided into tasks for general R