Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:24
erlang
5415-compiler-Make-compiler-forward-determinsit...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 5415-compiler-Make-compiler-forward-determinsitic-flag-to.patch of Package erlang
From 8d87cd67aa8f987d3b2a8b1439c95a635ec17e33 Mon Sep 17 00:00:00 2001 From: Tom Davies <todavies5@gmail.com> Date: Thu, 28 Apr 2022 06:19:09 -0700 Subject: [PATCH 5/7] compiler: Make compiler forward +determinsitic flag to epp Makes compile pass along the +deterministic flag for epp to utilise. --- lib/compiler/src/compile.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compiler/src/compile.erl b/lib/compiler/src/compile.erl index 54b1cd3141..7ef37a6082 100644 --- a/lib/compiler/src/compile.erl +++ b/lib/compiler/src/compile.erl @@ -1020,6 +1020,7 @@ do_parse_module(DefEncoding, #compile{ifile=File,options=Opts,dir=Dir}=St) -> R = epp:parse_file(File, [{includes,[".",Dir|inc_paths(Opts)]}, {source_name, SourceName}, + {deterministic, member(deterministic, Opts)}, {macros,pre_defs(Opts)}, {default_encoding,DefEncoding}, {location,StartLocation}, -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor