Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/BaselineOfPythonBridge/BaselineOfPythonBridge.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BaselineOfPythonBridge >> baseline: spec [
with: [ spec repository: 'github://pharo-contributions/OSSubprocess:v1.0.0/repository' ].
spec
baseline: 'Python3Generator'
with: [ spec repository: 'github://juliendelplanque/Python3Generator:76c847c60c5345c90a0bb7d01d7dee30e8223211/repository' ].
with: [ spec repository: 'github://juliendelplanque/Python3Generator:v1.2.0/repository' ].

spec baseline: 'NeoJSON' with: [
spec
Expand Down
60 changes: 0 additions & 60 deletions src/PythonBridge/PBLambda.class.st

This file was deleted.

31 changes: 0 additions & 31 deletions src/PythonBridge/PBLambdaTest.class.st

This file was deleted.

2 changes: 1 addition & 1 deletion src/PythonBridge/PBSimpleApplicationTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PBSimpleApplicationTest >> testDoubleRetrieveValue [

{ #category : #tests }
PBSimpleApplicationTest >> testSimpleLambda [
self cf << ((PBLambda
self cf << ((P3GLambda
argument: #a asP3GI
expression: #a asP3GI + 1) callWith: #( 2 )).
self assert: self cf send waitForValue equals: 3
Expand Down
15 changes: 0 additions & 15 deletions src/PythonBridge/PBTuple.class.st

This file was deleted.