-
I'm currently having a weird issue with cocotb 1.4 and verilator 4.100
I'm verifying an asynchronous FIFO design and have a basic 'manual, section which works perfectly, where I test reads and writ…
-
We don't currently propagate transaction context by default. Instead, we clear (suspend) it, which allows tasks/actions to run their own transactions.
This discussion was brought up again on last w…
-
This is a counter-proposal to #32437
# Proposal: A built-in Go error check function, catch
`catch` would function much like the proposed `try` with a few specific differences:
1.) `catch` wou…
-
The Go2 proposal #32437 adds new syntax to the language to make the `if err != nil { return ... }` boilerplate less cumbersome.
There are various alternative proposals: #32804 and #32811 as the ori…
miekg updated
3 years ago
-
@obra mentioned on IRC the other day that Kaleidoscope could really use a coding style guide. Though some of it is enforced now via `make astyle`, that's mostly whitespace, and formatting. Naming, cod…
-
We worked on a design document for native-sized number types that we would like to add to the platform.
A draft of the design document has been just posted to https://github.com/dotnet/corefxlab/…
-
The third bullet under [react#methods](https://github.com/airbnb/javascript/tree/master/react#methods) says:
> Do not use underscore prefix for internal methods of a React component.
I was just wond…
-
These are some strawman thoughts about how to provide handling of asynchronous events in a simple way in CircuitPython. This was also discussed at some length in our weekly audio chat on Nov 12, 2018,…
-
[A thread on the Git mailing list](https://lore.kernel.org/git/CAOAHyQwyXC1Z3v7BZAC+Bq6JBaM7FvBenA-1fcqeDV==apdWDg@mail.gmail.com/) made the cautious attempt at bringing this issue to attention: enoug…
dscho updated
4 years ago
-
There have been many proposals for how to simplify error handling in Go, all based on the general complaint that too much Go code contains the lines
```
if err != nil {
return err
}
```
…