Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Remove base_context & fix error messages when config compilation fails#65

Merged
yomimono merged 4 commits intomirage:masterfrom
yomimono:no-base-context
Jul 19, 2016
Merged

Remove base_context & fix error messages when config compilation fails#65
yomimono merged 4 commits intomirage:masterfrom
yomimono:no-base-context

Conversation

@yomimono
Copy link
Copy Markdown
Contributor

Removes uses of, and references to, base_context. In combination with the required downstream Mirage changes, fixes mirage/mirage#461 .

@avsm
Copy link
Copy Markdown
Member

avsm commented Jul 15, 2016

LGTM!

@yomimono
Copy link
Copy Markdown
Contributor Author

Hearing no objections here or on the mailing list thread, I'll merge this...

@yomimono yomimono merged commit 9cd8d87 into mirage:master Jul 19, 2016
(* 2. Load the config from the config file. *)
(* First, set the base context ref, which might be accessed in the
config file. *)
let () = Config'.base_context_ref := base_context in
Copy link
Copy Markdown
Member

@Drup Drup Jul 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the case 3. of the comment just bellow is not valid anymore. ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Errors in config.ml result in unhelpful error message

3 participants