-
```
What steps will reproduce the problem?
I'm not sure. It may be due to a session plugin calling:
tp->set_error(errors::destructing_torrent, "...msg...");
m_ses->remove_torrent(tp->get_ha…
-
### HHVM Version
HipHop VM 3.13.1 (dbg)
Compiler: tags/HHVM-3.13.1-0-g4f382ad928a6e2a0607a8dcb251002aca77f11f6
Repo schema: 655b5912cb8136e9df6f9be972153e38ac446e0f
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE…
-
This is an early implementation of an **Unicon Unit Test Framework**. Your feedback would be invaluable. @cjeffery @StephenWampler @brucerennie @Jafaral
- [x] TestCase
- [x] Support `setupClass…
-
# Minimal Viable 'Product'
This is what is considered a must have before 0.1 is released.
## Parser
- [ ] Fully functional parser: there are currently some bugs with parsing varags
- [ ] Pass th…
-
Would it be possible get a facility for adding a custom message to errors? Maybe an extra parameter somewhere, or an extra chained flag:
```
expect(this).to.be.ok("oh noes");
expect(that).to.be.ok().…
-
Pages which need to be added/modified for complete documentation of PHP 8.3:
Based of the migration guide: https://www.php.net/manual/en/migration83.php (#2780):
> **Note**
> This issue is stil…
-
This is the parser code that I used
```
const node = acorn.Parser.extend(tsPlugin.tsPlugin({dts:false})).parse(file, { sourceType: 'module', ecmaVersion: 'latest', locations: true })
```
The sou…
-
### What version of Go are you using (`go version`)?
https://pkg.go.dev/os@go1.19.1
### Does this issue reproduce with the latest release?
Yes.
### What did you do?
For #50436, I'm atte…
-
Hi,
I am using deasync module in my jasmine test cases.
Actually in my beforeall method of jasmine, I have to synchronously call some async methods in the same order (one after another).
But since Ja…
-
Even when `JsonRpcTargetOptions.AllowNonPublicInvocation == false`, a non-public method that is explicitly decorated with `JsonRpcMethodAttribute` should be invokable.