On Fri, 2022-10-14 at 20:10 +0800, Po Lu wrote: > Vibhav Pant writes: > > > branch: feature/comp-use-ctors > > commit 1b48e8dde5bfee65c036fbfdc32b68c9093c2e06 > > Author: Vibhav Pant > > Commit: Vibhav Pant > > > >     src/comp.c: Use constructor expressions when possible. > >     > >     * src/comp.c: > >       - Add declarations for creating constructor/initializer > > expressions > >       when supported. > >       - (emit_coerce): Use a struct constructor expression to > > create a > >       Lisp_Object value instead of creating a new local variable. > >       - emit_limple_call_ref: Emit a single constructor expression > > for > >       initializing tmp_arr. > > This is not how we write commit messages; it should be: > > * src/comp.c: Add declarations for creating > constructor/initializer expressions when supported. > (emit_coerce): Use a struct constructor expression to create a > Lisp_Object value instead of creating a new local variable. > (emit_limple_call_ref): Emit a single constructor expression for > initializing tmp_arr. > > Keep in mind that the commit message must also be filled to 64 > columns. Ah, knew something about it was off. Thanks :) -- Vibhav Pant vibhavp@gmail.com GPG: 7ED1 D48C 513C A024 BE3A 785F E3FB 28CB 6AB5 9598