Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source: on MicResult should be renamed sourceFile: #886

Closed
Ducasse opened this issue Sep 23, 2024 · 0 comments
Closed

source: on MicResult should be renamed sourceFile: #886

Ducasse opened this issue Sep 23, 2024 · 0 comments

Comments

@Ducasse
Copy link
Contributor

Ducasse commented Sep 23, 2024

and we should pay attention to store the same kind of objects inside

handleBrokenSyncValue: aString of: aMicCodeBlock 

	results add: (MicBrokenSyncDefinition new
							syncValue: aString;
							source: aMicCodeBlock;
							yourself)

vs.

testUndefinedInputFile

| res |
res := MicUndefinedInputFileResult new. 
res inputFileBlock: (MicInputfileBlock new  path: 'myDir/foo.md').
res source: '/myDir/chapter2.md'.
"pay attention since in this package fromFile is pass a fullName and not a file we will have to change 
this later"
res source: '/myDir/chapter2.md' asFileReference.

self 
	assert: res explanation 
	equals: 'File input myDir/foo.md (in file /myDir/chapter2.md) does not exist'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant