-
I ran into a situation with confusing error messages constructing a `HashSet` with a type that doesn't inherit `Hash`.
I tried this code:
```rust
let mut live_in = HashSet::::new();
live_i…
-
### Description
I wonder if anybody contributing design and code for the development of SML/NJ can also consider building a lightweight IDE modelled after the Processing Language IDE or the Python ID…
-
**Does the feature exist in the most recent commit?**
No
**Why do we need this feature?**
More strongly typed parameterized test types, and improved/customizable output of those parameters
…
-
## Use `++index` instead of `index++` to increment a loop counter
**Context**: [`Gravity.sol#L124-L136`](https://github.com/code-423n4/2022-05-cudos/blob/main/solidity/contracts/Gravity.sol#L124-L136)…
-
Currently if we compile a Go program like:
```
package main
type dead int
func newDead() *dead { return new(dead) }
var x = newDead()
func main() {}
```
the linker can't dead code eliminate `x` or `…
-
RCLs bring to the table a long sought-after set of functionality - a simple way to bundle views into sharable libraries. This functionality provides a way to simply implement complex application hier…
-
The following code compiles, but throws a `TypeLoadException` when executed.
``` csharp
using System;
namespace ConsoleApplication1
{
class Program
{
static void Main(string…
-
The autotools "$host_os" variable can return:
* linux-gnu
* linux-android
* linux-dietlibc
* linux-uclibc
and more based on the libc type in use. This means projects which use differing build…
zmike updated
5 years ago
-
I've contributed a little code, so I'm not as fresh as a typical new user, but I've still had to hunt around for the follow as I tried to convert some numerical code to use SciRust. I think our goal s…
-
- [Move the path construction in the Error case only](https://github.com/thoth-org/Thoth.Json/issues/43)
- [Make Thoth.Json(.Core) parser agnostic](https://github.com/thoth-org/Thoth.Json/issues/38).…