-
Enabling artifact binding in SAML2 throws the following exception.
```
**Exception**
javax.servlet.ServletException: Filter execution threw an exception
**Root Cause**
java.lang.NoClassDe…
-
### Compiler name
Carbon toolchain
### Compiler version
trunk
### Compiler language
Carbon
### Compiler homepage
https://github.com/carbon-language/carbon-lang
### Motivation
…
-
### Description
As mentioned in the official documentation [1], I followed the steps and encountered the following errors while running the tool:
```log
[com.zaxxer.hikari.pool.HikariPool] DEBUG …
-
We should decide to what extent and in what ways we want to mitigate the risk of underhanded Carbon code -- code that intentionally behaves in a manner different from its appearance.
See https://gi…
-
**Describe the issue:**
When trying to execute the "Hybrid Flow" sequentially, some times we get the following error. A duplicate key is being tried to be inserted into table `IDN_OAUTH2_TOKEN_BINDIN…
-
At present, the following languages are supported
* [Simplified Chinese(zh-CN)](./lang/zh-CN.json "Simplified Chinese"):translated by [gouguoyin](https://github.com/gouguoyin "gouguoyin")
* [Traditi…
-
https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/README.md#imports says "The `import library ...` syntax adds all the public top-level names within the given library to the top-le…
-
What's the Carbon equivalent of C++'s `size_t`? What is `n`'s type in `n = sizeof(T)`?
https://github.com/carbon-language/carbon-lang/tree/trunk/docs/design#integer-types only lists fixed-width int…
-
`let main = fn()->i32 { }`
Functions also have types
`let animal = class{ };`
Such a design can be extended to many aspects like import
It's just my own strange idea
Related discussion: h…
C-BJ updated
4 months ago
-
Several design discussions in Carbon have talked about "what direction does type information flow" in the context of type inference. Broadly, these discussions have seemed to advocate away from bi-dir…