Skip to content
#

semantics

Here are 229 public repositories matching this topic...

mutant
matthias-g
matthias-g commented Nov 18, 2018

In the following scenario, replacing the body of Child#one with super causes a SystemStackError when Child#one is being called. However mutant does not detect that this error kills the mutation that replaces the method's body with super. See https://github.com/matthias-g/mutant_super_bug for a running example.

class Parent
  attr_reader :foo

  def initialize(foo)
    @foo = fo
erichanson
erichanson commented Jul 26, 2019

As bundles emerge as the central organizing pattern for Aquameta modules, it's becoming clear that a very common pattern is to reference a row by its bundle name, plus "name", whatever that might be. We do this with widgets already on import, referencing {namespace}:{widget.name} and have a custom function for resolving them. Other places do crude hacks around this missing functionality as wel

cmungall
cmungall commented Aug 29, 2018

Principle of Single Inheritance:

_This principle does not prohibit the use of subclass or equivalent class axioms whereby a class is defined to be a subclass or equivalent class of an anonymous class. The OWL language provides the means to express facts about entities using relations to other entities. For example, a fact such as “Automobile has_part some Engine” uses the has_part relation to r

Improve this page

Add a description, image, and links to the semantics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the semantics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.