[commit: ghc] wip/T16085's head updated: testsuite: Skip T1288_ghci in unregisterised (a3448ae)

git at git.haskell.org git at git.haskell.org
Tue Jan 22 17:15:14 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

Branch 'wip/T16085' now includes:

     9b65ae6 rts: Turn ASSERT in LDV_recordDead into a normal if
     5569eef gitlab-ci: Require that integer-simple configuration passes
     bb06c6b gitlab-ci: Allow Windows to fail for now
     942b501 gitlab-ci: Try only building Windows in the quick flavour
     29ecb52 aclocal.m4: drop obsolete -fno-stack-protector
     bbea972 Division fails fast for `divMod` \w integer-simple
     3748284 arith011 is no longer broken with integer-simple
     0702229 Skip test when external interpreter missing
     fdf11c9 rebindable-clash-warning-fix : correct warning logic
     9bce364 testsuite: Disable more tests in unregisterised build
     1638350 rts: fix build failure on OpenBSD (_DYNAMIC symbol collision)
     ef57272 PPC NCG: Simple 64-bit condition code on 32-bit
     ae4f103 Introduce NCG config flag and add helper
     374e447 PPC NCG: Remove Darwin support
     7fcc07c configure: introduce HAPPY and ALEX vars and deprecate --with-ghc in favour of the GHC var
     9c0e3e4 core-spec: Modify `.lhs` to `.hs` (source files)
     58da9c7 core-spec: Modify `.lhs` to `.hs` (generated PDF)
     05cd231 stg-spec: Modify `.lhs` to `.hs`
     6e4e637 Minor refactoring and documentation in profiling RTS code
     17bd163 Visible kind application
     7fcd680 Fix some typos, etc., in comments.
     5387483 Mark GHC.Maybe as not-home for haddock
     2880cb9 Dump Cmm with -ddump-cmm when building .cmm files
     b565d41 Fix broken links (#16125)
     08b8ea2 Respect prompt in GhciSettings
     c121e33 Add -Wmissing-deriving-strategies
     01b60b0 Fix precedence handling for Data.Fixed's Show instance (#16031)
     0ff42f3 Add entry for #16031 to base/changelog.md
     66b88dd gitlab-ci: Try reenabling PDF documentation on Darwin
     24b39ce Remove OPTIONS_HADDOCK hide in favour for not-home
     3a509d2 make: Silence some xelatex output
     3fb726d Fix bindist for ghci library
     bbd58fb Fix #16133 by checking for TypeApplications in rnExpr
     9ea8dce Hadrian: merge sections in profiling _p.a to .p_o for ghci
     c0448c1 gitlab-ci: Clone haddock from its upstream repository
     1c9dab2 fix-submodules: Rip out typing
     6b5ec08 Check that libs found by GCC aren't folders
     6b70cf6 Be pickier about unsaturated synonyms in :kind
     6486c6e Hadrian: Add support for building stage3
     82d1a88 Implement a sanity check for CCS fields in profiling builds
     c2455e6 Run typed splices in the zonker
     92b684d More minor comment improvements
     cb2349a Documentation and refactoring in CCS related code
     74cd4ec Fix raiseAsync() UNDERFLOW_FRAME handling in profiling runtime
     19670bc Fix negative mutator time in GC stats in prof builds
     076f586 Don't invoke dataConSrcToImplBang on newtypes
     448f0e7 Fix checkPtrInArena
     a34ee61 Refactor GHCi UI to fix #11606, #12091, #15721, #16096
     4ad9ffd PPC NCG: Reduce memory consumption emitting string literals
     7b12b3f itimer: Don't free condvar until we know ticker is stopped
     ce11f6f rts: Use always-available locking operations in pthread Itimer implementation
     cb31b23 Update `Cabal` submodule
     0f3c04e testsuite: Show both test name and way in JUnit output
     ec752c4 Hadrian: Update README.md
     ef8fedc Clarify when to follow the instructions in doc/windows.md.
     2f07a97 Document the Shake Lint feature.
     69947d5 gitlab-ci: Cleanup Windows builds
     83a2206 Fix #16114 by adding a validity check to rnClsInstDecl
     e63518f Fix #16116 by removing badAssocRhs
     9dc56b6 Control validity-checking of type synonym applications more carefully
     3429ec8 Bump Cabal submodule
     36e3e74 @simonpj's suggested refactor
     ce2f77d hWaitForInput-accurate-socket test
     9fb744b GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857
     f78048f Change comments as requested by code review. #10857
     da2d9cf Hadrian: configure packages with right 'htmldir'
     3f46cff PPC NCG: Refactor stack allocation code
     ea79978 Fix reference to stack code in comment
     c155ac9 Fix filename in comment again
     6a7a6b8 Introduce ghci command wrapper
     2f65025 Hadrian: support extra libraries + OSX rpath
     9fb2702 Create folder if missing for .hie files
     582a96f Support printing `integer-simple` Integers in GHCi
     6e320c2 Match `integer-simple`'s API with `integer-gmp`
     f7def74 Remove from `base` obsolete CPP for `integer-gmp`
     d2eb344 Fix tests for `integer-simple`
     a303695 try to fix CI
     236abdb rts: Allow heap prof by closure type in prof way
     61f178b doc: reorder heap profiling information in +RTS -?
     6acb36d doc: behaviour of +RTS -h depends on profiling
     ad5075d crosslink hadrian/README.md and hadrian/doc/make.md
     78ae2d5 typo
     7218270 Switch to the untracked version of getDirectoryFiles when scanning for GMP objects
     bfb3e30 Disable Shake Lint by default.
     8d594be Hadrian: Use the Cabal build script on Windows by default
     4204ed5 Fix typo in maybeToList documentation
     fe1f97c Revert "Fix typo in maybeToList documentation"
     46d46ed Improve clarity of documentation for maybeToList
     2e05912 Hadrian: handle Haddock's resource directory
     8765c1e Make sure 'haddock' package also copies resources
     6aaa065 Documentation for StgRetFun
     a1e9cd6 Add test for #16197
     b684675 RTS: Use ELF v1 convention on all powerpc64 systems
     64020fe PPC NCG: Make calling convention more general
     539a8f0 PPC NCG: Make `stackHeaderSize` more general
     9477bf5 PPC NCG: GOT declaration for all 64-bit ELF systems
     341aa59 PPC NCG: Register definitions for all 64-bit systems
     2d75174 Fix tab and improve whitespace
     d512b33 PPC NCG: Rename constructors
     469fe61 'DynFlag'-free version of 'mkParserFlags'
     96e31b5 Comments about data constructor wrappers
     7b7b338 Remove export of checkValidFamPats, never used
     56c26f5 Small refactor
     8c3133a Comments in stranal test declarations
     b14f540 Fix typo in DsExpr
     c9756db Prepare source-tree for base-4.13 MFP bump
     b137ab7 [T16199] Adds a verify-packages script
     800d77e Mention DerivingStrategies in the warning when DAC and GND are both enabled
     6e7aa5e Remove TODO in HsExpr
     f035504 Add support for ASM foreign files (.s) in TH (#16180)
     38d837a Fix typo in TcRnTypes.hs [skip ci]
     5ebcfc0 gitlab: Add merge request template
     7262a81 Add CODEOWNERS
     64ce6af Extend linker-script workaround to work with musl libc
     a5373c1 Fix bogus worker for newtypes
     a3448ae testsuite: Skip T1288_ghci in unregisterised


More information about the ghc-commits mailing list