-
Hey, I was wondering if the IDLParser should be able to handle circular imports.
The `Parser::resolve_import()` method in *IDLParser.cpp* does have a check for circular imports, but afaict it will…
-
### Steps to reproduce
1. `mkdir package`
2. `echo > package/module.py`
3. `echo "from .module import *" > package/__init__.py`
4. `echo "from package import *; print(module)" > package/test.py`
…
-
Here's a collection of code snippets corresponding to the list of test cases provided under the "list 2" category:
### 1. Module Discovery
#### a. File Traversal
1. **Test for Discovering P…
-
### Describe the bug
After alacritty update to 0.14.0 import=[] is deprecated, alacritty-themes need to set [general] and then import=[] in config file
### To Reproduce
Steps to reproduce the…
-
When parsing the import directory, the offset is 32 bytes short of where it should be. I didn't track down the exact math, but this is probably some header not being accounted for.
There may also be …
-
in the Bing engine,
the current parser is returning a bad URL, the reason is that it's being scraped from
```
'url': 'div.b_attribution cite'
```
and when the URL is too long returns ...…
-
### Description
_dependabot_ is [reporting problems](https://github.com/hashicorp/terraform-provider-aws/network/updates/890657830) updating the `github.com/cedar-policy/cedar-go` module used by th…
-
It would be nice to be able to use auto-completion with local imports.
e.g.
``` D
void main()
{
import std.container.array;
Array!string arr;
arr. // doesn't show completion informati…
-
As reported in protegeproject/protege#1226 the imports of some (RDF) ontologies get flattened when loaded by the RDF/XML parser:
1. Create an ontology that imports http://purl.org/dc/terms/
2. Sav…
-
It might be useful to be able to parse something more like a normal Ceylon type or reference expression: `"Set"` by providing some "imports" to the parse function to use when it encounters a non-fully…