-
Migrated from [rt.perl.org#131070](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=131070) (status was 'open')
Searchable as RT131070$
p5pRT updated
2 years ago
-
## Issue:
Currently, a model can contain Sketchup::Material objects that are 1. hidden from the materials browser GUI and 2. hidden from the Sketchup::Materials collection (!).
When you import an …
-
Hi, maybe I am understanding something incorrectly, but otherwise this might be a bug?
The following program does not verify. And it uses a predicate, and quantifies over this predicate.
However…
-
From this build https://docs.ci.ocaml.org/job/2023-04-26/140729-voodoo-do-7c9b58
```
odoc: internal error, uncaught exception:
File "src/xref2/tools.ml", line 1600, characters 9-15: Assertion…
-
### PCRE正则字符列表
| 字符 | 描述 |
|---------------|-----|
| \ | 将下一个字符标记为一个特殊字符(File Format Escape,清单见本表)、或一个原义字符(Identity Escape,有^$()*+?.[\{|共计12个)、或一个反向引用(backreferences)、或…
-
Here's a case where I need a few existentials. It's for a definition file, where I need to have parameters for `Binding` and `Scheduler`, but it doesn't matter to me what they are. All I care about is…
-
### Dafny version
Latest
### Code to produce this issue
```dafny
opaque ghost predicate R21(i: int, j: int) {
true
}
lemma Identity(i: int)
requires forall j: int :: R21(i, j)
e…
-
Currently, the analyzer does not report contradictory lookarounds/possessive quantifiers (see rules S5994 and S6002) when a dependency between multiple lookarounds/possessive quantifiers is the cause.…
-
> I think in "received double the price", "double" is `obj`, and "the price" is a modifier of some kind, perhaps `nmod:npmod` is the best option. My reasoning is that you can drop "the price" and reco…
-
In one of the IPC-2006 domains (e.g. trucks), the domain model has `forall` and `imply` keywords in some actions' preconditions.
I tried to apply a QUANTIFIERS_REMOVING followed by GROUNDING, but I …