Igor Dejanović

Results 238 comments of Igor Dejanović
trafficstars

Good catch. It looks like a bug to me. The case is very specific but I guess it is worth further investigation. We should see if and how it can...

Yes, you are right. Alternatives in ordered choices are tried from left to right and the first one which succeed is chosen. Boolean assignments are considered unsuccessful, if there is...

That would be great. Thanks! But, I'm reluctant to add to the official docs tutorials that are editor/IDE/OS specific as that might confuse users to think that textX is just...

Yes, pypy is great. I had similar experiences in the past. I agree that we should support it if possible.

@danixeee It seems that we already have that. See [this](https://github.com/textX/textX/blob/master/textx/metamodel.py#L57). `model_from_file` is just a thin wrapper around `model_from_str`. Have you tried to pass in `file_name` param? @goto40 > I am...

@danixeee Ah, yes, sorry. I believe that `get_model_from_str` should do the trick.

@danixeee > **kwargs here would be helpful, also. Just go ahead and add whatever you think would be helpful for textx-LS and make a PR.

@danixeee I suggest you to make a textX branch and a long running PR (open it as soon as you start making changes) that collects all changes to textX necessary...

@danixeee No need to fork. I've gave you write access so you can work directly.

@stanislaw Ah, good catch. Thanks for the investigation and unit tests. It will be much easier to debug.