-
We have a test that basically does 10-15 iterations with different cases using steps like:
1. Modify source
2. Compile source
3. Wait for HotswapAgent to hotswap changes
4. Verify changes
This …
-
I'm having an issue with TikZ Editor redefining a few of the shortcuts that I would often use. For instance, Command + Shift + Left/Right arrow is used in OSX for home/end, but within TikZ Editor, thi…
ThSGM updated
9 years ago
-
While mocks are working great for me, I'm having some trouble with spies.
I created this code.
```typescript
import { moduleDependency } from "./dependency";
export const internalDependency …
-
If this code is run in 1.0.10:
```
namespace foo {
typeset -T Foo_t=(
typeset name=
)
}
```
And then you do a `typeset -p | head -1`, everything works fine.
If the first cod…
-
### Contact Details
alexsn@meta.com
### Version
5.7.4
### Description
When linking a binary with both openssl and wolfssl I get the following linkage error:
```
ld.lld: error: duplica…
-
If I `extend` a type and mark an optional base property as required on the extended type like this:
```ts
export interface IBase {
foo: string;
bar?: string;
}
export interface IExtended…
-
I don't have a strong preference either way, but I think it would be nice if Runic normalized to one or the other. The only potential issue is that it's technically possible to redefine `nothing` insi…
-
Currently `ClassyPrelude` exports `forever` as defined in `base`.
```haskell
forever :: (Applicative f) => f a -> f b
forever action = go
where
go = action *> go
```
[The `forever` sp…
-
Since the code was written more than 10 years ago, there are some old usages, especially for macro definitions.
To make GCC happy, we might need the following changes:
``` patch
diff --git a/include…
jserv updated
11 years ago
-
Migrated from [rt.perl.org#131742](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=131742) (status was 'new')
Searchable as RT131742$