-
### What version of Vim/Gvim are you using?
Vim/Gvim version
$ vim --version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Mar 19 2020 23:30:51)
Included patches: 1-416
### What version …
-
Is there a way to disable the [built-in functions](https://docs.rs/evalexpr/8.1.0/evalexpr/index.html#builtin-functions) other than simply replacing the function names in input `String`s?
-
When trying to parse an integer suffixed with "LL", parsing fails.
E.g. in
```
#define very_long_one (1LL)
```
To reproduce I boiled it down to:
```
import pcpp
proc = pcpp.Preprocessor()
tok…
-
When I do an assert from another package, ie
`(assert x/y z)`
Output is:
`z.(x/y)`
ghost updated
8 years ago
-
### Proposal
`Meta.Diagnostics` is a useful tool for assessing problems local to a single declaration, but there are currently no analogous tools for assessing global impact.
We propose creatin…
-
Attempting to build `bench:cryptol-bench` fails with:
```
$ cabal build bench:cryptol-bench
Build profile: -w ghc-8.10.7 -O1
In order, the following will be built (use -v for more details):
- …
-
Is there a solution to hide a tab based on the selection from an other tab. Conditions don't seem to work on tabs.
#### Enhancement
Would be nice to be able to have condition on a tab
#### Expected b…
-
I couldn't find anything related to this, so I think nobody has asked for it.
Do you plan to introduce the [] operator for the array type?
I feel like the array index operator would be convenient in…
-
Add a context type that does not enforce variables to be typed
-
Found whilst running PR build on #494
```
--- FAIL: TestScripts (28.02s)
--- FAIL: TestScripts/scripts (0.00s)
--- FAIL: TestScripts/scripts/rename (1.23s)
testscript.g…