Elango Cheran

Results 31 comments of Elango Cheran

@svartalf Earlier testing iterations of the workflow did indeed include `... -- -D warnings` in the args to the clippy Action, but it did not fail the job / workflow...

When it comes to the warnings being treated as errors, I just realized that this functionality fix was [already made in v1.0.2](https://github.com/actions-rs/clippy-check/blame/9f35856e843a936f03c0e394473a17bc29c0b02f/src/main.ts#L86-L88). Sorry about that. That leaves us with the...

This issue came up as a question from @mihnita during today's meeting. Feel free to correct anything that I didn't capture quite right.

For sharing our proof-of-concepts, I was thinking an optional thing we could do to better explain our ideas to the group is to have a diagram of our data model....

For me, I was thinking of just creating one diagram for my POC, similar to what he did (or two at most). Nothing much, so should be reasonable to do...

> I have been thinking about this in terms of soundness and completeness. In a sound data model, it is impossible to represent invalid data. In a complete data model,...

> Thanks for bootstrapping the prototype implementation. I think it might be helpful for some to think about the data model through the lens of code. > > For the...

PR #290 seems fine to me -- it is a minimal change that only restricts surrogates, which the Unicode spec defines as characters that _cannot_ be assigned to any abstract...

> * Variable / argument / input data. Similar to above, I think "variable" has a distinct meaning in a programming language context -- something whose value can change. If...

> ...the value of `$userName` is _constant_ during a single formatting operation at runtime. > > At the same time, this same message can format as _Elango added a new...