Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Dec 5, 2024
1 parent 26eac88 commit 4267d08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,6 @@ FamixPythonProject1Test >> testModulesWithTheSameNameAreDifferent [
{ #category : 'tests' }
FamixPythonProject1Test >> testNoNilSourceOrTargetForAssociations [

self skip. "To fix"
(self model allUsing: FamixTAssociation) do: [ :association |
self assert: association source isNotNil.
self assert: association target isNotNil ]
Expand Down
3 changes: 0 additions & 3 deletions src/Famix-Python-Importer/FamixPythonImporterVisitor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ FamixPythonImporterVisitor >> createImport: anImport ofName: aName from: fromNam
self setSourceAnchor: import from: anImport.

self currentEntity addOutgoingImport: import.
self flag: #todo. "Check how to manage the push before the main entity and the pops."

"pushResolvableAsScopeBeforeMainEntityScope:"

self solver
resolve: (fromName
Expand Down

0 comments on commit 4267d08

Please sign in to comment.