Renan Ribeiro

Results 26 comments of Renan Ribeiro

I think dependency order preservation is great when the order of the input files to a program affect the hash of the output, and you expect `doit` to compile your...

With regards to multiplexes and the like, if we did include a circle indicating that the select is negated, given a multiplexer like the one attached in the picture, would...

This makes sense, thanks for the clarification.

I find it unlikely for that PR to greatly affect this issue, because the PR only affects the RAM output value when it is an error or undefined (when the...

This seems a little bit odd to me. While using a RAM configured with separate data pins, when the output enable pin is zero, the behavior I actually get is...

I think it would be nice to have a comment in the configuration file explaining why `export-env` is being used there, to aid beginners

> > Note to @BFH-ktt1: This adds memory with inverted enables to the list of things that are not supported in hdl. That doesn't break anything that currently exists, but...

I believe the problematic public API macros have been resolved by #219. Is clj-kondo support for the internal macros (e.g`success-error-unrealized`, `deftype+`) welcome as well?

The documentation for `buffered-stream` says: > A stream which will buffer *at most limit data*, where the size of each message is defined by `(metric message)`. But in the provided...

I believe this issue is currently resolved by #224 and #219.